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>
<exportDatatables>true</exportDatatables>
<activeRecipes>
<!--
<recipe>com.example.MigrateToSpringBoot3_3</recipe>
-->
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
</activeRecipes>
</configuration>
<dependencies>

View file

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