Spring Boot 3.3 best practices (only)
Recipe ID
org.openrewrite.java.spring.boot3.SpringBoot3BestPracticesOnlyArtifact
org.openrewrite.recipe:rewrite-springApplies best practices to Spring Boot 3 applications, without chaining in upgrades to Spring Boot.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.java.spring.boot3.SpringBoot3BestPracticesOnlyIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-spring:6.36.0Definition
This recipe runs the following recipes in order.
- Normalize Spring properties to kebab-case
org.openrewrite.java.spring.PropertiesToKebabCase - Enable Virtual Threads on Java 21
org.openrewrite.java.spring.boot3.EnableVirtualThreads - Remove
publicfrom@Beanmethodsorg.openrewrite.java.spring.framework.BeanMethodsNotPublic - Bean methods should return concrete types
org.openrewrite.java.spring.boot3.PreciseBeanType - Replace String literals with Spring constants
org.openrewrite.java.spring.boot3.ReplaceStringLiteralsWithConstants - Remove unnecessary
@Repositoryannotation from Spring DataRepositorysub-interfaceorg.openrewrite.java.spring.NoRepoAnnotationOnRepoInterface - Spring security best practices
org.openrewrite.java.spring.security.SpringSecurityBestPractices
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats