Put the simple recipe to upgrade

This commit is contained in:
atsmgv 2024-06-24 16:20:21 +02:00
parent 4b61e7903c
commit 825684a28a
2 changed files with 5 additions and 1 deletions

View file

@ -213,7 +213,10 @@
<configuration> <configuration>
<exportDatatables>true</exportDatatables> <exportDatatables>true</exportDatatables>
<activeRecipes> <activeRecipes>
<!--
<recipe>com.example.MigrateToSpringBoot3_3</recipe> <recipe>com.example.MigrateToSpringBoot3_3</recipe>
-->
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
</activeRecipes> </activeRecipes>
</configuration> </configuration>
<dependencies> <dependencies>

View file

@ -1,7 +1,7 @@
--- ---
type: specs.openrewrite.org/v1beta/recipe type: specs.openrewrite.org/v1beta/recipe
name: com.example.MigrateToSpringBoot3_3 name: com.example.MigrateToSpringBoot3_3
displayName: Upgrade Wro4j Maven plugin version displayName: Migrate to Spring Boot and add some fixes
causesAnotherCycle: true causesAnotherCycle: true
recipeList: recipeList:
- org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3 - org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3
@ -15,6 +15,7 @@ recipeList:
groupId: jakarta.xml.bind groupId: jakarta.xml.bind
artifactId: jakarta.xml.bind-api artifactId: jakarta.xml.bind-api
newVersion: 4.0.2 newVersion: 4.0.2