Skip to content

Commit

Permalink
Include new reactor migration as of springboot 3.2 (#564)
Browse files Browse the repository at this point in the history
* Include new reactor migration as of springboot 3.2
Spring boot upgrade to 3.2.4 also upgrades io.projectreactor/reactor-bom from 2020.0.27 to 2023.0.4. This in turn upgrades reactor-core module from 3.4.26 to 3.6.5.

* Include UpgradeReactor_3_5 with Spring Boot 3.1

* Keep alphabetic order of dependencies

---------

Co-authored-by: Laurens Westerlaken <[email protected]>
Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
3 people authored Aug 12, 2024
1 parent 3706324 commit e6f662c
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 @@ -125,6 +125,7 @@ dependencies {
runtimeOnly("org.openrewrite.recipe:rewrite-hibernate:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-migrate-java:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-openapi:${rewriteVersion}")
runtimeOnly("org.openrewrite.recipe:rewrite-reactive-streams:$rewriteVersion")
runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:$rewriteVersion")

testRuntimeOnly("ch.qos.logback:logback-classic:1.+")
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ recipeList:
- org.openrewrite.java.spring.security6.UpgradeSpringSecurity_6_1
- org.openrewrite.java.spring.boot3.SpringBootProperties_3_1
- org.openrewrite.hibernate.MigrateToHibernate62
- org.openrewrite.reactive.reactor.UpgradeReactor_3_5

0 comments on commit e6f662c

Please sign in to comment.