Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | [#1033] steps on the way to issue 1033: You can add cleanup tasks which are ↵ | Reinier Zwitserloot | |
deferred (during the javac run) until the end. This already fixes the exotic-to-the-point-of-nonexistent bug where setter and wither compete to steal the `@param` off of the field’s javadoc. Next are to fix builder and setter/wither competing whilst bringing javadocs to `@Builder`. Then for various other conflicts, we should defer removal of lombok imports and annotations until the end too. | |||
2019-01-08 | @Delegate @NonNull would error on jdk8, fixes #1935 | Roel Spilker | |
2018-11-06 | [fixes #1888] [jdk12] lombok can deal with the changes to case/break nodes ↵ | Reinier Zwitserloot | |
in JDK12-preview javac. | |||
2018-11-06 | Improve toString generation for enums. Fixes #1916 | Roel Spilker | |
2018-11-05 | [fixes #1918] toString now supports a configkey to tell it how to deal with ↵ | Reinier Zwitserloot | |
super. | |||
2018-11-01 | [feature] FieldNameConstants now works like Builder: Make whatever bits it ↵ | Reinier Zwitserloot | |
does by hand and lombok fills in whatever is missing. | |||
2018-11-01 | [fixes #1932] We broke the delombok ant task. | Reinier Zwitserloot | |
2018-10-30 | post-release version bump. | Reinier Zwitserloot | |
2018-10-30 | pre-release version bump | Reinier Zwitserloot | |
2018-10-30 | cleaning up the changelog in preparation for a release. | Reinier Zwitserloot | |
2018-10-16 | [fixes #1795] you can now pass arguments to delombok via file in the same ↵ | Reinier Zwitserloot | |
way javac/java support it. | |||
2018-10-16 | [Fixes #1848] Added support to delombok for properly handling jigsaw ↵ | Reinier Zwitserloot | |
(module-info) style projects. | |||
2018-10-15 | Don't initialize already initialized final fields. Fixes #1829. | Roel Spilker | |
2018-10-15 | [fixes #1324] toBuilder with @Singular marked collections that are null no ↵ | Reinier Zwitserloot | |
longer throws NPE. | |||
2018-09-18 | Finishing work on making lombok do sensible things with TYPE_USE annotations ↵ | Reinier Zwitserloot | |
and for example their use on the typearg in a collection type which is being `@Singular`-ized. | |||
2018-09-10 | update changelog | Roel Spilker | |
2018-09-03 | Add Angular IDE support in installer, fixes #1830 | Roel Spilker | |
2018-08-27 | Update changelog | Roel Spilker | |
2018-08-21 | [#1806] Potential fix for java 11 in regards to module system. | Reinier Zwitserloot | |
2018-08-21 | [#1808] Probable fix: Using module names with dots in them was causing ↵ | Reinier Zwitserloot | |
issues, as we only use the simple name. Actually getting the full module name is a little tricky, but this should do the job. | |||
2018-07-29 | docs for the redesigned FieldNameConstants. | Reinier Zwitserloot | |
2018-07-26 | post-release version bump | Reinier Zwitserloot | |
2018-07-26 | pre-release version bump | Reinier Zwitserloot | |
2018-07-25 | [Fixes issue #1783] lombok.var / lombok.experimental.var import would be ↵ | Reinier Zwitserloot | |
removed by eclipse’s organize imports. | |||
2018-07-17 | Attempting to fix issues with integration with mapstruct; issue #1359 | Reinier Zwitserloot | |
2018-07-03 | [Fixes #1347] issues with no-args constructor and Builder.Default now ↵ | Reinier Zwitserloot | |
documented and fixed. | |||
2018-06-19 | changelog | Roel Spilker | |
2018-06-13 | added SuperBuilder to the changelog | Reinier Zwitserloot | |
2018-06-05 | post-release version bump | Reinier Zwitserloot | |
2018-06-05 | pre-release version bump | Reinier Zwitserloot | |
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 | 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 | Update docs. | Roel Spilker | |
2018-05-15 | [documentation] documenting the new-style include/exclude of ToString and ↵ | Reinier Zwitserloot | |
EqualsAndHashCode | |||
2018-05-14 | fixes #1580 - documenting Pascal Bihler's contribution to making lombok run ↵ | Reinier Zwitserloot | |
better with gradle | |||
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-10 | Potential fix for #1604 | Roel Spilker | |
2018-04-09 | update changelog | Roel Spilker | |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot | |
2018-02-07 | documented in changelog work on supporting JDK10. | Reinier Zwitserloot | |
2018-02-07 | As we’re preparing to release v2, we want to delete the experimental ↵ | Reinier Zwitserloot | |
editions of the Builder and Value annotations… but in case you install lombok v2 into eclipse but use an older lombok as dep in your project, we still do want to process the old annotations. Had to stringly-type a few things to make that happen, but, works now. |