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 0f5d30525dbfa33f32ef79a66a7a78ced363d256
Author: Quan Tran <hqt...@linagora.com>
AuthorDate: Tue Jan 30 11:14:08 2024 +0700

    JAMES-3961 Target jdk 11 for JPA modules
    
    As `openjpa-maven-plugin` has been outdated for a while and does not 
support Java 21 yet...
---
 mailbox/jpa/pom.xml          | 4 ++++
 server/data/data-jpa/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/mailbox/jpa/pom.xml b/mailbox/jpa/pom.xml
index 9125639b59..a09fc35263 100644
--- a/mailbox/jpa/pom.xml
+++ b/mailbox/jpa/pom.xml
@@ -31,6 +31,10 @@
     <packaging>jar</packaging>
     <name>Apache James :: Mailbox :: JPA</name>
 
+    <properties>
+        <target.jdk>11</target.jdk>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${james.groupId}</groupId>
diff --git a/server/data/data-jpa/pom.xml b/server/data/data-jpa/pom.xml
index dbd51824d8..bef4926339 100644
--- a/server/data/data-jpa/pom.xml
+++ b/server/data/data-jpa/pom.xml
@@ -32,6 +32,10 @@
 
     <name>Apache James :: Server :: Data :: JPA Persistence</name>
 
+    <properties>
+        <target.jdk>11</target.jdk>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${james.groupId}</groupId>


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

Reply via email to