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 ef1d93b25..b6cf64c41 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-20.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-20.yml @@ -18,9 +18,9 @@ # SpringBoot 2.0 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_0 -displayName: Migrate to Spring Boot 2.0 from Spring Boot 1.5 +displayName: Migrate to Spring Boot 2.0 description: > - Migrate applications built on Spring Boot 1.5 to the latest Spring Boot 2.0 release. This recipe will modify an + Migrate 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. diff --git a/src/main/resources/META-INF/rewrite/spring-boot-21.yml b/src/main/resources/META-INF/rewrite/spring-boot-21.yml index 30bfb147c..530f549bb 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-21.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-21.yml @@ -18,9 +18,9 @@ # SpringBoot 2.1 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_1 -displayName: Migrate to Spring Boot 2.1 from Spring Boot 2.0 +displayName: Migrate to Spring Boot 2.1 description: > - Migrate applications built on Spring Boot 2.0 to the latest Spring Boot 2.1 release. This recipe will modify an + Migrate applications to the latest Spring Boot 2.1 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.1. diff --git a/src/main/resources/META-INF/rewrite/spring-boot-22.yml b/src/main/resources/META-INF/rewrite/spring-boot-22.yml index a4ebcd332..61b4727df 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-22.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-22.yml @@ -18,9 +18,9 @@ # SpringBoot 2.2 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_2 -displayName: Migrate to Spring Boot 2.2 from Spring Boot 2.0 through 2.1 +displayName: Migrate to Spring Boot 2.2 description: > - Migrate applications built on Spring Boot 2.0 through 2.1 to the latest Spring Boot 2.2 release. This recipe will modify an + Migrate applications to the latest Spring Boot 2.2 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.2. diff --git a/src/main/resources/META-INF/rewrite/spring-boot-23.yml b/src/main/resources/META-INF/rewrite/spring-boot-23.yml index fb10161d8..e42003a31 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-23.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-23.yml @@ -18,9 +18,9 @@ # SpringBoot 2.3 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_3 -displayName: Migrate to Spring Boot 2.3 from Spring Boot 2.0 through 2.2 +displayName: Migrate to Spring Boot 2.3 description: > - Migrate applications built on Spring Boot 2.0 through 2.2 to the latest Spring Boot 2.3 release. This recipe will modify an + Migrate applications to the latest Spring Boot 2.3 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.3. diff --git a/src/main/resources/META-INF/rewrite/spring-boot-24.yml b/src/main/resources/META-INF/rewrite/spring-boot-24.yml index 4f6b75ccc..b394fff9c 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-24.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-24.yml @@ -19,9 +19,9 @@ --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_4 -displayName: Migrate to Spring Boot 2.4 from Spring Boot 2.0 through 2.3 +displayName: Migrate to Spring Boot 2.4 description: > - Migrate applications built on Spring Boot 2.0 through 2.3 to the latest Spring Boot 2.4 release. This recipe will modify an + Migrate applications to the latest Spring Boot 2.4 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.4. diff --git a/src/main/resources/META-INF/rewrite/spring-boot-25.yml b/src/main/resources/META-INF/rewrite/spring-boot-25.yml index 01e3fa0d5..10cffffe9 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-25.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-25.yml @@ -18,9 +18,9 @@ # SpringBoot 2.5 Search Recipes type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.search.UpgradeRequirementsSpringBoot_2_5 -displayName: Migrate to Spring Boot 2.5 from Spring Boot 2.0 through 2.4 +displayName: Migrate to Spring Boot 2.5 description: > - Migrate applications built on Spring Boot 2.0 through 2.4 to the latest Spring Boot 2.5 release. This recipe will modify an + Migrate applications to the latest Spring Boot 2.5 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.5. diff --git a/src/main/resources/META-INF/rewrite/spring-boot-26.yml b/src/main/resources/META-INF/rewrite/spring-boot-26.yml index b7f73927d..f16babe50 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-26.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-26.yml @@ -19,9 +19,9 @@ --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_6 -displayName: Migrate to Spring Boot 2.6 from Spring Boot 2.0 through 2.5 +displayName: Migrate to Spring Boot 2.6 description: > - Migrate applications built on Spring Boot 2.0 through 2.5 to the latest Spring Boot 2.6 release. This recipe will modify an + Migrate applications to the latest Spring Boot 2.6 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.6. 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 97e6c3a73..e2567b2b9 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-27.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-27.yml @@ -19,7 +19,7 @@ --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7 -displayName: Migrate to Spring Boot 2.7 from Spring Boot 2.0 through 2.6 +displayName: Migrate to Spring Boot 2.7 description: 'Upgrade to Spring Boot 2.7 from any prior 2.x version.' recipeList: # Upgrade to 2.6.x from 2.5.x @@ -54,7 +54,7 @@ type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.SpringBootProperties_2_7 displayName: Migrate Spring Boot properties to 2.7 description: > - Migrate applications built on Spring Boot 2.0 through 2.6 to the latest Spring Boot 2.7 release. This recipe will modify an + Migrate applications to the latest Spring Boot 2.7 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.7 diff --git a/src/main/resources/META-INF/rewrite/spring-boot-2x.yml b/src/main/resources/META-INF/rewrite/spring-boot-2x.yml index 5987e1d97..4658e3955 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-2x.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-2x.yml @@ -17,9 +17,9 @@ type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot2.SpringBoot1To2Migration -displayName: Migrate to Spring Boot 2.7 from Spring Boot 1.5 through 2.6 +displayName: Migrate to Spring Boot 2.7 description: > - Migrate applications built on previous versions of Spring Boot (versions 1.5 though 2.6) to the latest Spring Boot + Migrate applications built on previous versions of Spring Boot to the latest Spring Boot 2.7 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes across Spring Boot versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, JUnit, etc) that are required as part of the migration to diff --git a/src/main/resources/META-INF/rewrite/spring-boot-30.yml b/src/main/resources/META-INF/rewrite/spring-boot-30.yml index c04654418..094420528 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-30.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-30.yml @@ -16,9 +16,9 @@ --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0 -displayName: Migrate to Spring Boot 3.0 from Spring Boot 2.7 +displayName: Migrate to Spring Boot 3.0 description: > - Migrate applications built on Spring Boot 2.7 to the latest Spring Boot 3.0 release. This recipe will modify an + Migrate applications to the latest Spring Boot 3.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.7. diff --git a/src/main/resources/META-INF/rewrite/spring-boot-3x.yml b/src/main/resources/META-INF/rewrite/spring-boot-3x.yml index 72e050b7f..80f37c730 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-3x.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-3x.yml @@ -17,9 +17,9 @@ type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.boot3.SpringBoot2To3Migration -displayName: Migrate to Spring Boot 3.0 from Spring Boot 1.5 through 2.6 +displayName: Migrate to Spring Boot 3.0 description: > - Migrate applications built on previous versions of Spring Boot (versions 1.5 though 2.7) to the latest Spring Boot + Migrate applications built on previous versions of Spring Boot to the latest Spring Boot 3.0 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes across Spring Boot versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, JUnit, etc) that are required as part of the migration to diff --git a/src/main/resources/META-INF/rewrite/spring-data-23.yml b/src/main/resources/META-INF/rewrite/spring-data-23.yml index 89dae99c4..bcd0e3324 100644 --- a/src/main/resources/META-INF/rewrite/spring-data-23.yml +++ b/src/main/resources/META-INF/rewrite/spring-data-23.yml @@ -18,7 +18,7 @@ # Spring Data 2.3 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.data.UpgradeSpringData_2_3 -displayName: Migrate to Spring Data 2.3 from Spring Data 2.0 through 2.2 -description: Migrate applications built on Spring Data 2.0 through 2.2 to the latest Spring Data 2.3 release. +displayName: Migrate to Spring Data 2.3 +description: Migrate applications to the latest Spring Data 2.3 release. recipeList: - org.openrewrite.java.spring.data.MigrateJpaSort diff --git a/src/main/resources/META-INF/rewrite/spring-data-25.yml b/src/main/resources/META-INF/rewrite/spring-data-25.yml index 188592ce1..bf12ca910 100644 --- a/src/main/resources/META-INF/rewrite/spring-data-25.yml +++ b/src/main/resources/META-INF/rewrite/spring-data-25.yml @@ -18,8 +18,8 @@ # Spring Data 2.5 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.data.UpgradeSpringData_2_5 -displayName: Migrate to Spring Data 2.5 from Spring Data 2.0 through 2.4 -description: Migrate applications built on Spring Data (2.0 through 2.4) to the latest Spring Data 2.5 release. +displayName: Migrate to Spring Data 2.5 +description: Migrate applications to the latest Spring Data 2.5 release. recipeList: - org.openrewrite.java.spring.data.UpgradeSpringData_2_3 - org.openrewrite.java.spring.data.UseJpaRepositoryGetById diff --git a/src/main/resources/META-INF/rewrite/spring-framework-50.yml b/src/main/resources/META-INF/rewrite/spring-framework-50.yml index bf99c897e..cea98196a 100644 --- a/src/main/resources/META-INF/rewrite/spring-framework-50.yml +++ b/src/main/resources/META-INF/rewrite/spring-framework-50.yml @@ -18,7 +18,7 @@ # Spring Framework 5.0 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.framework.UpgradeSpringFramework_5_0 -displayName: Migrate to Spring Framework 5.0 from Spring Framework 4.x -description: Migrate applications built on Spring Framework 4.0 through 4.3 to the latest Spring Framework 5.0 release. +displayName: Migrate to Spring Framework 5.0 +description: Migrate applications to the latest Spring Framework 5.0 release. recipeList: - org.openrewrite.java.spring.framework.MigrateWebMvcConfigurerAdapter diff --git a/src/main/resources/META-INF/rewrite/spring-framework-51.yml b/src/main/resources/META-INF/rewrite/spring-framework-51.yml index 0aba46c6e..add71accc 100644 --- a/src/main/resources/META-INF/rewrite/spring-framework-51.yml +++ b/src/main/resources/META-INF/rewrite/spring-framework-51.yml @@ -18,8 +18,8 @@ # Spring Framework 5.1 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.framework.UpgradeSpringFramework_5_1 -displayName: Migrate to Spring Framework 5.1 from Spring Framework 5.0 -description: Migrate applications built on Spring Framework 5.0 to the latest Spring Framework 5.1 release. +displayName: Migrate to Spring Framework 5.1 +description: Migrate applications to the latest Spring Framework 5.1 release. recipeList: - org.openrewrite.java.spring.framework.UpgradeSpringFrameworkDependencies: newVersion: 5.1.x diff --git a/src/main/resources/META-INF/rewrite/spring-framework-52.yml b/src/main/resources/META-INF/rewrite/spring-framework-52.yml index bea25c35f..271ca0bd6 100644 --- a/src/main/resources/META-INF/rewrite/spring-framework-52.yml +++ b/src/main/resources/META-INF/rewrite/spring-framework-52.yml @@ -18,8 +18,8 @@ # Spring Framework 5.2 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.framework.UpgradeSpringFramework_5_2 -displayName: Migrate to Spring Framework 5.2 from Spring Framework 5.0 through 5.1 -description: Migrate applications built on Spring Framework (5.0 through 5.1) to the latest Spring Framework 5.2 release. +displayName: Migrate to Spring Framework 5.2 +description: Migrate applications to the latest Spring Framework 5.2 release. recipeList: - org.openrewrite.java.spring.framework.UpgradeSpringFramework_5_1 - org.openrewrite.java.spring.framework.UpgradeSpringFrameworkDependencies: diff --git a/src/main/resources/META-INF/rewrite/spring-framework-53.yml b/src/main/resources/META-INF/rewrite/spring-framework-53.yml index e63481893..48a50ac16 100644 --- a/src/main/resources/META-INF/rewrite/spring-framework-53.yml +++ b/src/main/resources/META-INF/rewrite/spring-framework-53.yml @@ -18,8 +18,8 @@ # Spring Framework 5.3 type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.java.spring.framework.UpgradeSpringFramework_5_3 -displayName: Migrate to Spring Framework 5.3 from Spring Framework 5.0 through 5.2 -description: Migrate applications built on Spring Framework (5.0 through 5.2) to the latest Spring Framework 5.3 release. +displayName: Migrate to Spring Framework 5.3 +description: Migrate applications to the latest Spring Framework 5.3 release. recipeList: - org.openrewrite.java.spring.framework.UpgradeSpringFramework_5_2 - org.openrewrite.java.spring.framework.UpgradeSpringFrameworkDependencies: @@ -49,4 +49,4 @@ description: '`StringUtils#isEmpty(Object)` was deprecated in 5.3.' recipeList: - org.openrewrite.java.ChangeMethodTargetToStatic: methodPattern: org.springframework.util.StringUtils isEmpty(Object) - fullyQualifiedTargetTypeName: org.springframework.util.ObjectUtils \ No newline at end of file + fullyQualifiedTargetTypeName: org.springframework.util.ObjectUtils