aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-06-19#1543: First primitives, then primitive wrappers, then other referencesRoel Spilker
2020-06-18Fixes #1543: in equals, by default first compare the primitivesRoel Spilker
2020-06-11[Fixes #2463] Clone type to correctly set annotated type on with methods.Jacob Middag
2020-05-28add OpenJ9 fix to changelogRoel Spilker
2020-05-07Update changelogRoel Spilker
2020-03-06[fixes #2358] self-referential generics could cause endless loops in javac.Reinier Zwitserloot
... unfortunately eclipse's val resolver is now very slightly worse in very exotic circumstances - spent about 4 hours trying to fix it, can't figure it out, let's move on.
2020-03-05[trivial] minor updates to Jacksonized docs.Reinier Zwitserloot
2020-03-05@Jacksonized: add documentation, changelogJan Rieke
2020-02-27Generate more mapstruct artifacts for mavenRoel Spilker
2020-02-27[docs]Reinier Zwitserloot
2020-02-14[fixes #2369] types nested in enums/interfaces not marked static no longer ↵Reinier Zwitserloot
cause issues in ecj.
2020-02-14[fixes #678] `@Synchronize` an instance method on static variable no longer ↵Reinier Zwitserloot
emits a warning.
2020-02-14update changelogRoel Spilker
2020-02-11Documenting the fix for issue #2359 by @JanRieke in previous commit in ↵Reinier Zwitserloot
changelog.
2020-02-10changelogJan Rieke
2020-02-07post-release version bumpReinier Zwitserloot
2020-02-07pre-release version bumpReinier Zwitserloot
2020-01-31[fixing #2351] Reflecting the fix in the changelog.Reinier Zwitserloot
Our attempt to fix sonarlint plugin has been confirmed.
2020-01-31[issue #788] Add more nullity annotations where relevantReinier Zwitserloot
(chainable setters, static constructors, builder stuff)
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ↵Reinier Zwitserloot
nullchecks.
2020-01-31[fixes #2235] aliasing the old wither to the new one was broken for explicit ↵Reinier Zwitserloot
imports.
2020-01-30fix typo in changelogRoel Spilker
2020-01-29[Fixes #2349] Support for JDK 14Reinier Zwitserloot
Added the ability to parse and pretty-print the new 'x instanceof String y' pattern concept. Added a test to the pretty printer to confirm that it works.
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
2020-01-20Config import: add to changelogRoel Spilker
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default ↵Reinier Zwitserloot
annotation no longer clash.
2020-01-07[fixes #2323] javadoc `@return` generation updated.Reinier Zwitserloot
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code ↵Reinier Zwitserloot
gen of build() methods for `@Builder`.
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name ↵Reinier Zwitserloot
clashes.
2019-12-19[docs] added changelog entry for previous fixReinier Zwitserloot
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-09-25[changelog] the top entry version wasnt bumped yet.Reinier Zwitserloot
2019-09-25[jdk13] changelog updateReinier Zwitserloot
2019-09-11post-release version bumpReinier Zwitserloot
2019-09-10pre-release version bumpReinier Zwitserloot
2019-09-10[trivial] With PR 2138 reverted, lets not name it in the changelogs.Reinier Zwitserloot
2019-08-27[trivial] typoReinier Zwitserloot
2019-08-27[With] updated documentation for Wither/WithReinier Zwitserloot
2019-08-26Fixes #2156: also clone the annotations on the setter.Roel Spilker
2019-08-22Merge branch 'master' into clone-typeReinier Zwitserloot
2019-08-22[checkerframework]Reinier Zwitserloot
A bit of a shadow feature because the checker framework folks need to do some work on their side. this update makes lombok generate a few checker framework annotations (if configured to do so) which let the checker framework add warnings and errors for example if you misuse builders, or ignore the return values of withers, etc.
2019-08-08[Fixes #2189] Clone type to correctly set annotated type on constructor, ↵Jacob Middag
getter and setter.
2019-07-24Fixes #2184: NPE on package-info.java without package declaration.Roel Spilker
2019-07-16Fixes #1197, add Objects.requireNonNull and Preconditions.checkkNotNull to ↵Roel Spilker
supported null-check styles
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is ↵Reinier Zwitserloot
now called `$value` in order to convey that you shouldnt manually mess with it.
2019-07-15[fixes #2169] Eclipse 2019-06 + JDK12 + `@Singular` caused a cavalcade of ↵Reinier Zwitserloot
error popups
2019-07-09Merge branch 'customlog'Reinier Zwitserloot
2019-07-09[changelog] adding to the changelog note about improved eclipse non-null ↵Reinier Zwitserloot
support (see previous commit)
2019-07-09[changelog] adding to the changelog note about improved val/var support (see ↵Reinier Zwitserloot
previous commit)
2019-07-09[builder] added a feature: you can now configure builder class name via the ↵Reinier Zwitserloot
config system