-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpringFox to SpringDoc - migrate Dockets #588
Comments
In particular I like this perhaps simpler approach
springdoc.packagesToScan=package1, package2
springdoc.pathsToMatch=/v1, /api/balance/** That might be served with a ScanningRecipe that looks if there really is only a single Docket, and then adds those properties. Does that fit your typical usage there? |
Yeah, I believe it was valid to use SpringFox with zero For one |
Hi, We are looking at this recipe requirement also.
sidenote: We have |
hey @Jenson3210 -- yep, I don't have any work in progress, so contribution from you would be excellent! The summary sounds accurate. For the
Finally, someone would probably need to review each instance method for building |
What problem are you trying to solve?
SpringFox to SpringDoc migration guide:
https://springdoc.org/#migrating-from-springfox
added support for the SB 2.6 recipe to include the dependency changes and the Swagger 2 -> OpenAPI 3 changes.
This issue tracks the pending work to also migrate
Docket
declarations to SpringDoc replacements (OpenApi
/ properties /GroupedOpenApi
).Are you interested in contributing this recipe to OpenRewrite?
Maybe eventually but another person is welcome to pick it up
The text was updated successfully, but these errors were encountered: