Skip to content

Commit 756f4de

Browse files
authored
Actually use the recipe from the point the deprecation was added (#60)
1 parent 2074131 commit 756f4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ recipeList:
2828
groupId: org.hibernate.orm
2929
artifactId: '*'
3030
newVersion: 6.2.x
31+
- org.openrewrite.hibernate.ReplaceLazyCollectionAnnotation
3132

3233
---
3334
type: specs.openrewrite.org/v1beta/recipe
3435
name: org.openrewrite.hibernate.MigrateToHypersistenceUtilsHibernate6.2
3536
displayName: Migrate Hibernate Types to Hypersistence Utils 6.2
3637
description: >-
37-
This recipe will migrate any existing dependencies on `io.hypersistence:hypersistence-utils-hibernate-60` to `io.hypersistence:hypersistence-utils-hibernate-62`.
38+
This recipe will migrate any existing dependencies on `io.hypersistence:hypersistence-utils-hibernate-60` to `io.hypersistence:hypersistence-utils-hibernate-62`.
3839
3940
recipeList:
4041
- org.openrewrite.java.dependencies.ChangeDependency:

0 commit comments

Comments
 (0)