mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +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>
|
||||
<exportDatatables>true</exportDatatables>
|
||||
<activeRecipes>
|
||||
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
||||
<recipe>com.example.UpgradeWro4jPluginVersion</recipe>
|
||||
<recipe>com.example.MigrateToSpringBoot3_3</recipe>
|
||||
</activeRecipes>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
|
|
21
rewrite.yml
21
rewrite.yml
|
@ -1,10 +1,21 @@
|
|||
---
|
||||
type: specs.openrewrite.org/v1beta/recipe
|
||||
name: com.example.UpgradeWro4jPluginVersion
|
||||
name: com.example.MigrateToSpringBoot3_3
|
||||
displayName: Upgrade Wro4j Maven plugin version
|
||||
causesAnotherCycle: true
|
||||
recipeList:
|
||||
- org.openrewrite.maven.UpgradePluginVersion:
|
||||
groupId: ro.isdc.wro4j
|
||||
artifactId: wro4j-maven-plugin
|
||||
newVersion: 2.1.1
|
||||
- org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3
|
||||
- org.openrewrite.maven.UpgradePluginVersion:
|
||||
groupId: ro.isdc.wro4j
|
||||
artifactId: wro4j-maven-plugin
|
||||
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