Sourced from org.projectlombok:lombok's changelog.
v1.18.46 (April 22nd, 2026)
- PLATFORM: JDK26 support added #4019.
- PLATFORM: Spring Tools Suite 5 supported #3985.
- BUGFIX:
@Jacksonizedno longer stops generating@JsonPropertyonce an explicit@JsonIgnoreannotations is encountered #4022.- BUGFIX: In eclipse, mixing
@Jacksonizedandfluent = trueno longer causes the errorcom.fasterxml.jackson.annotation.JsonProperty is not a repeatable annotation interface. #3934.- BUGFIX: Some finishing touches for v1.18.44's support of Jackson3 #4004.
936ca59
[build] lombok's launcher is still intended to be 1.4 compatible, or at
least...fcdab3f
[version] pre-release version bump1cb7d49
[changelog]#4004
Mention Jackson3 final touches in changelog.12a15b0
Fix: Bump EA_JDK to 27 (25 and 26 have been released)2be766c
Merge branch 'jackson3-final-touches'290fa4c
[trivial] constantize the warning we spit out for ambiguous jackson2/3,
and m...e6567b6
test: Add Jackson 3 test cases and version ambiguity warnings45e72e2
feat: Add Jackson 3 databind/dataformat annotations to HandlerUtil copy
lists184d423
feat: Add Jackson 3 support to @​Jacksonized
handlerse027ad0
refactored to ShadowClassLoader use Collections::enumeration instead of
Vector