mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Group all recipes in one
This commit is contained in:
parent
6d75105c13
commit
4b61e7903c
2 changed files with 17 additions and 7 deletions
3
pom.xml
3
pom.xml
|
@ -213,8 +213,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<exportDatatables>true</exportDatatables>
|
<exportDatatables>true</exportDatatables>
|
||||||
<activeRecipes>
|
<activeRecipes>
|
||||||
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
<recipe>com.example.MigrateToSpringBoot3_3</recipe>
|
||||||
<recipe>com.example.UpgradeWro4jPluginVersion</recipe>
|
|
||||||
</activeRecipes>
|
</activeRecipes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
13
rewrite.yml
13
rewrite.yml
|
@ -1,10 +1,21 @@
|
||||||
---
|
---
|
||||||
type: specs.openrewrite.org/v1beta/recipe
|
type: specs.openrewrite.org/v1beta/recipe
|
||||||
name: com.example.UpgradeWro4jPluginVersion
|
name: com.example.MigrateToSpringBoot3_3
|
||||||
displayName: Upgrade Wro4j Maven plugin version
|
displayName: Upgrade Wro4j Maven plugin version
|
||||||
|
causesAnotherCycle: true
|
||||||
recipeList:
|
recipeList:
|
||||||
|
- org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3
|
||||||
- org.openrewrite.maven.UpgradePluginVersion:
|
- org.openrewrite.maven.UpgradePluginVersion:
|
||||||
groupId: ro.isdc.wro4j
|
groupId: ro.isdc.wro4j
|
||||||
artifactId: wro4j-maven-plugin
|
artifactId: wro4j-maven-plugin
|
||||||
newVersion: 2.1.1
|
newVersion: 2.1.1
|
||||||
|
- org.openrewrite.maven.RemoveProperty:
|
||||||
|
propertyName: cobertura.version
|
||||||
|
- org.openrewrite.maven.UpgradeDependencyVersion:
|
||||||
|
groupId: jakarta.xml.bind
|
||||||
|
artifactId: jakarta.xml.bind-api
|
||||||
|
newVersion: 4.0.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue