-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Jackson 3 support for various java code generator.
Describe the solution you'd like
A configuration toggle in the java openapi generator to switch between jackson 2 or jackson 3.
For example, spring boot 4 deprecates jackson 2. So it migration is not necessarily needed...a user can continue to use jackson 2 even if migrating to spring boot 4.
Perhaps a configuration such as useJackson3 (like useJakartaEe)
Describe alternatives you've considered
I have used a custom template for the webclient library using an additionalProperty useJackson3.
nrayburn-tech, davidkarlsen, maxl2287, haeuserd, twonky4 and 4 more