Skip to content

[REQ] Jackson3 support for java libraries #22294

@paul-kraftlauget

Description

@paul-kraftlauget

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions