Skip to content

Commit

Permalink
refactor: Trim recipe descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Jul 24, 2024
1 parent 8230672 commit b87efb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/rewrite/hibernate-6.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.MigrateToHibernate61
displayName: Migrate to Hibernate 6.1.x
description: >
description: >-
This recipe will apply changes commonly needed when migrating to Hibernate 6.1.x. The hibernate dependencies will
be updated to use the new org.hibernate.orm group ID and the recipe will make changes necessary to use Hibernate
with Jakarta EE 9.0.
Expand All @@ -36,7 +36,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.MigrateToHibernateDependencies61
displayName: Migrate Hibernate dependencies to 6.1.x
description: >
description: >-
This recipe will migrate any existing dependencies on Hibernate 5.x to the latest 6.1.x release. This migration will
include the adjustment to the new `org.hibernate.orm` group ID. It accounts for artifacts names that both do and do
not include the `jakarta` suffix and it will change both dependencies and managed dependencies.
Expand Down Expand Up @@ -244,7 +244,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.TypeDescriptorToType
displayName: Rename `JavaTypeDescriptor` and `SqlTypeDescriptor` to `JavaType` and `SqlType`
description: >
description: >-
Rename `JavaTypeDescriptor` and `SqlTypeDescriptor` to `JavaType` and `SqlType` respectively.
See https://github.com/hibernate/hibernate-orm/blob/6.0/migration-guide.adoc#type-system
Expand All @@ -260,7 +260,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.MigrateToHypersistenceUtilsHibernate6.0
displayName: Migrate Hibernate Types to Hypersistence Utils 6.0
description: >
description: >-
This recipe will migrate any existing dependencies on `com.vladmihalcea:hibernate-types` to `io.hypersistence:hypersistence-utils-hibernate-60`.
This migration will include the adjustment from `com.vladmihalcea` to `io.hypersistence.utils` package name.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/hibernate-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.MigrateToHibernate62
displayName: Migrate to Hibernate 6.2.x
description: >
description: >-
This recipe will apply changes commonly needed when migrating to Hibernate 6.2.x.
recipeList:
Expand All @@ -33,7 +33,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.MigrateToHypersistenceUtilsHibernate6.2
displayName: Migrate Hibernate Types to Hypersistence Utils 6.2
description: >
description: >-
This recipe will migrate any existing dependencies on `io.hypersistence:hypersistence-utils-hibernate-60` to `io.hypersistence:hypersistence-utils-hibernate-62`.
recipeList:
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/hibernate-6.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.MigrateToHibernate63
displayName: Migrate to Hibernate 6.3.x
description: >
description: >-
This recipe will apply changes commonly needed when migrating to Hibernate 6.3.x.
recipeList:
Expand All @@ -33,7 +33,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.MigrateToHypersistenceUtilsHibernate6.3
displayName: Migrate Hibernate Types to Hypersistence Utils 6.3
description: >
description: >-
This recipe will migrate any existing dependencies on `io.hypersistence:hypersistence-utils-hibernate-62` to `io.hypersistence:hypersistence-utils-hibernate-63`.
recipeList:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.hibernate.validator.HibernateValidator_8_0
displayName: Migrate to Hibernate Validator 8.0.x
description: >
description: >-
This recipe will apply changes commonly needed when migrating to Hibernate Validator 8.0.x.
recipeList:
Expand Down

0 comments on commit b87efb4

Please sign in to comment.