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
And spring wants that as ?page=...&size=..... Afaict this is the "exploded, form" style for openapi serialization of object query parameters, and this is the expected format for this combination. From martian I get however: pageable%5Bpage%5D=10. Not sure if this is an easy fix, there are a gazillion different ways to represent parameters in the openapi spec.
The text was updated successfully, but these errors were encountered:
Trying to make spring pageable parameters work. The generated OpenAPI schema is:
And spring wants that as
?page=...&size=....
. Afaict this is the "exploded, form" style for openapi serialization of object query parameters, and this is the expected format for this combination. From martian I get however:pageable%5Bpage%5D=10
. Not sure if this is an easy fix, there are a gazillion different ways to represent parameters in the openapi spec.The text was updated successfully, but these errors were encountered: