Skip to content

Commit ee90641

Browse files
committed
Remove 'through' version text in recipe descriptions
1 parent f059392 commit ee90641

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/main/resources/META-INF/rewrite/hibernate-6.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
---
1818
type: specs.openrewrite.org/v1beta/recipe
1919
name: org.openrewrite.java.migrate.hibernate.MigrateToHibernate61
20-
displayName: Migrate to Hibernate 6.1.x from Hibernate 5.5 through 5.6
20+
displayName: Migrate to Hibernate 6.1.x
2121
description: >
2222
This recipe will apply changes commonly needed when migrating to Hibernate 6.1.x. The hibernate dependencies will
2323
be updated to use the new org.hibernate.orm group ID and the recipe will make changes necessary to use Hibernate
24-
with Jakarta EE 9.0
24+
with Jakarta EE 9.0.
2525
2626
recipeList:
2727
- org.openrewrite.java.migrate.hibernate.MigrateToHibernateDependencies61
@@ -31,7 +31,7 @@ recipeList:
3131
---
3232
type: specs.openrewrite.org/v1beta/recipe
3333
name: org.openrewrite.java.migrate.hibernate.MigrateToHibernateDependencies61
34-
displayName: Migrate Hibernate dependencies to 6.1.x from Hibernate 5.x
34+
displayName: Migrate Hibernate dependencies to 6.1.x
3535
description: >
3636
This recipe will migrate any existing dependencies on Hibernate 5.x to the latest 6.1.x release. This migration will
3737
include the adjustment to the new `org.hibernate.orm` group ID. It accounts for artifacts names that both do and do

src/main/resources/META-INF/rewrite/jakarta-ee-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
---
1717
type: specs.openrewrite.org/v1beta/recipe
1818
name: org.openrewrite.java.migrate.jakarta.JavaxMigrationToJakarta
19-
displayName: Migrate to Jakarta EE 9 from Jakarta EE 8
19+
displayName: Migrate to Jakarta EE 9
2020
description: Jakarta EE 9 is the first version of Jakarta EE that uses the new `jakarta` namespace.
2121
tags:
2222
- jaxb

src/main/resources/META-INF/rewrite/java-version-11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
---
1717
type: specs.openrewrite.org/v1beta/recipe
1818
name: org.openrewrite.java.migrate.Java8toJava11
19-
displayName: Migrate to Java 11 from Java 8 through 10
19+
displayName: Migrate to Java 11
2020
description: >
2121
This recipe will apply changes commonly needed when upgrading to Java 11. Specifically, for those applications that
2222
are built on Java 8, this recipe will update and add dependencies on J2EE libraries that are no longer directly

src/main/resources/META-INF/rewrite/java-version-17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
---
1717
type: specs.openrewrite.org/v1beta/recipe
1818
name: org.openrewrite.java.migrate.UpgradeToJava17
19-
displayName: Migrate to Java 17 from Java 8 through 16
19+
displayName: Migrate to Java 17
2020
description: >
2121
This recipe will apply changes commonly needed when migrating to Java 17. Specifically, for those
2222
applications that are built on Java 8, this recipe will update and add dependencies on J2EE libraries that are no

0 commit comments

Comments
 (0)