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.
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.