Hibernate 6.x upgrade Issue #1502
-
I have been trying to upgrade hibernate from 5.5.9.Final to 6.0.0.Final but when i try to build the project, it's failing in test case execution. Is micronaut hibernate data jpa or micronaut hibernate jpa supports hibernate 6.x version? Do we need to add/exclude any transitive dependencies to make it work? Here is my build.grade.kts:`plugins { version = "0.1" repositories { dependencies { // implementation("jakarta.persistence:jakarta.persistence-api") {
} application { graalvmNative.toolchainDetection.set(false) Errors:Error loading bean [io.micronaut.transaction.hibernate5.HibernateTransactionManager]: javax/persistence/EntityManagerFactory |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hibernate 6 is not yet supported, but on the roadmap |
Beta Was this translation helpful? Give feedback.
Hibernate 6 is not yet supported, but on the roadmap