You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to springdoc-openapi-starter-webmvc-ui 2.8.3 (in combination with spring boot 3.4.1), properties are no longer marked as "required" in the generated openapi spec. All properties are still there, it's just that the entire "requires" list of required properties is no longer there.
Thanks for the added details. I have unfortunately myself only used Java together with explicit annotations that state whether a field is required or not.
But hopefully the additional details that you have provided should be enough for someone to investigate the issue.
Since upgrading to springdoc-openapi-starter-webmvc-ui 2.8.3 (in combination with spring boot 3.4.1), properties are no longer marked as "required" in the generated openapi spec. All properties are still there, it's just that the entire "requires" list of required properties is no longer there.
For example, in 2.7.0, you would get this:
Then, in 2.8.3, it becomes this:
We had to revert to 2.7.0 for the time being.
The text was updated successfully, but these errors were encountered: