aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-02-08[implements #1456] accessors can now be made final via `@Accessors`.Reinier Zwitserloot
2022-01-21[changelog]Reinier Zwitserloot
2022-01-16[typo] type in the edgy guinea pig version number, messing up deployment of ↵Reinier Zwitserloot
changelog
2022-01-16[log4j] one more log4j update. Again, lombok is not and never was ↵Reinier Zwitserloot
vulnerable, just ensuring your vulnerability scanners dont give off false positives.
2022-01-07[fixes projectlombok/lombok#1036] Exclude the classloader forMartin O'Connor
jasperreports-plugin due to a classloader conflict with ECJ
2021-12-21[Issue #2849] Mention the implementation of this feature in the changelogReinier Zwitserloot
2021-12-12[fixes #3063] Bump log4j2 dep version to avoid needless security warnings ↵Reinier Zwitserloot
from dep scanners - lombok is not affected by CVE-2021-44228.
2021-10-26[changelog] adding a few of @Rawi01's quality-of-life improvements in ↵Reinier Zwitserloot
eclipse as an entry in the changelog.
2021-10-18[#2693] Docs and changelog for the ‘accessors.capitalization = beanspec’ ↵Reinier Zwitserloot
feature.
2021-10-07[versioning] post-release version bumpReinier Zwitserloot
2021-10-07[versioning] pre-release version bumpReinier Zwitserloot
2021-09-29[doc] Added some docs on how to debug lombok for various platforms, also ↵Reinier Zwitserloot
updated changelog with recent changes
2021-09-16[changelog] documenting previous commit.Reinier Zwitserloot
2021-09-07[changelog] add previous commit (val to final var) to changelogReinier Zwitserloot
2021-04-23Change owner lombok GitHub repositoryRoel Spilker
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 bumpReinier Zwitserloot
2021-04-02[versioning] pre-release version bumpReinier 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 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.