Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | pre-release version bump | Reinier Zwitserloot | |
2018-06-05 | Fixes #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-04 | Fixing the snippet for the reworked FieldNameConstants | Reinier Zwitserloot | |
2018-06-04 | `@NonNull` now uses a slightly longer exception message. | Reinier Zwitserloot | |
2018-06-04 | Merge pull request #1698 from hubrick/feature/explicit-npe-message | Reinier Zwitserloot | |
Make the null check exception a little bit more explicit | |||
2018-06-04 | Make `extraPrivate` opt-in instead of opt-out. Fixes #1708 | Roel Spilker | |
2018-06-04 | FieldNameConstants 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-04 | Do 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-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵ | Reinier Zwitserloot | |
lombok’s log annotations. | |||
2018-06-04 | changelog now mentions fix for issue 1709 | Reinier Zwitserloot | |
2018-06-04 | fixes #1709 – boolean properties in lombok annotations, such as ↵ | Reinier Zwitserloot | |
onlyExplicitlyIncluded, didn’t work. | |||
2018-06-04 | Remove delombok shorthand for onlyChanged, fixes #1705 | Roel Spilker | |
2018-05-29 | [release] post-release version bump | Reinier Zwitserloot | |
2018-05-29 | [release] pre-release version bump | Reinier Zwitserloot | |
2018-05-28 | [trivial] small update to changelog | Reinier Zwitserloot | |
2018-05-28 | Upgraded 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 order | Pascal Bihler | |
2018-05-28 | Update docs. | Roel Spilker | |
2018-05-28 | Generate default no-args constructor | Roel Spilker | |
2018-05-22 | Make the null check exception a little bit more explicit | Marcus Thiesen | |
Currently it is "NullPointerException: someFieldName" and that is not very telling as to the reasons this exception is thrown. | |||
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-14 | fixes #1580 - documenting Pascal Bihler's contribution to making lombok run ↵ | Reinier Zwitserloot | |
better with gradle | |||
2018-05-14 | Merge pull request #1680 from pbi-qfs/gradleIncremental | Reinier 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-08 | [website] bugfix; supporters weren’t being shown. | Reinier Zwitserloot | |
2018-05-03 | Allow gradle incremental compiling with lombok in annotation processor path | Pascal Bihler | |
Fixes issue #1580 | |||
2018-05-02 | docker bazel: use local lombok.jar file | Roel Spilker | |
2018-05-01 | docker: use openjdk for java9 | Roel Spilker | |
2018-05-01 | docker: add bazel | Roel Spilker | |
2018-04-30 | update docker files and documentation | Roel Spilker | |
2018-04-30 | jdk10: update download for the jdk | Roel Spilker | |
2018-04-23 | document fix in edge release | Roel Spilker | |
2018-04-23 | Allow onMethod and onParam in @Getter and @Setter if it is put on a type | Roel Spilker | |
2018-04-23 | [bugfix] generics on inner classes whose outer type has generics, when the ↵ | Reinier Zwitserloot | |
outer type is an interface, caused bugs in ecj. | |||
2018-04-23 | [bugfix] onMethod_ in javac was broken; javac would throw an ↵ | Reinier Zwitserloot | |
IllegalArgumentException. | |||
2018-04-23 | move javadoc to public method | Roel Spilker | |
2018-04-23 | Merge pull request #1670 from kdaemonv/hotfix-1 | Reinier Zwitserloot | |
Revert some changes from f540335 which break the build | |||
2018-04-23 | fix typo in EclipseProductLocationProvider.java | kdaemonv | |
change NotAnIdeLocationException to CorruptedIdeLocationException in javadoc for private method create0(String path) | |||
2018-04-20 | move ClassLiteral and FieldSelect from ↵ | Dmitry Kurelchuk | |
core/lombok/core/AnnotationValues.java to utils/lombok/core/ | |||
2018-04-17 | [Fixes #1656] Lombok would silently do the wrong thing when using references ↵ | Reinier Zwitserloot | |
to `public static final String` fields, instead of actual string literals, there where you can specify strings in lombok annotation parameters, such as `@ToString(of = MyClass.CONSTANT_FIELD)`. We can’t really fix it, but at least now lombok will error when you do that and describe in detail what’s going wrong. | |||
2018-04-16 | [build] Trying to build lombok on JDK1.8 or less is not gonna work. Now we ↵ | Reinier Zwitserloot | |
generate an error during build to make that more clear. Addresses issue 1659. | |||
2018-04-16 | Merge pull request #1660 from tmurakam/feature/fix-1657-fileobject-uri | Reinier Zwitserloot | |
fix #1657: EmptyLombokFileObject: file:// URI must not contain author… | |||
2018-04-16 | Merge branch 'master' into feature/fix-1657-fileobject-uri | Reinier Zwitserloot | |
2018-04-16 | Create valid uri, fixes #1657 | Roel Spilker | |
2018-04-17 | fix #1657: EmptyLombokFileObject: file:// URI must not contain authority part. | Takuya Murakami | |
fix degrade of #1617, the file URI must starts with 'file:///', not 'file://'. | |||
2018-04-10 | [delombok] Added an option to emit only changed files. | Reinier Zwitserloot | |
2018-04-10 | Potential fix for #1604 | Roel Spilker | |
2018-04-10 | Merge pull request #886 from balta3/annotationarrays | Reinier Zwitserloot | |
implemented support for annotation arrays as annotation attributes in javac | |||
2018-04-10 | [website] Added a section on contributing to lombok, with documentation on ↵ | Reinier Zwitserloot | |
how lombok’s execution path works. See pull request #71 |