From 3ca02b3d687a8d8529a10317d3f998f0fb2c2637 Mon Sep 17 00:00:00 2001 From: Nick McKinney Date: Wed, 16 Nov 2022 21:41:22 -0500 Subject: [PATCH] Added existing WebSecurityConfigurerAdapter recipe to UpgradeSpringBoot_2_7 (#240) --- src/main/resources/META-INF/rewrite/spring-boot-27.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/rewrite/spring-boot-27.yml b/src/main/resources/META-INF/rewrite/spring-boot-27.yml index 7058a18d7..19a8ce9ce 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-27.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-27.yml @@ -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