aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-11getName call it self result in stackoverflowskyupward
I think line 12 is incorrect, call "this.getName()" in it self will cause stackoverflow.Change to return this.name.
2017-12-11document deprecation of the config key lombok.addGeneratedAnnotation. Fixes ↵Roel Spilker
#1532
2017-12-11installer now defaults to inserting an absolute path into eclipse.iniRoel Spilker
2017-12-11make incremental compilation workRoel Spilker
2017-12-11fix target descriptionJan 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-05errors 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-05Working around newly introduced lint errors in javac9.Reinier Zwitserloot
2017-12-04delombok no longer prints generated outer-instance constructor parameters, ↵Roel Spilker
fixes #1521
2017-12-04delombok no longer prints generated outer-instance constructor parameters, ↵Roel Spilker
fixes #1521
2017-12-04bugfix to the stubs for ‘Symbol’.Reinier Zwitserloot
2017-12-04fixing tests to account for generation of javax.annotation.Generated and ↵Reinier Zwitserloot
ConstructorProperties being default-off.
2017-12-04for lombok v2, make generation of ConstructorProperties an optional extra, ↵Reinier Zwitserloot
instead of default on.
2017-12-04download depsRoel Spilker
2017-11-29replace all fileManagers to make sure we patch the generated bytecode, fixes ↵Roel Spilker
#1518
2017-11-29javax.annotation.Generated will no longer be applied by default (Oracle ↵Reinier Zwitserloot
broke it with JDK9).
2017-11-29delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet.Reinier Zwitserloot
2017-11-29bugfix for delomboking source that does not compile; it should just emit ↵Reinier Zwitserloot
compiler errors, not stack traces.
2017-11-29some bugfixes for JDK9 support involving the Options system of javac.Reinier Zwitserloot
2017-11-29The classpath and bootclasspath params passed to delombok did not apply ↵Reinier Zwitserloot
javac’s built-in * unglobbing. Now they do.
2017-11-29bugfix: Delombok command wasn’t registered, so ‘java -jar lombok.jar ↵Reinier Zwitserloot
delombok’ did not work.
2017-11-28use ASM6 instead of ASM5Roel Spilker
2017-11-28add ant Dockerfile, use jdk major version numbers insteadRoel Spilker
2017-11-28Expanded stubsstubs to ensure the stubs compile correctly.Roel Spilker
2017-11-28updated lombok.patcher dep.Reinier Zwitserloot
2017-11-28JDK9 support for delombok (and thus, for running the tests under JDK9).Reinier Zwitserloot
2017-11-10Add closing parenthesis in constructor.htmlJamie White
2017-11-07fixed the second "equals" as wellPatrick Cornelißen
2017-11-07fix JavaDoc of callSuper in the ToString annotationPatrick Cornelißen
2017-11-06Fixed `ant test-ecj`Reinier Zwitserloot
2017-11-06add changelog for #1505Roel Spilker
2017-11-06Generate correct hashCode when callSuper and no fields included. Fixes #1505Roel Spilker
2017-11-06Fixing running of annotation processors (broken with introduction of ↵Reinier Zwitserloot
compiling with ecj)
2017-11-06Updated to ivy++ v1.22 in order to allow compiling stuff with ecj; j9 no ↵Reinier Zwitserloot
longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse.
2017-10-30use provisioning in docker to enable composition of versionsRoel Spilker
2017-10-26update Android Studio gradle file documentationRoel Spilker
2017-10-26update docker documentationRoel Spilker
2017-10-26change docker documentation to markdownRoel Spilker
2017-10-26add more examples to docker documentationRoel Spilker
2017-10-26download-edge link wasn’t in the htaccess yet, making /download-edge not work.Reinier Zwitserloot
2017-10-26add some dockerfiles for testing against jdk9Roel Spilker
2017-10-26update changelogRoel Spilker
2017-10-26Removed flash-based video player; these days, who needs it, right?Reinier Zwitserloot
2017-10-26Added an individual ‘setup’ page; hamburger menu now goes to it.Reinier Zwitserloot
2017-10-26The main page now clicks through to the video.Reinier Zwitserloot
2017-10-26solved some bugs in our site.Reinier Zwitserloot
2017-10-26website-only now available.Reinier Zwitserloot
2017-10-25add support for Netbeans on jdk9Roel Spilker