This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 7995f1dcaacc86ca532033bca7c9647e05d42b16
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Sat Dec 2 08:24:22 2023 +0100

    JAMES-3961 Update xbean-asm9 to make JPA work with Java 21
---
 mailbox/jpa/pom.xml | 7 +++++++
 pom.xml             | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/mailbox/jpa/pom.xml b/mailbox/jpa/pom.xml
index 018b4741ac..3ed2a82e83 100644
--- a/mailbox/jpa/pom.xml
+++ b/mailbox/jpa/pom.xml
@@ -155,6 +155,13 @@
                     
<enforcePropertyRestrictions>true</enforcePropertyRestrictions>
                     
<persistenceXmlFile>${basedir}/src/test/resources/persistence.xml</persistenceXmlFile>
                 </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.xbean</groupId>
+                        <artifactId>xbean-asm9-shaded</artifactId>
+                        <version>4.23</version>
+                    </dependency>
+                </dependencies>
                 <executions>
                     <execution>
                         <id>enhancer</id>
diff --git a/pom.xml b/pom.xml
index 54a911858b..7c3e3e2b52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,7 +600,7 @@
         
<james.protocols.groupId>${james.groupId}.protocols</james.protocols.groupId>
         <activemq.version>5.18.3</activemq.version>
         <apache-mime4j.version>0.8.11</apache-mime4j.version>
-        <apache.openjpa.version>3.2.0</apache.openjpa.version>
+        <apache.openjpa.version>3.2.2</apache.openjpa.version>
         <derby.version>10.14.2.0</derby.version>
         <log4j2.version>2.20.0</log4j2.version>
         <javax.inject.version>1</javax.inject.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to