Skip to content

Commit

Permalink
Remove 'through ...' text in recipe descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jan 20, 2023
1 parent f701dc0 commit 37201d5
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-2x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-data-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-data-25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-framework-50.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-framework-51.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-framework-52.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/rewrite/spring-framework-53.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
fullyQualifiedTargetTypeName: org.springframework.util.ObjectUtils

0 comments on commit 37201d5

Please sign in to comment.