forked from loafle/openapi-generator-original
* 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>