Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-18 | [fixes #2140] when pretty-printing (delombok) varargs, only turn array ↵ | Reinier Zwitserloot | |
brackets into varargs for the actual top-level type, not for arrays inside the type, such as an array as generics component. | |||
2019-05-21 | Merge branch 'bulgakovalexander-feature/typeInferenceImprovements' | Reinier Zwitserloot | |
2019-05-21 | Code review + mention in changelog for the improvement to val handling vs. ↵ | Reinier Zwitserloot | |
lambdas and conditional (ternary) expressions. | |||
2019-05-21 | Update changelog. Fixes #2100 | Roel Spilker | |
2019-05-09 | post-release version bump (to be clear, the static constructor feature 2 ↵ | Reinier Zwitserloot | |
commits before this is NOT in the 1.18.8 release; this post-release bump is slightly late). | |||
2019-05-09 | [trivial] updating changelog retroactively to list an improbable breaking ↵ | Reinier Zwitserloot | |
change about the generated parameter is null exception | |||
2019-05-07 | pre-release version bump | Reinier Zwitserloot | |
2019-05-07 | [fixes #1981][fixes #1961] Hardcoded some knowledge about how to copy ↵ | Reinier Zwitserloot | |
jackson’s `@JsonProperty`. | |||
2019-05-06 | [fixes #2120] ecj was not generating explicit nullchecks for builder-setters. | Reinier Zwitserloot | |
2019-05-01 | [fixes #2104] superbuilder + non-list-singulars wouldn’t work due to ↵ | Reinier Zwitserloot | |
hardcoded call to emptyList. | |||
2019-05-01 | [issue #2092] Add an uppercase option to FieldNameConstants | Reinier Zwitserloot | |
2019-05-01 | [fixes #2083] adds feature ‘access level’ to `@Builder` | Reinier Zwitserloot | |
2019-04-24 | [changelog] Adding JDK12 updates to changelog | Reinier Zwitserloot | |
2019-03-26 | [fixes #2050] [fixes #2061] javac would fail to skip generating build() ↵ | Reinier Zwitserloot | |
method if it is already there | |||
2019-03-26 | [fixes #2049] Delombok now figures out usages of ‘var’ and delomboks ↵ | Reinier Zwitserloot | |
them as just ‘var’ instead of their actual type. | |||
2019-03-26 | changelog update | Roel Spilker | |
2019-03-26 | [i2078] Add possibility to generate assert on `@NonNull` | Roel Spilker | |
2019-03-25 | [fixes #2046] you can now suppress the builder() method, useful if you only ↵ | Reinier Zwitserloot | |
want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations. | |||
2019-03-25 | [docs] we had 2 references to v2.0.0; in the end that turned out to simply ↵ | Reinier Zwitserloot | |
be v1.16.20. | |||
2019-02-19 | var/val in Eclipse can now handle intersection types, fixes #1986 | Roel Spilker | |
2019-02-12 | post-release version bump | Reinier Zwitserloot | |
2019-02-12 | prerelease version bump | Reinier Zwitserloot | |
2019-01-29 | update changelog | Roel Spilker | |
2019-01-29 | [fixes #2024] FieldNameConstants was causing lots of problems in eclipse, ↵ | Reinier Zwitserloot | |
especially with save actions. | |||
2019-01-15 | update changelog regarding #2008 | Roel Spilker | |
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 | |