Group all recipes in one

This commit is contained in:
atsmgv 2024-06-24 14:10:35 +02:00
parent 6d75105c13
commit 4b61e7903c
2 changed files with 17 additions and 7 deletions

View file

@ -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>

View file

@ -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