Skip to content
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

Add MigrateSpringdocCommon recipe #633

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

SiBorea
Copy link
Contributor

@SiBorea SiBorea commented Nov 21, 2024

What's changed?

There're a little changes between springdoc-openapi-common-1.+ and springdoc-openapi-starter-common-2.+

  1. org.springdoc.core.customizers.OpenApiCustomiser => org.springdoc.core.customizers.OpenApiCustomizer
  2. org.springdoc.core.GroupedOpenApi => org.springdoc.core.models.GroupedOpenApi
  3. addOpenApiCustomiser() => addOpenApiCustomizer()

Checklist

  • [✅] I've added unit tests to cover both positive and negative cases
  • [✅] I've read and applied the recipe conventions and best practices
  • [✅] I've used the IntelliJ IDEA auto-formatter on affected files

SiBorea and others added 4 commits November 21, 2024 17:18
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready to Review
Development

Successfully merging this pull request may close these issues.

2 participants