JPA 3.x support
#2024
Replies: 1 comment
-
|
JPA 3 is only supported with Hibernate 6, coming in Micronaut 4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to update to use JPA 3.x (aka jakarta namespace), found
data-jpadoes not support it.https://github.com/hantsy/micronaut-sandbox/actions/runs/4194409301/jobs/7272532780
But other examples, jdbc with
Specification, it is ok to use the JPA 3.x, https://github.com/hantsy/micronaut-sandbox/blob/master/data-jdbc-kotlin/build.gradle.kts#L58, and the Specification example: https://github.com/hantsy/micronaut-sandbox/blob/master/data-jdbc-kotlin/src/main/kotlin/com/example/Specifications.ktBeta Was this translation helpful? Give feedback.
All reactions