Skip to content

Commit

Permalink
Added existing WebSecurityConfigurerAdapter recipe to UpgradeSpringBo…
Browse files Browse the repository at this point in the history
…ot_2_7 (#240)
  • Loading branch information
nmck257 authored Nov 17, 2022
1 parent d488ac1 commit 3ca02b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ recipeList:
artifactId: spring-boot-starter-parent
newVersion: 2.7.x
# Use recommended replacements for deprecated APIs
- org.openrewrite.java.spring.boot2.WebSecurityConfigurerAdapter
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.springframework.boot.web.server.LocalServerPort
newFullyQualifiedTypeName: org.springframework.boot.test.web.server.LocalServerPort
Expand Down

0 comments on commit 3ca02b3

Please sign in to comment.