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-site-generator.git
commit fb9119db04d48f97840ae2a048bf22719791c2a5 Author: Richard Zowalla <[email protected]> AuthorDate: Fri Jul 17 10:03:29 2026 +0200 Prepare 10.2.0 --- .../org/apache/tomee/website/Configuration.java | 2 +- src/main/jbake/content/10.2.0/release-notes.adoc | 47 ++++++++++++++++++++++ src/main/jbake/content/download-archive.adoc | 14 +++++++ src/main/jbake/content/download.adoc | 22 +++++----- src/main/jbake/templates/index.gsp | 4 +- 5 files changed, 75 insertions(+), 14 deletions(-) diff --git a/src/main/java/org/apache/tomee/website/Configuration.java b/src/main/java/org/apache/tomee/website/Configuration.java index abc7bb2..f640b56 100644 --- a/src/main/java/org/apache/tomee/website/Configuration.java +++ b/src/main/java/org/apache/tomee/website/Configuration.java @@ -244,7 +244,7 @@ public class Configuration { // TOMEE NEXT new Source("https://github.com/apache/tomee.git", "tomee-project-11.0.0-M1", "tomee-11.0", true).related(microProfile71).related(jakartaEE11).javadoc("^org.apache.(openejb|tomee).*"), // TOMEE CURRENT - new Source("https://github.com/apache/tomee.git", "tomee-10.x", "tomee-10.1", false).related(microProfile61).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"), + new Source("https://github.com/apache/tomee.git", "tomee-10.x", "tomee-10.2", false).related(microProfile61).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"), // new Source("https://github.com/apache/tomee.git", "tomee-9.x", "tomee-9.0", false).related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"), // new Source("https://github.com/apache/tomee.git", "tomee-8.x", "tomee-8.0", false).related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"), // new Source("https://github.com/apache/tomee.git", "tomee-7.1.x", "tomee-7.1", false).javadoc("^org.apache.(openejb|tomee).*"), diff --git a/src/main/jbake/content/10.2.0/release-notes.adoc b/src/main/jbake/content/10.2.0/release-notes.adoc new file mode 100644 index 0000000..9a1b093 --- /dev/null +++ b/src/main/jbake/content/10.2.0/release-notes.adoc @@ -0,0 +1,47 @@ += Apache TomEE 10.2.0 Release Notes +:index-group: Release Notes +:jbake-type: page +:jbake-status: published + +We are excited to announce the release of Apache TomEE 10.2.0! + +This is a maintenance release on the TomEE 10 / Jakarta EE 10 line. It ships several bug fixes, including a fix for the +`LinkageError` with `scope="request"`, improvements to the EJB client (`sslTruststorePassword` is no longer sent in +outgoing requests, and `AuthenticationException` now retains its `RemoteException` cause), and a large batch of +dependency upgrades. + +We extend our deepest gratitude to everyone who contributed to this release, especially our incredible volunteers +who worked on TomEE 10 and on fixes in our upstream dependencies such as Tomcat, OWB, CXF, MyFaces, and more. + +Your efforts made TomEE 10.2.0 possible! + +== Bug + +[.compact] +- link:https://issues.apache.org/jira/browse/TOMEE-4589[TOMEE-4589] openejb reports an error in web.xml which is wrong +- link:https://issues.apache.org/jira/browse/TOMEE-4603[TOMEE-4603] LinkageError in tomee 10.1 with scope="request" +- link:https://issues.apache.org/jira/browse/TOMEE-4604[TOMEE-4604] Client's HttpConnectionFactory does not strip sslTruststorePassword from outgoing request +- link:https://issues.apache.org/jira/browse/TOMEE-4610[TOMEE-4610] openejb-client: AuthenticationException from JNDIContext.authenticate() loses RemoteException cause +- link:https://issues.apache.org/jira/browse/TOMEE-4620[TOMEE-4620] Misspelled field accesToken in OIDC TokenResponse prevents interoperability with custom JSON providers (Jackson) +- link:https://issues.apache.org/jira/browse/TOMEE-4631[TOMEE-4631] arquillian-tomee-remote: static "registered" latch breaks container re-registration on a second Arquillian Manager (e.g. failsafe rerunFailingTestsCount) + +== Dependency upgrade + +[.compact] +- link:https://issues.apache.org/jira/browse/TOMEE-4630[TOMEE-4630] ActiveMQ 6.2.7 +- link:https://issues.apache.org/jira/browse/TOMEE-4639[TOMEE-4639] Bouncycastle 1.85 +- link:https://issues.apache.org/jira/browse/TOMEE-4606[TOMEE-4606] Commons Codec 1.22.0 +- link:https://issues.apache.org/jira/browse/TOMEE-4627[TOMEE-4627] Commons Logging 1.4.0 +- link:https://issues.apache.org/jira/browse/TOMEE-4622[TOMEE-4622] CXF 4.1.7 +- link:https://issues.apache.org/jira/browse/TOMEE-4637[TOMEE-4637] Jackson 2.22.1 +- link:https://issues.apache.org/jira/browse/TOMEE-4608[TOMEE-4608] Jakarta Faces / Mojarra 4.0.17 +- link:https://issues.apache.org/jira/browse/TOMEE-4615[TOMEE-4615] Mojarra 4.0.18 +- link:https://issues.apache.org/jira/browse/TOMEE-4638[TOMEE-4638] log4j2 2.26.1 +- link:https://issues.apache.org/jira/browse/TOMEE-4612[TOMEE-4612] Neethi 3.2.2 +- link:https://issues.apache.org/jira/browse/TOMEE-4618[TOMEE-4618] SAAJ 3.0.5 +- link:https://issues.apache.org/jira/browse/TOMEE-4629[TOMEE-4629] saaj-impl 3.0.6 +- link:https://issues.apache.org/jira/browse/TOMEE-4636[TOMEE-4636] Smallrye Config 3.18.0 +- link:https://issues.apache.org/jira/browse/TOMEE-4635[TOMEE-4635] Tomcat 10.1.57 +- link:https://issues.apache.org/jira/browse/TOMEE-4619[TOMEE-4619] opentelemetry-api 1.63.0 +- link:https://issues.apache.org/jira/browse/TOMEE-4633[TOMEE-4633] XBean 4.31 +- Johnzon 2.1.0 \ No newline at end of file diff --git a/src/main/jbake/content/download-archive.adoc b/src/main/jbake/content/download-archive.adoc index d204bad..3b0e091 100644 --- a/src/main/jbake/content/download-archive.adoc +++ b/src/main/jbake/content/download-archive.adoc @@ -37,6 +37,20 @@ and appreciated. IMPORTANT: Note: Please note the 10.0.0-M releases are milestone releases intended for evaluation purposes and should not be used in production. +[cols="2,4*^1",options="header"] +|=== +|Name|Version|Date|Size|Signatures & Hashes +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.zip[icon:download[] TomEE Microprofile ZIP] |10.1.5|5 May 2026|70 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.zip.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.tar.gz[icon:download[] TomEE Microprofile TAR.GZ] |10.1.5|5 May 2026|70 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.tar.gz.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.zip[icon:download[] TomEE Plume ZIP] |10.1.5|5 May 2026|82 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.zip.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.tar.gz[icon:download[] TomEE Plume TAR.GZ] |10.1.5|5 May 2026|82 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.tar.gz.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.zip[icon:download[] TomEE Plus ZIP] |10.1.5|5 May 2026|74 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.zip.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.tar.gz[icon:download[] TomEE Plus TAR.GZ] |10.1.5|5 May 2026|74 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.tar.gz.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.zip[icon:download[] TomEE Webprofile ZIP] |10.1.5|5 May 2026|60 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.zip.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.tar.gz[icon:download[] TomEE Webprofile TAR.GZ] |10.1.5|5 May 2026|60 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.tar.gz.sha512[icon:download[] SHA512] +|https://archive.apache.org/dist/tomee/tomee-10.1.5/tomee-project-10.1.5-source-release.zip[icon:download[] TomEE Project Source Release ZIP] |10.1.5|5 May 2026|22 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/tomee-project-10.1.5-source-release.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/tomee-project-10.1.5-source-release.zip.sha512[icon:download[] SHA512] +|=== + [cols="2,4*^1",options="header"] |=== |Name|Version|Date|Size|Signatures & Hashes diff --git a/src/main/jbake/content/download.adoc b/src/main/jbake/content/download.adoc index d9b77e1..c591f1b 100755 --- a/src/main/jbake/content/download.adoc +++ b/src/main/jbake/content/download.adoc @@ -37,24 +37,24 @@ IMPORTANT: Apache TomEE 11.0.0-M1 is a milestone release intended for evaluation == [[tomee-10]]Apache TomEE 10 - Jakarta EE 10 -- MicroProfile 6.0 +- MicroProfile 6.1 - Java 17 or higher -- link:10.1.5/release-notes.html[Release Notes] +- link:10.2.0/release-notes.html[Release Notes] IMPORTANT: As a community-driven project, Apache TomEE relies on the support of contributors like you. With limited resources, we need your help to ensure its continued development. https://tomee.apache.org/community/contributing/contribution-tips.html[Join us today] and contribute your skills, ideas and resources to strengthen the future development of Apache TomEE. [cols="2,4*^1",options="header"] |=== |Name|Version|Date|Size|Signatures & Hashes -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.zip[icon:download[] TomEE Microprofile ZIP] |10.1.5|5 May 2026|70 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.zip.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.tar.gz[icon:download[] TomEE Microprofile TAR.GZ] |10.1.5|5 May 2026|70 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-microprofile.tar.gz.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.zip[icon:download[] TomEE Plume ZIP] |10.1.5|5 May 2026|82 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.zip.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.tar.gz[icon:download[] TomEE Plume TAR.GZ] |10.1.5|5 May 2026|82 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plume.tar.gz.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.zip[icon:download[] TomEE Plus ZIP] |10.1.5|5 May 2026|74 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.zip.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.tar.gz[icon:download[] TomEE Plus TAR.GZ] |10.1.5|5 May 2026|74 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-plus.tar.gz.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.zip[icon:download[] TomEE Webprofile ZIP] |10.1.5|5 May 2026|60 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.zip.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.tar.gz[icon:download[] TomEE Webprofile TAR.GZ] |10.1.5|5 May 2026|60 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/apache-tomee-10.1.5-webprofile.tar.gz.sha512[icon:download[] SHA512] -|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.1.5/tomee-project-10.1.5-source-release.zip[icon:download[] TomEE Project Source Release ZIP] |10.1.5|5 May 2026|22 MiB |https://downloads.apache.org/tomee/tomee-10.1.5/tomee-project-10.1.5-source-release.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.1.5/tomee-project-10.1.5-source-release.zip.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-microprofile.zip[icon:download[] TomEE Microprofile ZIP] |10.2.0|17 July 2026|70 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-microprofile.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-microprofile.zip.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-microprofile.tar.gz[icon:download[] TomEE Microprofile TAR.GZ] |10.2.0|17 July 2026|70 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-microprofile.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-microprofile.tar.gz.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-plume.zip[icon:download[] TomEE Plume ZIP] |10.2.0|17 July 2026|82 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plume.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plume.zip.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-plume.tar.gz[icon:download[] TomEE Plume TAR.GZ] |10.2.0|17 July 2026|82 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plume.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plume.tar.gz.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-plus.zip[icon:download[] TomEE Plus ZIP] |10.2.0|17 July 2026|74 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plus.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plus.zip.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-plus.tar.gz[icon:download[] TomEE Plus TAR.GZ] |10.2.0|17 July 2026|74 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plus.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-plus.tar.gz.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-webprofile.zip[icon:download[] TomEE Webprofile ZIP] |10.2.0|17 July 2026|60 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-webprofile.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-webprofile.zip.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/apache-tomee-10.2.0-webprofile.tar.gz[icon:download[] TomEE Webprofile TAR.GZ] |10.2.0|17 July 2026|60 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-webprofile.tar.gz.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/apache-tomee-10.2.0-webprofile.tar.gz.sha512[icon:download[] SHA512] +|https://www.apache.org/dyn/closer.cgi/tomee/tomee-10.2.0/tomee-project-10.2.0-source-release.zip[icon:download[] TomEE Project Source Release ZIP] |10.2.0|17 July 2026|22 MiB |https://downloads.apache.org/tomee/tomee-10.2.0/tomee-project-10.2.0-source-release.zip.asc[icon:download[] PGP] https://downloads.apache.org/tomee/tomee-10.2.0/tomee-project-10.2.0-source-release.zip.sha512[icon:download[] SHA512] |=== diff --git a/src/main/jbake/templates/index.gsp b/src/main/jbake/templates/index.gsp index ff237f1..b7586a9 100755 --- a/src/main/jbake/templates/index.gsp +++ b/src/main/jbake/templates/index.gsp @@ -74,8 +74,8 @@ <div class="col-md-6 d-flex f-column-end accented-block accent-red f-space-between"> <div class="block-content"> <h5 class="muted">Final Release - Jakarta EE 10</h5> - <h4 class="muted">apache-tomee-10.1.5</h4> - <p>Final Release, Apache TomEE 10.1 implements Jakarta EE 10 with MicroProfile 6.1. It runs on Java 17 or higher.</p> + <h4 class="muted">apache-tomee-10.2.0</h4> + <p>Final Release, Apache TomEE 10.2 implements Jakarta EE 10 with MicroProfile 6.1. It runs on Java 17 or higher.</p> </div> <a class="btn btn-accent btn-primary square" href="download.html#tomee-10"><i class="icon_plus"></i>Download</a> </div>
