mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 15:54:16 +00:00
* spring: fix spring pageable used without any config Spring Pageable is imported whenever we have an API with a Pageable Json schema, even if x-spring-paginated is not set. This commit imports Spring Pageable only if x-spring-paginated is set to true. * spring: add unit test for pageable fix * spring: fix spring pageable feedback from review remove unrelated example --------- Co-authored-by: gonzalad <gonzalad@users.noreply.github.com>