Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-06 | [website] Updated docs for JDK9 module-info support. | Reinier Zwitserloot | |
2018-02-06 | [jdk9] added a best-effort attempt to claim away lombok annotations when ↵ | Reinier Zwitserloot | |
lombok is deployed in JDK9-module mode. Due to a bug or oversight in jigsaw it is no longer possible to supply 2 providers for the Processor service, which was the common and as far as I know only way to deal with the situation that you want to claim a subset of annotations but look at all of them (which is what lombok wants to do). | |||
2018-02-06 | [compiling] running the ant compile job now no longer emits any warnings. ↵ | Reinier Zwitserloot | |
Each warning that was emitted has been addressed, or analysed and suppressed. | |||
2018-02-06 | [jdk9] [opinionated] The java9 warning when using lombok about ↵ | Reinier Zwitserloot | |
‘inaccessible API’ is now suppressed. | |||
2018-02-06 | [jdk9] add support for using lombok with JDK9 code when compiling using the ↵ | Reinier Zwitserloot | |
new module syntax, and having module-info.java files in your source. | |||
2018-02-01 | [website] added the German JUG week to the main page. | Reinier Zwitserloot | |
2018-01-09 | Merge branch '2is10-npe-warning' | Roel Spilker | |
2018-01-09 | use T instead of RuntimeException | Roel Spilker | |
2018-01-09 | Merge branch 'npe-warning' of https://github.com/2is10/lombok into ↵ | Roel Spilker | |
2is10-npe-warning | |||
2018-01-09 | Wrong documentation variables fix. | Ruslan Popenko | |
I've fixed documentation for Cleanup annotation. Doc provided before wrong variable information (you closed String instead of Closeable). | |||
2018-01-09 | Potential fix for #1555 | Roel Spilker | |
2018-01-09 | post-release version bump | Reinier Zwitserloot | |
2018-01-09 | pre-release version bump | Reinier Zwitserloot | |
2018-01-09 | Updated copyright notices to 2018. | Reinier Zwitserloot | |
2018-01-09 | [fixes #1554] javac9 now caches type lookups based on ‘position’ which ↵ | Reinier Zwitserloot | |
is slapped together by a tuple based on the position (as gleaned from the JCTree object) and the source file (as gleaned from.. Log. *facepalm*). We didn’t update log when resolving for i.e. ‘val’, so the caches get all jumbled up. Fixed by setting the Log’s ‘useSource’ method. | |||
2018-01-09 | [fixes #1553] attriber of JDK9 checks the enclosing class’s type, which we ↵ | Reinier Zwitserloot | |
intentionally haven’t set yet. To avoid NPEs, let’s set it. | |||
2018-01-08 | Update tests for new Builder.Default handling #1547 | Roel Spilker | |
2018-01-08 | jdk9 Builder.Default works again. Fixes #1547 | Roel Spilker | |
2018-01-06 | Whitelist a JavacFileManager implementation | Liam Miller-Cushon | |
See bazelbuild/bazel#4393 | |||
2018-01-03 | Update changelog: 1.16.[1]6 typo | tingstad | |
"JDK9 support much improved since v1.16.6" -> "... v1.16.16" | |||
2017-12-12 | update doc | Roel Spilker | |
2017-12-12 | build script for edge release updated | Reinier Zwitserloot | |
2017-12-12 | Updated to new in ivy++ scp/ssh tasks. | Reinier Zwitserloot | |
2017-12-12 | support for @Builder on methods with a generified return type. Fixes #1420 | Roel Spilker | |
2017-12-12 | handle @Builder.Default on generic fields. Fixes #1527 | Roel Spilker | |
2017-12-11 | getName call it self result in stackoverflow | skyupward | |
I think line 12 is incorrect, call "this.getName()" in it self will cause stackoverflow.Change to return this.name. | |||
2017-12-11 | document deprecation of the config key lombok.addGeneratedAnnotation. Fixes ↵ | Roel Spilker | |
#1532 | |||
2017-12-11 | installer now defaults to inserting an absolute path into eclipse.ini | Roel Spilker | |
2017-12-11 | make incremental compilation work | Roel Spilker | |
2017-12-11 | fix target description | Jan Matèrne | |
2017-12-11 | ‘fixed’ ecj testing on JDK9 by requiring that you download the Oracle8 ↵ | Reinier Zwitserloot | |
rt.jar. Fortunately, we already had an optional ant task to fetch this. I’ve simply made it less optional. | |||
2017-12-11 | [changelog] Add a note about changing the behaviour of ConstructorProperties ↵ | Reinier Zwitserloot | |
in this release. | |||
2017-12-05 | errors generated during compilation by lombok weren’t being conveyed in ↵ | Reinier Zwitserloot | |
Javac9. | |||
2017-12-05 | [JDK9] fixing delombok’s comment integration in JDK9. | Reinier Zwitserloot | |
2017-12-05 | Working around newly introduced lint errors in javac9. | Reinier Zwitserloot | |
2017-12-04 | delombok no longer prints generated outer-instance constructor parameters, ↵ | Roel Spilker | |
fixes #1521 | |||
2017-12-04 | delombok no longer prints generated outer-instance constructor parameters, ↵ | Roel Spilker | |
fixes #1521 | |||
2017-12-04 | bugfix to the stubs for ‘Symbol’. | Reinier Zwitserloot | |
2017-12-04 | fixing tests to account for generation of javax.annotation.Generated and ↵ | Reinier Zwitserloot | |
ConstructorProperties being default-off. | |||
2017-12-04 | for lombok v2, make generation of ConstructorProperties an optional extra, ↵ | Reinier Zwitserloot | |
instead of default on. | |||
2017-12-04 | download deps | Roel Spilker | |
2017-11-29 | replace all fileManagers to make sure we patch the generated bytecode, fixes ↵ | Roel Spilker | |
#1518 | |||
2017-11-29 | javax.annotation.Generated will no longer be applied by default (Oracle ↵ | Reinier Zwitserloot | |
broke it with JDK9). | |||
2017-11-29 | delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet. | Reinier Zwitserloot | |
2017-11-29 | bugfix for delomboking source that does not compile; it should just emit ↵ | Reinier Zwitserloot | |
compiler errors, not stack traces. | |||
2017-11-29 | some bugfixes for JDK9 support involving the Options system of javac. | Reinier Zwitserloot | |
2017-11-29 | The classpath and bootclasspath params passed to delombok did not apply ↵ | Reinier Zwitserloot | |
javac’s built-in * unglobbing. Now they do. | |||
2017-11-29 | bugfix: Delombok command wasn’t registered, so ‘java -jar lombok.jar ↵ | Reinier Zwitserloot | |
delombok’ did not work. | |||
2017-11-28 | use ASM6 instead of ASM5 | Roel Spilker | |
2017-11-28 | add ant Dockerfile, use jdk major version numbers instead | Roel Spilker | |