From c76b972ee221d2e7100a693e065d03335b438976 Mon Sep 17 00:00:00 2001 From: Laurens Westerlaken Date: Mon, 14 Oct 2024 12:13:46 +0200 Subject: [PATCH] Include apache commons lang to apache commons lang 3 migration (#603) Co-authored-by: Tim te Beek --- src/main/resources/META-INF/rewrite/spring-boot-20.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/rewrite/spring-boot-20.yml b/src/main/resources/META-INF/rewrite/spring-boot-20.yml index d17bc8a85..62562cec2 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-20.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-20.yml @@ -81,6 +81,7 @@ recipeList: oldValue: false newValue: "off" - org.openrewrite.java.spring.boot2.SpringBoot2BestPractices + - org.openrewrite.apache.commons.lang.UpgradeApacheCommonsLang_2_3 --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.MigrateToWebServerFactoryCustomizer