Skip to content

Commit

Permalink
Add Spring Boot 3 best practices (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: tiffany jernigan <[email protected]>
  • Loading branch information
tiffanyfay and tiffany jernigan authored Jan 8, 2024
1 parent 0d5b4f6 commit bdb19f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,16 @@ recipeList:
- org.openrewrite.java.spring.AddSpringProperty:
property: spring.threads.virtual.enabled
value: true

---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.SpringBoot3BestPractices
displayName: Spring Boot 3.x best practices
description: Applies best practices to Spring Boot 3 applications.
tags:
- spring
- boot
recipeList:
- org.openrewrite.java.spring.boot2.SpringBoot2BestPractices
- org.openrewrite.java.migrate.UpgradeToJava21 # Allows for virtual threads
- org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2

0 comments on commit bdb19f2

Please sign in to comment.