From 838624e81257ba7f47a1eab80de732b3147720ae Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Thu, 16 May 2024 12:49:28 +0200 Subject: [PATCH] Make it explicit that folks can migrate from 1.x to 2.0 As folks incorrectly concluded that no mention of 1.x meant no support for migrating from 1.x. --- src/main/resources/META-INF/rewrite/spring-boot-20.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8f359999c..283677589 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-20.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-20.yml @@ -19,9 +19,9 @@ --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_0 -displayName: Migrate to Spring Boot 2.0 +displayName: Migrate from Spring Boot 1.x to 2.0 description: > - Migrate applications to the latest Spring Boot 2.0 release. This recipe will modify an + Migrate Spring Boot 1.x applications to the latest Spring Boot 2.0 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, etc) that are required as part of the migration to Spring Boot 2.0.