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

Migrate @ApiParam(defaultValue) to @Parameter(schema = @Schema(defaultValue)) #28

Merged
merged 3 commits into from
Jan 10, 2025

Conversation

SiBorea
Copy link
Contributor

@SiBorea SiBorea commented Jan 10, 2025

What's changed?

Migrate @ApiParam(defaultValue), the same as @ApiImplicitParam(defaultValue)

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

timtebeek and others added 2 commits January 10, 2025 14:44
…efaultValue.java

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@timtebeek timtebeek changed the title Migrate @ApiParam(defaultValue) Migrate @ApiParam(defaultValue) to @Parameter(schema = @Schema(defaultValue)) Jan 10, 2025
Copy link
Contributor

@timtebeek timtebeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to see @SiBorea ; thanks again!

@timtebeek timtebeek merged commit 03b3e32 into openrewrite:main Jan 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants