From 825684a28a916f318bdf0166364e92564392eb93 Mon Sep 17 00:00:00 2001 From: atsmgv Date: Mon, 24 Jun 2024 16:20:21 +0200 Subject: [PATCH] Put the simple recipe to upgrade --- pom.xml | 3 +++ rewrite.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a73bb5e0..75dc9bd59 100644 --- a/pom.xml +++ b/pom.xml @@ -213,7 +213,10 @@ true + + org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3 diff --git a/rewrite.yml b/rewrite.yml index 3c08a872e..1d82e4e79 100644 --- a/rewrite.yml +++ b/rewrite.yml @@ -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 +