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 Micrometer 1.13.x upgrade to Spring Boot 3.3.x migration #551

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

jjank
Copy link
Contributor

@jjank jjank commented Jul 12, 2024

Partially resolves #526

What's changed?

What's your motivation?

  • Spring Boot 3.3.x includes Micrometer 1.13.x which introduced breaking changes

Anything in particular you'd like reviewers to focus on?

  • As Tim suggested I specifically included the migration to verison 1.13.x in the recipe list as opposed to the generic micrometer upgrade recipe to avoid "surprises" with regards to versions in the future

Anyone you would like to review specifically?

@timtebeek

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

@jjank
Copy link
Contributor Author

jjank commented Jul 12, 2024

@timtebeek the compilation failure is also in main - I guess I'll wait for you guys to resolve this an then rebase my changes accordingly

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 this quick addition following on from

Thanks again!

github-actions[bot]

This comment was marked as outdated.

@timtebeek timtebeek merged commit 196dc5f into openrewrite:main Jul 12, 2024
2 checks passed
@timtebeek timtebeek added enhancement New feature or request boot-3.3 labels Jul 12, 2024
@jjank jjank deleted the 526-boot-33-micrometer branch July 12, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boot-3.3 enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add recipes to migrate to Spring Boot 3.3
2 participants