Skip to content

[REQ][java][jackson] Add JsonPropertyOrder annotation for Spring Boot generator #23933

@petervandenbroek

Description

@petervandenbroek

Jackson 3 now by default sorts properties properties alphabetically instead of following the logical order of the generated classes.
This seems to be only fixable by adding the JsonPropertyOrder annotation (disabling the alphabetical sort in Jackson does nothing).

In the pull request related to issue 3629, this was done for the JAX-RS server, but not for any other Java generators.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions