From b87efb46792022f2a58abbf08b0e7e1ce224d8ad Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 24 Jul 2024 15:32:36 +0000 Subject: [PATCH] refactor: Trim recipe descriptions Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.text.FindAndReplace?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne --- src/main/resources/META-INF/rewrite/hibernate-6.1.yml | 8 ++++---- src/main/resources/META-INF/rewrite/hibernate-6.2.yml | 4 ++-- src/main/resources/META-INF/rewrite/hibernate-6.3.yml | 4 ++-- .../resources/META-INF/rewrite/hibernate-validator.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/META-INF/rewrite/hibernate-6.1.yml b/src/main/resources/META-INF/rewrite/hibernate-6.1.yml index a00e334..740f597 100644 --- a/src/main/resources/META-INF/rewrite/hibernate-6.1.yml +++ b/src/main/resources/META-INF/rewrite/hibernate-6.1.yml @@ -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. @@ -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. @@ -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 @@ -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. diff --git a/src/main/resources/META-INF/rewrite/hibernate-6.2.yml b/src/main/resources/META-INF/rewrite/hibernate-6.2.yml index 912eaf1..35a85f0 100644 --- a/src/main/resources/META-INF/rewrite/hibernate-6.2.yml +++ b/src/main/resources/META-INF/rewrite/hibernate-6.2.yml @@ -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: @@ -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: diff --git a/src/main/resources/META-INF/rewrite/hibernate-6.3.yml b/src/main/resources/META-INF/rewrite/hibernate-6.3.yml index 3552d44..620928c 100644 --- a/src/main/resources/META-INF/rewrite/hibernate-6.3.yml +++ b/src/main/resources/META-INF/rewrite/hibernate-6.3.yml @@ -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: @@ -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: diff --git a/src/main/resources/META-INF/rewrite/hibernate-validator.yml b/src/main/resources/META-INF/rewrite/hibernate-validator.yml index f76a0ff..48d5d43 100644 --- a/src/main/resources/META-INF/rewrite/hibernate-validator.yml +++ b/src/main/resources/META-INF/rewrite/hibernate-validator.yml @@ -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: