- BUGFIX: mapstruct + lombok in eclipse should hopefully work again. and
- BUGFIX: Equals and hashCode again exclude transient fields by default.
- BUGFIX: Eclipse 'organize imports' feature (either explicitly, or if automatically triggered on saving via 'save actions') would remove the import for
lombok.var.
- BUGFIX: Lombok and gradle v4.9 didn't work together; that's been fixed. and
- FEATURE: You can now make builders for type hierarchies, using the new (experimental)
@SuperBuilder annotation. Thanks for the contribution, Jan Rieke. @SuperBuilder documentation
- FEATURE:
@NoArgsConstructor, including forcing one with lombok.config: lombok.noArgsConstructor.extraPrivate=true now take any defaults set with @Builder.Default into account.