- PLATFORM: Added support for Eclipse 2024-06; you'd get some
NoSuchMethodError
traces in your logs if using @Builder
or @Singular
prior to this fix. .
- IMPROBABLE BREAKING CHANGE: Lombok now adds
@lombok.Generated
by default to methods and types it generates. This may result in accidentally increasing your test coverage percentage. .
- IMPROBABLE BREAKING CHANGE: When
lombok.config
contains lombok.onX.flagUsage = WARNING
, from now on warnings will actually be generated if onX is used.
- BUGFIX: When
@SuperBuilder
was used on a type with an generic array type, it would error wrong number of type arguments
. .
- FEATURE: Lombok generates javadoc for you for most of the methods it adds; with this release, javadoc is also added to generated constructors. .