Describe the feature request
This is partially a feature request and partially an announcement. I have published a temporary Jackson 3/Swagger 3 fork HERE that updates SpringWolf using a dev fork of Swagger 3.
Motivation
Our organization had a time sensitive update due that relies on SpringWolf being compatible with Jackson 3 and Swagger 3. This fork will also save time in the future once Swagger does finally update, as all the work will be done and will only require changing the package pointer to the official release rather than the third party fork.
Technical details
Changed fasterxml to tools.jackson, implemented immutable object mapper, updated necessary JSON parsing, fixed ProtoBuf infinite subclassing bug surfaced by new JSON/YAML parsing functions in Jackson 3.
Describe the feature request
This is partially a feature request and partially an announcement. I have published a temporary Jackson 3/Swagger 3 fork HERE that updates SpringWolf using a dev fork of Swagger 3.
Motivation
Our organization had a time sensitive update due that relies on SpringWolf being compatible with Jackson 3 and Swagger 3. This fork will also save time in the future once Swagger does finally update, as all the work will be done and will only require changing the package pointer to the official release rather than the third party fork.
Technical details
Changed fasterxml to tools.jackson, implemented immutable object mapper, updated necessary JSON parsing, fixed ProtoBuf infinite subclassing bug surfaced by new JSON/YAML parsing functions in Jackson 3.