updating hibernate-orm to 6.1 #28900
-
I'm using version 2.13.3 of quarkus and noticed that the hibernate-orm version is 5.6.11. I require the feature to use subqueries in the FROM clause which was introduced in 6.1 (see this article). Is there any chance it will be updated soon? And if not, is there any way to update the dependency manually without having to rely on a new release of quarkus? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
The upgrade to Hibernate ORM 6 is part of the Jakarta effort we have started as it is targeting JPA 3.1. The work has started but it not completed yet as ORM 6 changes a lot of stuff that requires adjustments in Quarkus. You can't upgrade to ORM 6 with Quarkus 2.x. But keep in mind that 5.6 is actively maintained. |
Beta Was this translation helpful? Give feedback.
The upgrade to Hibernate ORM 6 is part of the Jakarta effort we have started as it is targeting JPA 3.1. The work has started but it not completed yet as ORM 6 changes a lot of stuff that requires adjustments in Quarkus.
You can't upgrade to ORM 6 with Quarkus 2.x. But keep in mind that 5.6 is actively maintained.