Skip to content

Commit

Permalink
Add Micrometer 1.13.x upgrade to Spring Boot 3.3.x migration (#551)
Browse files Browse the repository at this point in the history
* Add Micrometer 1.13.x upgrade to Spring Boot 3.3.x migration

Partially resolves #526

* Sort dependencies; drop comment

---------

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
jjank and timtebeek authored Jul 12, 2024
1 parent cb52c15 commit 196dc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ dependencies {

runtimeOnly("org.openrewrite:rewrite-java-17")
runtimeOnly("org.openrewrite.recipe:rewrite-hibernate:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-micrometer:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-migrate-java:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-openapi:${rewriteVersion}")
runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:$rewriteVersion")
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ recipeList:
newGroupId: org.apache.cassandra
oldArtifactId: "*"

- org.openrewrite.micrometer.UpgradeMicrometer13
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.SpringBoot3BestPractices
Expand Down

0 comments on commit 196dc5f

Please sign in to comment.