mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Put the simple recipe to upgrade
This commit is contained in:
parent
4b61e7903c
commit
825684a28a
2 changed files with 5 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue