aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-13[trivial] make the website build again, bugfix in template loading of ↵Reinier Zwitserloot
SuperBuilder.html.
2018-06-13added SuperBuilder to the changelogReinier Zwitserloot
2018-06-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-06-13[SuperBuilder] code review, style update, making it JDK1.6 compatible, ↵Reinier Zwitserloot
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
2018-06-13forgot to update Version.java in the post-release version bump.Reinier Zwitserloot
2018-06-13Merge branch 'Wikia-gradle-incremental-fix'Reinier Zwitserloot
2018-06-07Also generify AnnotationProcessor logicmszabo-wikia
2018-06-07Generify logic to obtain JavacFiler and JavacProcessingEnvironmentmszabo-wikia
2018-06-06Fix #1716: Update for Gradle incremental compilation API change in Gradle ↵mszabo-wikia
4.8 and above
2018-06-06next lombok version is 1.18.1Jan Rieke
2018-06-05post-release version bumpReinier Zwitserloot
2018-06-05running tests on command line can be finicky, lets not make it a requirement ↵Reinier Zwitserloot
when pushing releases.
2018-06-05pre-release version bumpReinier Zwitserloot
2018-06-05Fixes #1676 at least for eclipse: You can now use java10 var in an eclipse ↵Reinier Zwitserloot
that supports this, without lombok getting in the way.
2018-06-04Fixing the snippet for the reworked FieldNameConstantsReinier Zwitserloot
2018-06-04`@NonNull` now uses a slightly longer exception message.Reinier Zwitserloot
2018-06-04Merge pull request #1698 from hubrick/feature/explicit-npe-messageReinier Zwitserloot
Make the null check exception a little bit more explicit
2018-06-04Make `extraPrivate` opt-in instead of opt-out. Fixes #1708Roel Spilker
2018-06-04FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can ↵Reinier Zwitserloot
be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better.
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
- The class has a parent class - There is an explicit XxxArgsConstructor annotation that would generate a no-args constructor Fixes #1703, fixes #1704, fixes #1712
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