Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-20 | Remove obsolete LombokProcessor.getModuleName | Christoph Dreis | |
2021-04-23 | Change owner lombok GitHub repository | Roel Spilker | |
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 jdk16 | Reinier Zwitserloot | |
2021-03-13 | [trivial] style and removing unused imports | Reinier Zwitserloot | |
2021-01-15 | Improve Javadoc and consistently use SourceVersion.latest(). | Christian Schlichtherle | |
2020-11-13 | [refactor] reflection code streamlined by sending it through the Permit class | Reinier Zwitserloot | |
2020-10-08 | [fixes #2592] Find ProcessingEnvironment in InteliJ 2020.3 and Kotlin | Rawi01 | |
2020-06-23 | [build] rewriting the build system | Reinier Zwitserloot | |
2019-07-25 | add comments | Roel Spilker | |
2019-07-24 | Fixes #2184: NPE on package-info.java without package declaration. | Roel Spilker | |
2019-01-29 | New strategy to force new rounds. Possible fix for #1723, #1858 and #1946 | Roel Spilker | |
2019-01-08 | [#1033] steps on the way to issue 1033: You can add cleanup tasks which are ↵ | Reinier Zwitserloot | |
deferred (during the javac run) until the end. This already fixes the exotic-to-the-point-of-nonexistent bug where setter and wither compete to steal the `@param` off of the field’s javadoc. Next are to fix builder and setter/wither competing whilst bringing javadocs to `@Builder`. Then for various other conflicts, we should defer removal of lombok imports and annotations until the end too. | |||
2018-11-05 | [fixes #1918] toString now supports a configkey to tell it how to deal with ↵ | Reinier Zwitserloot | |
super. | |||
2018-11-05 | [bugfix] attempting to fix an issue with buckbuild which uses some exotic ↵ | Reinier Zwitserloot | |
trickery to compile straight from jar to jar, messing up our wrapper around javac’s javaFileObject. Bug report and suggested fix from external sources, we didn’t test it, but we only kick in this alternative if an exception occurs, so it couldn’t possibly affect anything that was already working fine. See PR #1929 | |||
2018-10-29 | eliminate ‘you are using private API’ warnings by streamlining all ↵ | Reinier Zwitserloot | |
reflective access via a class that uses sun.misc.Unsafe to arrange access. From the nqzero permit-reflect library. | |||
2018-08-22 | Merge branch 'master' into master | Philippe Charles | |
2018-08-21 | [#1808] Probable fix: Using module names with dots in them was causing ↵ | Reinier Zwitserloot | |
issues, as we only use the simple name. Actually getting the full module name is a little tricky, but this should do the job. | |||
2018-08-21 | bugfix for the new ‘find the next priority’ system committed earlier; it ↵ | Reinier Zwitserloot | |
should also find next priority for the astvisitors (only the annotation visitors were being considered). | |||
2018-07-11 | Fix NetBeans 8.x compile-on-save issue. | Philippe Charles | |
2018-06-07 | Also generify AnnotationProcessor logic | mszabo-wikia | |
2018-06-07 | Generify logic to obtain JavacFiler and JavacProcessingEnvironment | mszabo-wikia | |
2018-06-06 | Fix #1716: Update for Gradle incremental compilation API change in Gradle ↵ | mszabo-wikia | |
4.8 and above | |||
2018-05-03 | Allow gradle incremental compiling with lombok in annotation processor path | Pascal Bihler | |
Fixes issue #1580 | |||
2018-04-17 | fix #1657: EmptyLombokFileObject: file:// URI must not contain authority part. | Takuya Murakami | |
fix degrade of #1617, the file URI must starts with 'file:///', not 'file://'. | |||
2018-04-04 | Merge pull request #1626 from victorwss/master | Reinier Zwitserloot | |
Fix for #1617. | |||
2018-03-24 | improve compiler detection for jdk9 later. | Takuya Murakami | |
2018-03-24 | Fix for #1617. | Victor Williams Stafusa da Silva | |
Signed-off-by: Victor Williams Stafusa da Silva <victorwssilva@gmail.com> | |||
2018-03-21 | [fix] Fix intellij build with jdk10 (#1572) | Takuya Murakami | |
Add a JavaFileManager class name to KNOWN_JAVA9_FILE_MANAGERS. | |||
2018-02-07 | [trivial] copyright header year bump to 2018 | Reinier Zwitserloot | |
2018-02-07 | [jdk9] forcing new rounds when compiling multiple modules didn’t work. ↵ | Reinier Zwitserloot | |
(FilerException on creating the new round). | |||
2018-01-09 | Potential fix for #1555 | Roel Spilker | |
2018-01-09 | Updated copyright notices to 2018. | Reinier Zwitserloot | |
2018-01-06 | Whitelist a JavacFileManager implementation | Liam Miller-Cushon | |
See bazelbuild/bazel#4393 | |||
2017-11-29 | replace all fileManagers to make sure we patch the generated bytecode, fixes ↵ | Roel Spilker | |
#1518 | |||
2017-10-25 | add support for Netbeans on jdk9 | Roel Spilker | |
2017-10-25 | code cleanup | Roel Spilker | |
2017-10-25 | Turns out we don't need the encoding after all since all methods are overridden | Roel Spilker | |
2017-10-16 | LombokFileObjects: get encoding from wrappedManager. | Takuya Murakami | |
2017-10-16 | LombokFileObjects: use default charset in BaseFileManager wrapper. | Takuya Murakami | |
2017-10-16 | Add my name to AUTHORS, remove TODO | Takuya Murakami | |
2017-10-15 | fix issue #1440, #1472: wrap BasedFileManager for jdk9 | Takuya Murakami | |
2017-07-17 | Possible fix for issue 1440: Error-prone in IntelliJ | Roel Spilker | |
2017-06-19 | Possible solution for issue 1290 | Roel Spilker | |
2017-06-13 | jdk9: possible fix for errorprone | Roel Spilker | |
2017-06-12 | jdk9: ongoing debugging information for errorprone | Roel Spilker | |
2017-05-15 | [jdk9] add support for errorprone MaskedFileManager | Roel Spilker | |
2017-05-08 | [jdk9] added debugging information for when we cannot determine the compiler | Roel Spilker | |
2017-02-14 | [jdk9] Create FileObjects for jdk9 | Roel Spilker | |
2017-01-19 | Added support for MapStructu’s AstModifyingAnnotationProcessor SPI system. ↵ | Reinier Zwitserloot | |
Also removed log statements. |