-
-
Notifications
You must be signed in to change notification settings - Fork 527
Extensions in subobjects of OpenAPI no longer work #2449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have added a fix for it. |
Hi, this change appears to have caused a regression: see #1655 . I've encountered a similar problem to the linked github issue, in that I'm trying to serialise a As a consequence, when I try to create POJO examples programmatically, e.g.
Then the example is serialised as:
instead of
I want to use 1.8.0 because of its support for OpenAPI spec version 3.1.0, so this is a major problem for me. |
This is closely related to #2104, which states that extensions in the OpenAPI object no longer work.
This was fixed for extensions at the top level, but extension in sub-parts of OpenAPI are also no longer working. One of these sub-objects is the Info object which can also have extensions. I believe there are extensions in other sub-parts that are probably also not working.
I've verified that the extensions of Info are not working in v1.6.8, 1.16.15, and 1.7.0.
The text was updated successfully, but these errors were encountered: