Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
We have this in the Camel parent POM:
<!-- Spring 3.2.x and 4.0.x still stick to JPA 2.0. Hibernate 4.3.x upgraded to JPA 2.1. --> <hibernate-version>4.2.20.Final</hibernate-version>
The JPA 2.1 spec has been around for quite some time now so maybe it's time to upgrade.
AFAIK nothing is using Spring 3.2.x (except maybe the deprecated spring-dm?) or Spring 4.0.x. So we could bump the Hibernate version to something more recent (maybe 5.x aligned with Spring Boot) together with the JPA spec.
Attachments
Issue Links
- links to