aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵Reinier Zwitserloot
lombok’s log annotations.
2018-06-04changelog now mentions fix for issue 1709Reinier Zwitserloot
2018-06-04fixes #1709 – boolean properties in lombok annotations, such as ↵Reinier Zwitserloot
onlyExplicitlyIncluded, didn’t work.
2018-06-04Remove delombok shorthand for onlyChanged, fixes #1705Roel Spilker
2018-06-04SuperBuilder support for abstract classesJan Rieke
2018-06-01next lombok version is 0.16.23Jan Rieke
2018-06-01reverted unnecessary import reorderingJan Rieke
2018-06-01support @Builder.DefaultJan Rieke
2018-06-01handle experimental flag usageJan Rieke
2018-05-31ecj: generate default constructor for builder classesJan Rieke
2018-05-31Revert "ecj: SuperBuilderBasic test passes (removed superconstructor calls)"Jan Rieke
This reverts commit 9ee2491427f1522a7689d1c28a816294bcff315b.
2018-05-31second generics test caseJan Rieke
2018-05-31ecj: reordering of methodsJan Rieke
2018-05-31javac: delete @SuperBuilder when processing itJan Rieke
2018-05-31fixed expected test resultsJan Rieke
2018-05-30test case for custom builder methodJan Rieke
2018-05-30no custom builders allowed, so there cannot be a toString() methodJan Rieke
2018-05-30code formatting, reordering, rename etc.Jan Rieke
2018-05-30fixed compiler errors in antJan Rieke
2018-05-30ecj: fixed compiler errors after revert of HandleBuilderJan Rieke
2018-05-30ecj: revert changes to HandleBuilder (everything in HandleSuperBuilder)Jan Rieke
2018-05-30ecj: no empty <> if there are no type paramsJan Rieke
2018-05-30ecj: type parameters for methods and constructor paramJan Rieke
2018-05-30ecj: copy type parameters to builder classJan Rieke
2018-05-29[release] post-release version bumpReinier Zwitserloot
2018-05-29[release] pre-release version bumpReinier Zwitserloot
2018-05-28[trivial] small update to changelogReinier Zwitserloot
2018-05-28Upgraded lombok.patcher dep to 0.26. (Which updates ASM to be Java10/11 ↵Reinier Zwitserloot
compatible).
2018-05-28[authors] Added Pascal Bihler to author list and restored alphabetical orderPascal Bihler
2018-05-28Update docs.Roel Spilker
2018-05-28Generate default no-args constructorRoel Spilker
2018-05-22Make the null check exception a little bit more explicitMarcus Thiesen
Currently it is "NullPointerException: someFieldName" and that is not very telling as to the reasons this exception is thrown.
2018-05-17ecj: SuperBuilderBasic test passes (removed superconstructor calls)Jan Rieke
2018-05-17ecj: remaining type args for non-generic class buildersJan Rieke
2018-05-15[documentation] documenting the new-style include/exclude of ToString and ↵Reinier Zwitserloot
EqualsAndHashCode
2018-05-15[new-style include/exclude] added new-style include/exclude support to ↵Reinier Zwitserloot
EqualsAndHashCode.
2018-05-14fixes #1580 - documenting Pascal Bihler's contribution to making lombok run ↵Reinier Zwitserloot
better with gradle
2018-05-14Merge pull request #1680 from pbi-qfs/gradleIncrementalReinier Zwitserloot
Allow gradle incremental compiling with lombok
2018-05-14[annotation based ToString] hey.. we have annotation based ToString now, ↵Reinier Zwitserloot
where you can include/exclude fields by annotating the fields.
2018-05-14ecj: method body for self(); type args for BuilderImpl extends clauseJan Rieke
2018-05-11ecj: setter methods now return self()Jan Rieke
2018-05-11ecj: type params for constructor, abstract builder class, self methodJan Rieke
2018-05-08[website] bugfix; supporters weren’t being shown.Reinier Zwitserloot
2018-05-06ecj: builder generics [WIP]Jan Rieke
2018-05-04added @SuperBuilder test results for ecjJan Rieke
2018-05-03Allow gradle incremental compiling with lombok in annotation processor pathPascal Bihler
Fixes issue #1580
2018-05-02docker bazel: use local lombok.jar fileRoel Spilker
2018-05-01docker: use openjdk for java9Roel Spilker
2018-05-01docker: add bazelRoel Spilker
2018-04-30update docker files and documentationRoel Spilker