aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/apt
AgeCommit message (Expand)Author
2021-03-19[jdk16] fix delombok (and the test suite, which depends on it) for jdk16.Reinier Zwitserloot
2021-03-16[fixes #2681] [jdk16] support jdk16Reinier Zwitserloot
2021-03-13[trivial] style and removing unused importsReinier Zwitserloot
2021-01-15Improve Javadoc and consistently use SourceVersion.latest().Christian Schlichtherle
2020-11-13[refactor] reflection code streamlined by sending it through the Permit classReinier Zwitserloot
2020-10-08[fixes #2592] Find ProcessingEnvironment in InteliJ 2020.3 and KotlinRawi01
2020-06-23[build] rewriting the build systemReinier Zwitserloot
2019-07-25add commentsRoel Spilker
2019-07-24Fixes #2184: NPE on package-info.java without package declaration.Roel Spilker
2019-01-29New strategy to force new rounds. Possible fix for #1723, #1858 and #1946Roel Spilker
2019-01-08[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...Reinier Zwitserloot
2018-11-05[fixes #1918] toString now supports a configkey to tell it how to deal with s...Reinier Zwitserloot
2018-11-05[bugfix] attempting to fix an issue with buckbuild which uses some exotic tri...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-08-22Merge branch 'master' into masterPhilippe Charles
2018-08-21[#1808] Probable fix: Using module names with dots in them was causing issues...Reinier Zwitserloot
2018-08-21bugfix for the new ‘find the next priority’ system committed earlier; it ...Reinier Zwitserloot
2018-07-11Fix NetBeans 8.x compile-on-save issue.Philippe Charles
2018-06-07Also generify AnnotationProcessor logicmszabo-wikia
2018-06-07Generify logic to obtain JavacFiler and JavacProcessingEnvironmentmszabo-wikia
2018-06-06Fix #1716: Update for Gradle incremental compilation API change in Gradle 4.8...mszabo-wikia
2018-05-03Allow gradle incremental compiling with lombok in annotation processor pathPascal Bihler
2018-04-17fix #1657: EmptyLombokFileObject: file:// URI must not contain authority part.Takuya Murakami
2018-04-04Merge pull request #1626 from victorwss/masterReinier Zwitserloot
2018-03-24improve compiler detection for jdk9 later.Takuya Murakami
2018-03-24Fix for #1617.Victor Williams Stafusa da Silva
2018-03-21[fix] Fix intellij build with jdk10 (#1572)Takuya Murakami
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-07[jdk9] forcing new rounds when compiling multiple modules didn’t work. (Fil...Reinier Zwitserloot
2018-01-09Potential fix for #1555Roel Spilker
2018-01-09Updated copyright notices to 2018.Reinier Zwitserloot
2018-01-06Whitelist a JavacFileManager implementationLiam Miller-Cushon
2017-11-29replace all fileManagers to make sure we patch the generated bytecode, fixes ...Roel Spilker
2017-10-25add support for Netbeans on jdk9Roel Spilker
2017-10-25code cleanupRoel Spilker
2017-10-25Turns out we don't need the encoding after all since all methods are overriddenRoel Spilker
2017-10-16LombokFileObjects: get encoding from wrappedManager.Takuya Murakami
2017-10-16LombokFileObjects: use default charset in BaseFileManager wrapper.Takuya Murakami
2017-10-16Add my name to AUTHORS, remove TODOTakuya Murakami
2017-10-15fix issue #1440, #1472: wrap BasedFileManager for jdk9Takuya Murakami
2017-07-17Possible fix for issue 1440: Error-prone in IntelliJRoel Spilker
2017-06-19Possible solution for issue 1290Roel Spilker
2017-06-13jdk9: possible fix for errorproneRoel Spilker
2017-06-12jdk9: ongoing debugging information for errorproneRoel Spilker
2017-05-15[jdk9] add support for errorprone MaskedFileManagerRoel Spilker
2017-05-08[jdk9] added debugging information for when we cannot determine the compilerRoel Spilker
2017-02-14[jdk9] Create FileObjects for jdk9Roel Spilker
2017-01-19Added support for MapStructu’s AstModifyingAnnotationProcessor SPI system. ...Reinier Zwitserloot
2017-01-19Lombok will now also fix the typemirror info when generating bean-related met...Reinier Zwitserloot
2016-04-24delete redundant codeizebit