aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)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
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 ca...Reinier Zwitserloot
2020-02-14[fixes #678] `@Synchronize` an instance method on static variable no longer e...Reinier Zwitserloot
2020-02-14update changelogRoel Spilker
2020-02-11Documenting the fix for issue #2359 by @JanRieke in previous commit in change...Reinier Zwitserloot
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
2020-01-31[issue #788] Add more nullity annotations where relevantReinier Zwitserloot
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ...Reinier Zwitserloot
2020-01-31[fixes #2235] aliasing the old wither to the new one was broken for explicit ...Reinier Zwitserloot
2020-01-30fix typo in changelogRoel Spilker
2020-01-29[Fixes #2349] Support for JDK 14Reinier Zwitserloot
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
2020-01-20Config import: add to changelogRoel Spilker
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default annota...Reinier Zwitserloot
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 g...Reinier Zwitserloot
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name cla...Reinier Zwitserloot
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
2019-08-08[Fixes #2189] Clone type to correctly set annotated type on constructor, gett...Jacob Middag
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 su...Roel Spilker
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is no...Reinier Zwitserloot
2019-07-15[fixes #2169] Eclipse 2019-06 + JDK12 + `@Singular` caused a cavalcade of err...Reinier Zwitserloot
2019-07-09Merge branch 'customlog'Reinier Zwitserloot
2019-07-09[changelog] adding to the changelog note about improved eclipse non-null supp...Reinier Zwitserloot
2019-07-09[changelog] adding to the changelog note about improved val/var support (see ...Reinier Zwitserloot
2019-07-09[builder] added a feature: you can now configure builder class name via the c...Reinier Zwitserloot