This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 983489538e jakartaee-api 11.0.0-M1 released
983489538e is described below
commit 983489538e05301a2839cfc4b8368c2393ffd21f
Author: Markus Jung <[email protected]>
AuthorDate: Mon Jun 8 13:07:58 2026 +0200
jakartaee-api 11.0.0-M1 released
---
boms/tomee-microprofile-api/pom.xml | 2 +-
boms/tomee-microprofile/pom.xml | 12 +++++++++++-
boms/tomee-plume-api/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 12 +++++++++++-
boms/tomee-plus-api/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 12 +++++++++++-
boms/tomee-webprofile-api/pom.xml | 2 +-
boms/tomee-webprofile/pom.xml | 2 +-
pom.xml | 2 +-
9 files changed, 39 insertions(+), 9 deletions(-)
diff --git a/boms/tomee-microprofile-api/pom.xml
b/boms/tomee-microprofile-api/pom.xml
index 0009aebd19..ac6d062674 100644
--- a/boms/tomee-microprofile-api/pom.xml
+++ b/boms/tomee-microprofile-api/pom.xml
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index bc3a09b883..412759adc3 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -704,7 +704,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
@@ -1370,6 +1370,16 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>io.opentelemetry.instrumentation</groupId>
+ <artifactId>opentelemetry-runtime-telemetry</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv-incubating</artifactId>
diff --git a/boms/tomee-plume-api/pom.xml b/boms/tomee-plume-api/pom.xml
index 3a829ff75f..a7cdd7535b 100644
--- a/boms/tomee-plume-api/pom.xml
+++ b/boms/tomee-plume-api/pom.xml
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index a2b3590951..2d631357de 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -739,7 +739,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
@@ -1440,6 +1440,16 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>io.opentelemetry.instrumentation</groupId>
+ <artifactId>opentelemetry-runtime-telemetry</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv-incubating</artifactId>
diff --git a/boms/tomee-plus-api/pom.xml b/boms/tomee-plus-api/pom.xml
index 19044cd324..c6266033f6 100644
--- a/boms/tomee-plus-api/pom.xml
+++ b/boms/tomee-plus-api/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 0cce7f0367..ea946f8d76 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -749,7 +749,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
@@ -1420,6 +1420,16 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>io.opentelemetry.instrumentation</groupId>
+ <artifactId>opentelemetry-runtime-telemetry</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv-incubating</artifactId>
diff --git a/boms/tomee-webprofile-api/pom.xml
b/boms/tomee-webprofile-api/pom.xml
index 5618b9c68e..3cae56230c 100644
--- a/boms/tomee-webprofile-api/pom.xml
+++ b/boms/tomee-webprofile-api/pom.xml
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 34456f50b7..62b40f5c93 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -444,7 +444,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
diff --git a/pom.xml b/pom.xml
index 06e0656901..4f02e98b4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<tomee.build.name>${project.groupId}.${project.artifactId}</tomee.build.name>
<!-- To easily change the javaee api version -->
- <version.jakartaee-api>11.0.0-SNAPSHOT</version.jakartaee-api>
+ <version.jakartaee-api>11.0.0-M1</version.jakartaee-api>
<!-- not part of EE 11 anymore, but TomEE still supports these specs -->
<version.jws-api>3.0.0</version.jws-api>