Skip to content

Commit 3ca02b3

Browse files
authored
Added existing WebSecurityConfigurerAdapter recipe to UpgradeSpringBoot_2_7 (#240)
1 parent d488ac1 commit 3ca02b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/META-INF/rewrite/spring-boot-27.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ recipeList:
3535
artifactId: spring-boot-starter-parent
3636
newVersion: 2.7.x
3737
# Use recommended replacements for deprecated APIs
38+
- org.openrewrite.java.spring.boot2.WebSecurityConfigurerAdapter
3839
- org.openrewrite.java.ChangeType:
3940
oldFullyQualifiedTypeName: org.springframework.boot.web.server.LocalServerPort
4041
newFullyQualifiedTypeName: org.springframework.boot.test.web.server.LocalServerPort

0 commit comments

Comments
 (0)