-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
Description
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator (example)?
- Have you searched for related issues/PRs?
- What's the actual output vs expected output?
Description
Using any schema called Pageable will instead use springs pageable (in a spring project)
openapi-generator version
6.0.1
OpenAPI declaration file content or url
https://github.com/downloadpizza/spring-openapi-pageable-poc
Generation Details
refer to pom.xml in my project
Steps to reproduce
- Clone my project
- Run maven compile
- Look in generated PagedObject class and check which Pageable is used.
Related issues/PRs
Suggest a fix
redo the entire Pageable and springfox thing. #8192 (comment) as this user has said (which I agree with) it is a dumb thing for a mature library. Its a random very intrusive change that benefits very few people.
Reactions are currently unavailable