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
When upgrading "org.springdoc:springdoc-openapi-starter-webmvc-api from 2.7.0 to 2.8.1 the generated openapi-spec accessable via http://localhost:8080/v3/api-docs contains a bug where PagableObject and SortObject are called Pageablenull and Sortnull.
The text was updated successfully, but these errors were encountered:
mgansler
changed the title
PageableObject and SortObject are called Pageablenull and Sortnull in v2.8.1
PageableObject and SortObject are called Pageablenull and Sortnull in v2.8.0 and v2.8.1
Jan 9, 2025
Describe the bug
When upgrading
"org.springdoc:springdoc-openapi-starter-webmvc-api
from 2.7.0 to 2.8.1 the generated openapi-spec accessable viahttp://localhost:8080/v3/api-docs
contains a bug where PagableObject and SortObject are called Pageablenull and Sortnull.To Reproduce
Given the simple controller:
The generated openapi-spec looks like this:
Expected behavior
The generated openapi-spec should look like this:
The text was updated successfully, but these errors were encountered: