aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-04Merge pull request #1627 from nuessgens/masterReinier Zwitserloot
Partially fix for "A save participant caused problems" with Eclipse
2018-04-04Merge pull request #1639 from tmurakam/feature/1632-jdk11Reinier Zwitserloot
fix #1632: JavacAST: use new Log method for jdk11
2018-04-04[build] Clean checkouts wouldnt build correctly.Reinier Zwitserloot
2018-03-31fix #1632: JavacAST: use new Log method for jdk11Takuya 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-28add self to authors [Issue #879]mateusz-matela
2018-03-28add self to authorsChristian Nüssgens
2018-03-28Merge remote-tracking branch 'remotes/upstream/master'Christian Nüssgens
2018-03-27add subresource integrity to external resources on webpageRoel Spilker
2018-03-27Previous 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-27Adding 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-27fix javadoc warningsRoel Spilker
2018-03-27Fixes #1608: give pages a titleRoel Spilker
2018-03-27Merge 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-27Merge pull request #1583 from jramosf/masterReinier Zwitserloot
#1579: recycle handlers to avoid excessive garbage collection
2018-03-27Merge pull request #1622 from danieltaub96/masterReinier Zwitserloot
fixed ExtensionMethod example to return T (generic type)
2018-03-27Merge pull request #1589 from tmurakam/feature/1572-jdk10Reinier Zwitserloot
Add jdk-10.sh and update jdk-9.sh for docker
2018-03-27Merge pull request #1620 from tmurakam/feautre/1572-intellij-jdk10Reinier Zwitserloot
[fix] Fix intellij build with jdk10 (#1572)
2018-03-27[JDK10] Building lombok on JDK10 now works fine.Reinier Zwitserloot
2018-03-27Fixes #1613: add support for STS4Roel Spilker
2018-03-27rt-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-24improve compiler detection for jdk9 later.Takuya Murakami
2018-03-24Fix for #1617.Victor Williams Stafusa da Silva
Signed-off-by: Victor Williams Stafusa da Silva <victorwssilva@gmail.com>
2018-03-22Merge remote-tracking branch 'remotes/upstream/master'cnuessgens
2018-03-22removed inet4 enforcementKrzysztof Krason
2018-03-22using GA java 10Krzysztof Krason
2018-03-21fixed 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-20tests 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-19Fresh 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-18Added 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-11last minute bugfixes to license order form mechanics.Reinier Zwitserloot
2018-03-11[website] added supporters infrastructure.Reinier Zwitserloot
2018-03-11Website updated to list supporters on the website.Reinier Zwitserloot
2018-03-02updated java 10 downloadKrzysztof Krason
2018-03-02[website] Added JUG details and updated links for german JUG week.Reinier Zwitserloot
2018-02-22fix permissions of docker provision scriptsTakuya Murakami
2018-02-22add 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 collectionJavier Ramos
2018-02-07adding java10 download scriptKrzysztof Krason
2018-02-07Parsing for source level broken under JDK9 due to change in 1.X->X ↵Reinier Zwitserloot
versioning by oracle.
2018-02-07[bugfix] builder.default with the old lombok.experimental.Builder annotation ↵Reinier Zwitserloot
only worked in javac, not eclipse.
2018-02-07[trivial] updated comment and slight tweak to website text.Reinier Zwitserloot
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-07documented in changelog work on supporting JDK10.Reinier Zwitserloot