This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch jpa3.2
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/jpa3.2 by this push:
new 441c95caa4 Upgrade example to use Hibernate 7, upgrade Hibernate to
6.6.21.Final
441c95caa4 is described below
commit 441c95caa409a01b6f322f94a5de6ee37de66b07
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jul 17 17:20:37 2025 +0200
Upgrade example to use Hibernate 7, upgrade Hibernate to 6.6.21.Final
---
examples/jpa-hibernate-arquillian/pom.xml | 4 ++--
.../src/test/resources/arquillian.xml | 13 ++++++-------
pom.xml | 2 +-
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/examples/jpa-hibernate-arquillian/pom.xml
b/examples/jpa-hibernate-arquillian/pom.xml
index 3b0c82e504..1aafded647 100644
--- a/examples/jpa-hibernate-arquillian/pom.xml
+++ b/examples/jpa-hibernate-arquillian/pom.xml
@@ -36,8 +36,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version>
<configuration>
- <source>11</source>
- <target>11</target>
+ <source>17</source>
+ <target>17</target>
</configuration>
</plugin>
</plugins>
diff --git
a/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
b/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
index 1aa49c617c..739a29989c 100644
--- a/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
+++ b/examples/jpa-hibernate-arquillian/src/test/resources/arquillian.xml
@@ -28,13 +28,12 @@
<property
name="appWorkingDir">target/arquillian-remote-working-dir</property>
<property name="cleanOnStartUp">true</property>
<property name="additionalLibs">
- mvn:org.hibernate:hibernate-core-jakarta:5.6.8.Final
-
mvn:org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
- mvn:antlr:antlr:2.7.7
- mvn:org.jboss:jandex:2.4.2.Final
- mvn:org.jboss.logging:jboss-logging:3.3.2.Final
- mvn:net.bytebuddy:byte-buddy:1.12.8
- mvn:com.fasterxml:classmate:1.5.1
+ mvn:org.hibernate.orm:hibernate-core:7.0.6.Final
+ mvn:org.hibernate.models:hibernate-models:1.0.0
+ mvn:org.jboss.logging:jboss-logging:3.6.1.Final
+ mvn:net.bytebuddy:byte-buddy:1.17.5
+ mvn:com.fasterxml:classmate:1.7.0
+ mvn:org.antlr:antlr4-runtime:4.13.2
</property>
</configuration>
</container>
diff --git a/pom.xml b/pom.xml
index d536160c65..ca602327d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
<!-- org.glassfish -->
<version.mojarra>4.0.11</version.mojarra>
<!-- org.hibernate -->
- <version.hibernate.orm>6.4.3.Final</version.hibernate.orm>
+ <version.hibernate.orm>6.6.21.Final</version.hibernate.orm>
<version.hibernate.validator>8.0.1.Final</version.hibernate.validator>
<!-- Other API and Impl. not in Jakarta EE -->