Add @Configuration to classes with @EnableXXXSecurity annotations
Recipe ID
org.openrewrite.java.spring.boot3.ConfigurationOverEnableSecurityArtifact
org.openrewrite.recipe:rewrite-springPrior to Spring Security 6, @EnableXXXSecurity implicitly had @Configuration. Configuration was removed from the definitions of the @EnableSecurity definitions in Spring Security 6. Consequently classes annotated with @EnableXXXSecurity coming from pre-Boot 3 should have @Configuration annotation added.
Usage
You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.java.spring.boot3.ConfigurationOverEnableSecurity --recipe-option "forceAddConfiguration=true"If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-spring:6.36.0Options
| Name | Type | Description |
|---|---|---|
forceAddConfigurationrequired | boolean | Force add @Configuration regardless current Boot version.e.g. true |
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