File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 40
40
- spring
41
41
- boot
42
42
recipeList :
43
- # These steps go above & beyond what's needed for a pure upgrade, and are not be included with 3.x upgrades themselves
44
- - org.openrewrite.java.migrate.UpgradeToJava21 # Allows for virtual threads
45
43
- org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3
44
+ ---
45
+ type : specs.openrewrite.org/v1beta/recipe
46
+ name : org.openrewrite.java.spring.boot3.SpringBoot3BestPracticesOnly
47
+ displayName : Spring Boot 3.3 best practices (only)
48
+ description : Applies best practices to Spring Boot 3 applications, without chaining in upgrades to Spring Boot.
49
+ tags :
50
+ - spring
51
+ - boot
52
+ recipeList :
53
+ # These steps go above & beyond what's needed for a pure upgrade, and are not be included with 3.x upgrades themselves
46
54
- org.openrewrite.java.spring.boot3.EnableVirtualThreads
47
55
- org.openrewrite.java.spring.framework.BeanMethodsNotPublic # Intentionally not in 2.x
48
56
# Replace literals with constants and simplify MediaType parse calls
You can’t perform that action at this time.
0 commit comments