Skip to content

Commit fb4651b

Browse files
committed
[changelog] Logged: JDK25 support.
1 parent 6648115 commit fb4651b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/changelog.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Lombok Changelog
22
----------------
33

44
### v1.18.39 "Edgy Guinea Pig"
5+
* PLATFORM: JDK25 support added (we're still one week out from official first release candidate, but feature freeze is in effect so we expect this version to be compatible with JDK25's official release). [Issue #3859](https://github.com/projectlombok/lombok/issues/3859).
56
* BUGFIX: Recent versions of eclipse (or the eclipse-based java lang server for VSCode) caused `java.lang.IllegalArgumentException: Document does not match the AST`. [Issue #3886](https://github.com/projectlombok/lombok/issues/3886).
67
* FEATURE: `@Jacksonized @Accessors(fluent=true)` automatically creates the relevant annotations such that Jackson correctly identifies fluent accessors.
78
* IMPROBABLE BREAKING CHANGE: From versions 1.18.16 to 1.18.38, lombok automatically copies certain Jackson annotations (e.g., `@JsonProperty`) from fields to the corresponding accessors (getters/setters). However, it turned out to be harmful in certain situations. Thus, Lombok does not automatically copy those annotations any more. You can restore the old behavior using the [config key](https://projectlombok.org/features/configuration) `lombok.copyJacksonAnnotationsToAccessors = true`.

0 commit comments

Comments
 (0)