Skip to content

Conversation

@dickerpulli
Copy link

@dickerpulli dickerpulli commented Jan 29, 2026

Added new config option for jsonLibrary called jackson3

With this option set the serialization will be done with Jackson 3. This would create slightly changed typescript code as Jackson 3 introduced some changes in default behaviour.


Breaking change for enum serialization.
Enum serialization changed because update of Jackson 2 also needed. With Jackson 2.16 the enum serialization has changed a bit: Enum constants annotated @JsonProperty("XXX") will be serialized to "XXX" independent of an existing toString method. Prior Jackson versions (< 2.16) prioritized the toString method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant