aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-03-24[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components ↵Reinier Zwitserloot
feature. All tests passing.
2021-03-21[changelog] reflecting fixes #2701 and fixes #2704 in the changelogReinier Zwitserloot
2021-03-19[changelog]Reinier Zwitserloot
2021-03-05[changelog]Reinier Zwitserloot
2021-02-04[changelog] [issue #2730] add the potential fix to the changelogReinier Zwitserloot
2021-01-28[versioning] post-release version bumpReinier Zwitserloot
2021-01-28[versioning] pre-release version bump of the changelog as wellReinier Zwitserloot
2021-01-28[versioning] pre-release version bumpReinier Zwitserloot
2020-12-10Add missing PR numberAndre Brait
2020-12-10[changelog] adding fix to ExtensionMethod with generics in ecjReinier Zwitserloot
2020-12-08Add new cache hashCode feature to changelogKen Dombeck
2020-12-04[trivial] recording ecj fix in changelogReinier Zwitserloot
2020-11-13[#2645] Fixing the reading of lombok.config on sbt 1.4+Reinier Zwitserloot
2020-10-30[issue #285] Compiling with Maven+Tycho should now workReinier Zwitserloot
2020-10-29Update changelogRoel Spilker
2020-10-15[versioning] pre-release version bumpReinier Zwitserloot
2020-10-15Update changelogRoel Spilker
2020-10-08[versioning] pre-release version bumpReinier Zwitserloot
2020-08-21[trivial] [changelog]Reinier Zwitserloot
2020-06-26Update changelog.Roel Spilker
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