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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 99b578b4224aa1589cd28e27320e0ff19efa2f5f
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Thu May 16 10:43:00 2024 +0200

    Cleanup Java 11+ related profiles as we are now on a Java 17 baseline (for 
TomEE 10)
---
 container/openejb-core/pom.xml   | 4 ++--
 examples/jpa-eclipselink/pom.xml | 4 ++--
 pom.xml                          | 9 ---------
 3 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index da324a1d2e..9c2a1bb33c 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -757,9 +757,9 @@
       </build>
     </profile>
     <profile>
-      <id>java11plus</id>
+      <id>java17plus</id>
       <activation>
-        <jdk>[11,)</jdk>
+        <jdk>[17,)</jdk>
       </activation>
       <dependencies>
         <dependency>
diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml
index da6687da86..d9b09c6494 100644
--- a/examples/jpa-eclipselink/pom.xml
+++ b/examples/jpa-eclipselink/pom.xml
@@ -110,9 +110,9 @@
   </distributionManagement>
   <profiles>
     <profile>
-      <id>active-on-jdk-11</id>
+      <id>java17plus</id>
       <activation>
-        <jdk>[9,</jdk>
+        <jdk>[17,</jdk>
       </activation>
       <properties>
         <surefire.argline>--add-opens java.base/java.net=ALL-UNNAMED 
--add-opens java.base/jdk.internal.loader=ALL-UNNAMED 
-Djdk.attach.allowAttachSelf</surefire.argline>
diff --git a/pom.xml b/pom.xml
index 39c1e41e72..0649464110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -655,15 +655,6 @@
         </repository>
       </repositories>
     </profile>
-    <profile>
-      <id>java11tests</id>
-      <modules>
-        <module>examples</module>
-        <module>itests/microprofile-jwt-itests</module>
-        <module>arquillian/arquillian-tomee-tests</module>
-        <module>tck</module>
-      </modules>
-    </profile>
     <profile>
       <id>no-examples</id>
       <modules>

Reply via email to