Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-09 | Update delombok cmd example. Fixes #1643 | Roel Spilker | |
2018-04-05 | Merge branch 'cheelio-FieldNameConstants' | Reinier Zwitserloot | |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot | |
2018-04-04 | Merge branch 'FieldNameConstants' of https://github.com/cheelio/lombok into ↵ | Reinier Zwitserloot | |
cheelio-FieldNameConstants | |||
2018-04-04 | Merge pull request #1626 from victorwss/master | Reinier Zwitserloot | |
Fix for #1617. | |||
2018-04-04 | Merge pull request #1627 from nuessgens/master | Reinier Zwitserloot | |
Partially fix for "A save participant caused problems" with Eclipse | |||
2018-04-04 | Merge pull request #1639 from tmurakam/feature/1632-jdk11 | Reinier Zwitserloot | |
fix #1632: JavacAST: use new Log method for jdk11 | |||
2018-04-04 | [build] Clean checkouts wouldnt build correctly. | Reinier Zwitserloot | |
2018-03-31 | fix #1632: JavacAST: use new Log method for jdk11 | Takuya Murakami | |
Some methods of AbstractLog are removed in jdk11. Fix JavacAST.Jdk9Plus to use new log methods added from jdk9. | |||
2018-03-29 | [trivial] build script fix for website-only: It was adding an & to the ↵ | Reinier Zwitserloot | |
full version string every call. | |||
2018-03-28 | add self to authors [Issue #879] | mateusz-matela | |
2018-03-28 | add self to authors | Christian Nüssgens | |
2018-03-28 | Merge remote-tracking branch 'remotes/upstream/master' | Christian Nüssgens | |
2018-03-27 | add subresource integrity to external resources on webpage | Roel Spilker | |
2018-03-27 | Previous add to the build system to verify checksums is not really workable ↵ | Roel Spilker | |
in ant without a page worth of tasks so reverted that and went with a renamed file instead to solve the problem of having served the wrong rt.jar for a while. | |||
2018-03-27 | Adding my name to the AUTHORS file. | Victor Williams Stafusa da Silva | |
Signed-off-by: Victor Williams Stafusa da Silva <victorwssilva@gmail.com> | |||
2018-03-27 | [trivial] eclipse patches are loaded from Class50 even if you override the ↵ | Reinier Zwitserloot | |
shadowloader classpath, but only if you have lombok.jar in there. This solves exotic problems if you try to add some features to lombok in a separate jar, and addresses issue #1523 | |||
2018-03-27 | fix javadoc warnings | Roel Spilker | |
2018-03-27 | Fixes #1608: give pages a title | Roel Spilker | |
2018-03-27 | Merge branch 'adding-java10-provision' of https://github.com/krzyk/lombok ↵ | Reinier Zwitserloot | |
into krzyk-adding-java10-provision | |||
2018-03-27 | [trivial] some memoryload improvements by not making a new instance but ↵ | Reinier Zwitserloot | |
using a cached one instead. Fixes issue #1579 | |||
2018-03-27 | Merge pull request #1583 from jramosf/master | Reinier Zwitserloot | |
#1579: recycle handlers to avoid excessive garbage collection | |||
2018-03-27 | Merge pull request #1622 from danieltaub96/master | Reinier Zwitserloot | |
fixed ExtensionMethod example to return T (generic type) | |||
2018-03-27 | Merge pull request #1589 from tmurakam/feature/1572-jdk10 | Reinier Zwitserloot | |
Add jdk-10.sh and update jdk-9.sh for docker | |||
2018-03-27 | Merge pull request #1620 from tmurakam/feautre/1572-intellij-jdk10 | Reinier Zwitserloot | |
[fix] Fix intellij build with jdk10 (#1572) | |||
2018-03-27 | [JDK10] Building lombok on JDK10 now works fine. | Reinier Zwitserloot | |
2018-03-27 | Fixes #1613: add support for STS4 | Roel Spilker | |
2018-03-27 | rt-openjdk6 is downloaded from the lombok site, we had a weird version up ↵ | Reinier Zwitserloot | |
there for a while that broke the build, we fixed it, but you won’t know until you do some fairly fancy cleaning (a complete re-clone or a distclean). Updated build script to scan for anything that isn’t the right version and re-download. | |||
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-22 | Merge remote-tracking branch 'remotes/upstream/master' | cnuessgens | |
2018-03-22 | removed inet4 enforcement | Krzysztof Krason | |
2018-03-22 | using GA java 10 | Krzysztof Krason | |
2018-03-21 | fixed ExtensionMethod example to return T (generic type) , seem to remove or ↵ | Daniel | |
forgot for some reason... | |||
2018-03-21 | [fix] Fix intellij build with jdk10 (#1572) | Takuya Murakami | |
Add a JavaFileManager class name to KNOWN_JAVA9_FILE_MANAGERS. | |||
2018-03-20 | tests updated; a few tests were failing because we removed a few things ↵ | Reinier Zwitserloot | |
recently, such as value and builder from experimental. | |||
2018-03-20 | [issue #1615] fixes a bug where equals and hashcode would mess up if both ↵ | Reinier Zwitserloot | |
the outer and the inner class have generics, the inner is non-static, and you generate equals/hashcode on the inner. Note that in general this is just broken; do not put non-static inner classes in generics-carrying classes in the first place! | |||
2018-03-19 | [website] Added instruction page about VS Code support in lombok. Updated ↵ | Reinier Zwitserloot | |
upcoming talks section. | |||
2018-03-19 | Fresh builds wouldn’t work anymore due to a weird addition in ecj9. | Reinier Zwitserloot | |
2018-03-18 | [website] Some minor updates and fixes to the website order page. | Reinier Zwitserloot | |
2018-03-18 | Added test case for issue #1615: non-static inner classes where both inner ↵ | Reinier Zwitserloot | |
and outer have generics fails if inner is annotated with @Data | |||
2018-03-11 | last minute bugfixes to license order form mechanics. | Reinier Zwitserloot | |
2018-03-11 | [website] added supporters infrastructure. | Reinier Zwitserloot | |
2018-03-11 | Website updated to list supporters on the website. | Reinier Zwitserloot | |
2018-03-02 | updated java 10 download | Krzysztof Krason | |
2018-03-02 | [website] Added JUG details and updated links for german JUG week. | Reinier Zwitserloot | |
2018-02-22 | fix permissions of docker provision scripts | Takuya Murakami | |
2018-02-22 | add jdk-10.sh for openjdk10, update jdk-9 version (#1572) | Takuya Murakami | |
add jdk10.sh to download openjdk10+44 EA. update jdk 9.0.1 -> 9.0.4 | |||
2018-02-16 | #1579: recycle handlers to avoid excessive garbage collection | Javier Ramos | |
2018-02-07 | adding java10 download script | Krzysztof Krason | |