-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathrewrite.yml
16 lines (16 loc) · 907 Bytes
/
rewrite.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
type: specs.openrewrite.org/v1beta/recipe
name: org.activiti.cloud.UpgradeSpringBoot_3_0
recipeList:
- org.openrewrite.java.spring.boot3.RemoveEnableBatchProcessing
- org.openrewrite.java.spring.boot3.MavenPomUpgrade
- org.openrewrite.java.migrate.jakarta.JavaxMigrationToJakarta
- org.openrewrite.java.spring.boot3.RemoveConstructorBindingAnnotation
- org.openrewrite.java.spring.boot2.MoveAutoConfigurationToImportsFile
- org.openrewrite.java.spring.boot3.ActuatorEndpointSanitization
- org.openrewrite.java.spring.boot3.MigrateMaxHttpHeaderSize
- org.openrewrite.java.spring.boot3.DowngradeServletApiWhenUsingJetty
- org.openrewrite.java.spring.boot3.ConfigurationOverEnableSecurity
- org.openrewrite.java.spring.boot3.SpringBootProperties_3_0_0
- org.openrewrite.java.spring.cloud2022.UpgradeSpringCloud_2022
- org.openrewrite.java.spring.security6.UpgradeSpringSecurity_6_0