Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-16 | [pr 2702] finishing the `@StandardException` feature. | Reinier Zwitserloot | |
* rewritten how it works a bit: Now compatible with parent exceptions that don't have the Throwable variants. * rewritten how it works a bit: You can now provide the full constructor only; the rest will forward to it. * fixing up style. * rewrite the docs. | |||
2021-04-02 | [versioning] post-release version bump | Reinier Zwitserloot | |
2021-04-02 | [versioning] pre-release version bump | Reinier Zwitserloot | |
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 changelog | Reinier 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 changelog | Reinier Zwitserloot | |
2021-01-28 | [versioning] post-release version bump | Reinier Zwitserloot | |
2021-01-28 | [versioning] pre-release version bump of the changelog as well | Reinier Zwitserloot | |
2021-01-28 | [versioning] pre-release version bump | Reinier Zwitserloot | |
2020-12-10 | Add missing PR number | Andre Brait | |
2020-12-10 | [changelog] adding fix to ExtensionMethod with generics in ecj | Reinier Zwitserloot | |
2020-12-08 | Add new cache hashCode feature to changelog | Ken Dombeck | |
2020-12-04 | [trivial] recording ecj fix in changelog | Reinier 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 work | Reinier Zwitserloot | |
2020-10-29 | Update changelog | Roel Spilker | |
2020-10-15 | [versioning] pre-release version bump | Reinier Zwitserloot | |
2020-10-15 | Update changelog | Roel Spilker | |
2020-10-08 | [versioning] pre-release version bump | Reinier Zwitserloot | |
2020-08-21 | [trivial] [changelog] | Reinier Zwitserloot | |
2020-06-26 | Update changelog. | Roel Spilker | |
2020-06-19 | #1543: First primitives, then primitive wrappers, then other references | Roel Spilker | |
2020-06-18 | Fixes #1543: in equals, by default first compare the primitives | Roel Spilker | |
2020-06-11 | [Fixes #2463] Clone type to correctly set annotated type on with methods. | Jacob Middag | |
2020-05-28 | add OpenJ9 fix to changelog | Roel Spilker | |
2020-05-07 | Update changelog | Roel 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, changelog | Jan Rieke | |
2020-02-27 | Generate more mapstruct artifacts for maven | Roel 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-14 | update changelog | Roel Spilker | |
2020-02-11 | Documenting the fix for issue #2359 by @JanRieke in previous commit in ↵ | Reinier Zwitserloot | |
changelog. | |||
2020-02-10 | changelog | Jan Rieke | |
2020-02-07 | post-release version bump | Reinier Zwitserloot | |
2020-02-07 | pre-release version bump | Reinier 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 relevant | Reinier 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-30 | fix typo in changelog | Roel Spilker | |
2020-01-29 | [Fixes #2349] Support for JDK 14 | Reinier 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-20 | Config import: add to changelog | Roel 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 | |