Skip to content

Commit

Permalink
Migrate to Hibernate 6.3 with Spring Boot 3.2
Browse files Browse the repository at this point in the history
Fixes #514
  • Loading branch information
timtebeek authored Apr 14, 2024
1 parent 5bf5b34 commit 550bcb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer
newFullyQualifiedTypeName: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizer
- org.openrewrite.hibernate.MigrateToHibernate63

---
type: specs.openrewrite.org/v1beta/recipe
Expand Down

0 comments on commit 550bcb9

Please sign in to comment.