Skip to content

Commit 37201d5

Browse files
committed
Remove 'through ...' text in recipe descriptions
1 parent f701dc0 commit 37201d5

17 files changed

+35
-35
lines changed

src/main/resources/META-INF/rewrite/spring-boot-20.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# SpringBoot 2.0
1919
type: specs.openrewrite.org/v1beta/recipe
2020
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_0
21-
displayName: Migrate to Spring Boot 2.0 from Spring Boot 1.5
21+
displayName: Migrate to Spring Boot 2.0
2222
description: >
23-
Migrate applications built on Spring Boot 1.5 to the latest Spring Boot 2.0 release. This recipe will modify an
23+
Migrate applications to the latest Spring Boot 2.0 release. This recipe will modify an
2424
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2525
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2626
etc) that are required as part of the migration to Spring Boot 2.0.

src/main/resources/META-INF/rewrite/spring-boot-21.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# SpringBoot 2.1
1919
type: specs.openrewrite.org/v1beta/recipe
2020
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_1
21-
displayName: Migrate to Spring Boot 2.1 from Spring Boot 2.0
21+
displayName: Migrate to Spring Boot 2.1
2222
description: >
23-
Migrate applications built on Spring Boot 2.0 to the latest Spring Boot 2.1 release. This recipe will modify an
23+
Migrate applications to the latest Spring Boot 2.1 release. This recipe will modify an
2424
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2525
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2626
etc) that are required as part of the migration to Spring Boot 2.1.

src/main/resources/META-INF/rewrite/spring-boot-22.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# SpringBoot 2.2
1919
type: specs.openrewrite.org/v1beta/recipe
2020
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_2
21-
displayName: Migrate to Spring Boot 2.2 from Spring Boot 2.0 through 2.1
21+
displayName: Migrate to Spring Boot 2.2
2222
description: >
23-
Migrate applications built on Spring Boot 2.0 through 2.1 to the latest Spring Boot 2.2 release. This recipe will modify an
23+
Migrate applications to the latest Spring Boot 2.2 release. This recipe will modify an
2424
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2525
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2626
etc) that are required as part of the migration to Spring Boot 2.2.

src/main/resources/META-INF/rewrite/spring-boot-23.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# SpringBoot 2.3
1919
type: specs.openrewrite.org/v1beta/recipe
2020
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_3
21-
displayName: Migrate to Spring Boot 2.3 from Spring Boot 2.0 through 2.2
21+
displayName: Migrate to Spring Boot 2.3
2222
description: >
23-
Migrate applications built on Spring Boot 2.0 through 2.2 to the latest Spring Boot 2.3 release. This recipe will modify an
23+
Migrate applications to the latest Spring Boot 2.3 release. This recipe will modify an
2424
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2525
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2626
etc) that are required as part of the migration to Spring Boot 2.3.

src/main/resources/META-INF/rewrite/spring-boot-24.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
---
2020
type: specs.openrewrite.org/v1beta/recipe
2121
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_4
22-
displayName: Migrate to Spring Boot 2.4 from Spring Boot 2.0 through 2.3
22+
displayName: Migrate to Spring Boot 2.4
2323
description: >
24-
Migrate applications built on Spring Boot 2.0 through 2.3 to the latest Spring Boot 2.4 release. This recipe will modify an
24+
Migrate applications to the latest Spring Boot 2.4 release. This recipe will modify an
2525
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2626
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2727
etc) that are required as part of the migration to Spring Boot 2.4.

src/main/resources/META-INF/rewrite/spring-boot-25.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# SpringBoot 2.5 Search Recipes
1919
type: specs.openrewrite.org/v1beta/recipe
2020
name: org.openrewrite.java.spring.boot2.search.UpgradeRequirementsSpringBoot_2_5
21-
displayName: Migrate to Spring Boot 2.5 from Spring Boot 2.0 through 2.4
21+
displayName: Migrate to Spring Boot 2.5
2222
description: >
23-
Migrate applications built on Spring Boot 2.0 through 2.4 to the latest Spring Boot 2.5 release. This recipe will modify an
23+
Migrate applications to the latest Spring Boot 2.5 release. This recipe will modify an
2424
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2525
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2626
etc) that are required as part of the migration to Spring Boot 2.5.

src/main/resources/META-INF/rewrite/spring-boot-26.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
---
2020
type: specs.openrewrite.org/v1beta/recipe
2121
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_6
22-
displayName: Migrate to Spring Boot 2.6 from Spring Boot 2.0 through 2.5
22+
displayName: Migrate to Spring Boot 2.6
2323
description: >
24-
Migrate applications built on Spring Boot 2.0 through 2.5 to the latest Spring Boot 2.6 release. This recipe will modify an
24+
Migrate applications to the latest Spring Boot 2.6 release. This recipe will modify an
2525
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2626
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2727
etc) that are required as part of the migration to Spring Boot 2.6.

src/main/resources/META-INF/rewrite/spring-boot-27.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
---
2020
type: specs.openrewrite.org/v1beta/recipe
2121
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7
22-
displayName: Migrate to Spring Boot 2.7 from Spring Boot 2.0 through 2.6
22+
displayName: Migrate to Spring Boot 2.7
2323
description: 'Upgrade to Spring Boot 2.7 from any prior 2.x version.'
2424
recipeList:
2525
# Upgrade to 2.6.x from 2.5.x
@@ -54,7 +54,7 @@ type: specs.openrewrite.org/v1beta/recipe
5454
name: org.openrewrite.java.spring.boot2.SpringBootProperties_2_7
5555
displayName: Migrate Spring Boot properties to 2.7
5656
description: >
57-
Migrate applications built on Spring Boot 2.0 through 2.6 to the latest Spring Boot 2.7 release. This recipe will modify an
57+
Migrate applications to the latest Spring Boot 2.7 release. This recipe will modify an
5858
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
5959
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
6060
etc) that are required as part of the migration to Spring Boot 2.7

src/main/resources/META-INF/rewrite/spring-boot-2x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
type: specs.openrewrite.org/v1beta/recipe
1818

1919
name: org.openrewrite.java.spring.boot2.SpringBoot1To2Migration
20-
displayName: Migrate to Spring Boot 2.7 from Spring Boot 1.5 through 2.6
20+
displayName: Migrate to Spring Boot 2.7
2121
description: >
22-
Migrate applications built on previous versions of Spring Boot (versions 1.5 though 2.6) to the latest Spring Boot
22+
Migrate applications built on previous versions of Spring Boot to the latest Spring Boot
2323
2.7 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and
2424
migrate configuration settings that have changes across Spring Boot versions. This recipe will also chain additional
2525
framework migrations (Spring Framework, Spring Data, JUnit, etc) that are required as part of the migration to

src/main/resources/META-INF/rewrite/spring-boot-30.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
---
1717
type: specs.openrewrite.org/v1beta/recipe
1818
name: org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0
19-
displayName: Migrate to Spring Boot 3.0 from Spring Boot 2.7
19+
displayName: Migrate to Spring Boot 3.0
2020
description: >
21-
Migrate applications built on Spring Boot 2.7 to the latest Spring Boot 3.0 release. This recipe will modify an
21+
Migrate applications to the latest Spring Boot 3.0 release. This recipe will modify an
2222
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
2323
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
2424
etc) that are required as part of the migration to Spring Boot 2.7.

0 commit comments

Comments
 (0)