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

rzo1 pushed a commit to branch 9.0.0
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git

commit a1cddd0ceaba25c35f70b61b231f336fa35a5bf9
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jan 12 13:25:03 2023 +0100

    TomEE 9.0.0
---
 src/main/jbake/content/9.0.0/release-notes.adoc    |  90 +++++++++++++++
 .../certifications/9.0.0/microprofile-5.0.adoc     | 123 +++++++++++++++++++++
 .../certifications/9.0.0/plume/webprofile-9.1.adoc | 122 ++++++++++++++++++++
 src/main/jbake/content/download-archive.adoc       |  10 ++
 src/main/jbake/content/download.adoc               |  28 ++---
 src/main/jbake/templates/index.gsp                 |   8 +-
 6 files changed, 361 insertions(+), 20 deletions(-)

diff --git a/src/main/jbake/content/9.0.0/release-notes.adoc 
b/src/main/jbake/content/9.0.0/release-notes.adoc
new file mode 100644
index 0000000..5b2c343
--- /dev/null
+++ b/src/main/jbake/content/9.0.0/release-notes.adoc
@@ -0,0 +1,90 @@
+= Apache TomEE 9.0.0 Release Notes
+:index-group: Release Notes
+:jbake-type: page
+:jbake-status: published
+
+Apache TomEE 9.0.0 has been released.
+
+We are very proud to release Apache TomEE 9.0.0 It's been
+almost a year since we certified TomEE using a bytecode enhancement
+approach. Even though it worked, it introduced a lot of restrictions
+especially with tooling such as IDE, Arquillian, Embedded container, etc.
+
+Thus, we  started migrating the entire TomEE codebase to the new jakarta 
namespace
+and 9.0.0 is the result of this work.
+
+We fully pass the entire TCK for the Jakarta EE 9.1 Web Profile and - as a 
cherry on the cake - we decided to address a long time
+request to support a newer version of MicroProfil. Thus, we are pleased to 
announce that TomEE 9.0.0 is fully MicroProfile 5.0 compliant.
+
+In addition, we fixed a couple of bugs and did some dependency upgrades.
+
+Thank you to everyone who contributed to this release, including all of our 
users and the people who submitted bug reports,
+contributed code or documentation enhancements.
+
+== Dependency upgrade
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4132[TOMEE-4132]  
commons-compress 1.22
+- link:https://issues.apache.org/jira/browse/TOMEE-4127[TOMEE-4127] CXF 3.5.5
+- link:https://issues.apache.org/jira/browse/TOMEE-4125[TOMEE-4125] CXF 
versions mitigate CVE-2022-46364 and CVE-2022-46363
+- link:https://issues.apache.org/jira/browse/TOMEE-4081[TOMEE-4081] Jackson 
2.13.4
+- link:https://issues.apache.org/jira/browse/TOMEE-4107[TOMEE-4107] Jackson 
2.14.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4131[TOMEE-4131] Jackson 
2.14.1
+- link:https://issues.apache.org/jira/browse/TOMEE-4109[TOMEE-4109] Velocity 
2.3
+- link:https://issues.apache.org/jira/browse/TOMEE-4082[TOMEE-4082] Woodstox 
6.2.6
+- link:https://issues.apache.org/jira/browse/TOMEE-4110[TOMEE-4110] Woodstox 
6.4.0 (CVE-2022-40152)
+- link:https://issues.apache.org/jira/browse/TOMEE-4111[TOMEE-4111] bcel 
component
+- link:https://issues.apache.org/jira/browse/TOMEE-4103[TOMEE-4103] 
woodstox-core mitigate CVE-2022-40153
+
+== New Feature
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4123[TOMEE-4123] Implement 
@AroundConstruct from Interceptor 1.2
+- link:https://issues.apache.org/jira/browse/TOMEE-4068[TOMEE-4068] 
MicroProfile 5.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4069[TOMEE-4069] 
MicroProfile Config 3.0
+- link:https://issues.apache.org/jira/browse/TOMEE-3946[TOMEE-3946] 
MicroProfile JWT 2.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4070[TOMEE-4070] 
MicroProfile Fault Tolerance 4.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4071[TOMEE-4071] 
MicroProfile Health 4.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4072[TOMEE-4072] 
MicroProfile Metrics 4.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4050[TOMEE-4050] Retry and 
Refresh for MP JWT keys supplied via HTTP
+- link:https://issues.apache.org/jira/browse/TOMEE-4073[TOMEE-4073] 
MicroProfile Rest Client 3.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4074[TOMEE-4074] 
MicroProfile OpenAPI 3.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4075[TOMEE-4075] 
MicroProfile OpenTracing 3.0
+- link:https://issues.apache.org/jira/browse/TOMEE-4076[TOMEE-4076] Public 
Keys in OpenSSH format
+- link:https://issues.apache.org/jira/browse/TOMEE-4077[TOMEE-4077] Public 
Keys in SSH2 format
+- link:https://issues.apache.org/jira/browse/TOMEE-4078[TOMEE-4078] RSA keys 
PKCS 1 format
+- link:https://issues.apache.org/jira/browse/TOMEE-4079[TOMEE-4079] Elliptic 
Curve JWS and JWE
+
+== Bug
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4065[TOMEE-4065] 
LoginToContinue interceptor fails on custom auth mechanism
+- link:https://issues.apache.org/jira/browse/TOMEE-4119[TOMEE-4119] 
TomEEJsonbProvider triggered for */* mime types
+- link:https://issues.apache.org/jira/browse/TOMEE-4135[TOMEE-4135] Unable to 
see TomEE version in Tomcat home page with Java 17
+- link:https://issues.apache.org/jira/browse/TOMEE-4117[TOMEE-4117] 
MicroProfile OpenAPI not generating model
+
+== Improvement
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4124[TOMEE-4124] Remove 
timing of timing just for logging
+- link:https://issues.apache.org/jira/browse/TOMEE-4080[TOMEE-4080] Improved 
Logging for Public and Private Key resolution
+
+== Documentation
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4104[TOMEE-4104] 
Documentation Website: XA DataSource Configuration: Bug in MySQL Sample Code
+- link:https://issues.apache.org/jira/browse/TOMEE-3733[TOMEE-3733] TCK 
Results page for website
+
+== Sub-task
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-3950[TOMEE-3950] Support 
for JWT token cookies
+- link:https://issues.apache.org/jira/browse/TOMEE-3951[TOMEE-3951] JWT token 
groups claim is now optional
+- link:https://issues.apache.org/jira/browse/TOMEE-3952[TOMEE-3952] Deprecate 
RSA keys of 1024 bit length
+
+== Fixed Common Vulnerabilities and Exposures (CVEs)
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4125[TOMEE-4125] Update 
Apache CXF versions to mitigate CVE-2022-46364 and CVE-2022-46363
+- link:https://issues.apache.org/jira/browse/TOMEE-4103[TOMEE-4103] Update 
woodstox-core to mitigate CVE-2022-40153
+- link:https://issues.apache.org/jira/browse/TOMEE-4111[TOMEE-4111] Upgrade 
bcel component in TomEE
diff --git a/src/main/jbake/content/certifications/9.0.0/microprofile-5.0.adoc 
b/src/main/jbake/content/certifications/9.0.0/microprofile-5.0.adoc
new file mode 100644
index 0000000..9ed7ea8
--- /dev/null
+++ b/src/main/jbake/content/certifications/9.0.0/microprofile-5.0.adoc
@@ -0,0 +1,123 @@
+= TCK Results
+:jbake-date: 2023-01-12
+:jbake-type: page
+:jbake-status: published
+:icons: font
+:imagesdir: ../../img
+
+image:apache_tomee-logo.jpg[TomEE, align="center"]
+
+== Introduction
+As required by the https://www.eclipse.org/legal/tck.php[Eclipse Foundation 
Technology Compatibility Kit License], and
+https://github.com/microprofile/microprofile-wg/blob/main/tckprocess.adoc 
following is a summary of the TCK results for
+releases of MicroProfile 5.0.
+
+=== Apache TomEE 9.0.0 , MicroProfile 5.0 TCK Certification Summary
+----
+Date:  January 3, 2023
+Product Name, Version: Apache TomEE 9.0.0
+URL to product download page: https://tomee.apache.org/download-ng.html
+
+Product Description: An implementation of the Jakarta EE 9.1 Web Profile 
Specifications and MicroProfile 5.0 Specifications
+Java SE provider and Version tested with: Eclipse Adoptium 
adoptium-jdk-11.0.16.1+1
+OS version: Linux AMD 64 4.15.0-191-generic
+----
+
+Specification Name, Version and download URL:
+https://microprofile.io/compatible/5-0/[MicroProfile 5.0] composed of
+
+* https://github.com/eclipse/microprofile-config/releases/tag/3.0[MicroProfile 
Config 3.0]
+* 
https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/4.0[MicroProfile
 Fault Tolerance 4.0]
+* 
https://github.com/eclipse/microprofile-jwt-auth/releases/tag/2.0[MicroProfile 
JWT Auth 2.0]
+* 
https://github.com/eclipse/microprofile-metrics/releases/tag/4.0[MicroProfile 
Metrics 4.0]
+* 
https://github.com/eclipse/microprofile-open-api/releases/tag/3.0[MicroProfile 
Open API 3.0]
+* 
https://github.com/eclipse/microprofile-opentracing/releases/tag/3.0[MicroProfile
 Open Tracing 3.0]
+* 
https://github.com/eclipse/microprofile-rest-client/releases/tag/3.0[MicroProfile
 Rest Client 3.0]
+* https://github.com/eclipse/microprofile-health/releases/tag/4.0[MicroProfile 
Health 4.0]
+
+Public URL of TCK Results Summary:
+link:https://tomee.apache.org/9.0.0/microprofile-5.0.html[Apache TomEE 9.0.0 
TCK results]
+
+=== MicroProfile TCK Test results
+
+==== MicroProfile Config 3.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 372, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+==== MicroProfile Fault Tolerance 4.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 433, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+==== MicroProfile JWT Auth 2.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 190, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+==== MicroProfile Metrics 4.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 213, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+==== MicroProfile Open API 3.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 244, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+==== MicroProfile Open Tracing 3.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+==== MicroProfile Rest Client 3.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 181, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+==== MicroProfile Health 3.0
+TCK result summary:
+----
+[INFO]
+[INFO] Results:
+[INFO]
+[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0
+[INFO]
+----
+
+For more details on the complete execution, the logs are available in 
https://ci-builds.apache.org/job/Tomee/job/TomEE_Compitable_TCK/3/[Jenkins]
diff --git 
a/src/main/jbake/content/certifications/9.0.0/plume/webprofile-9.1.adoc 
b/src/main/jbake/content/certifications/9.0.0/plume/webprofile-9.1.adoc
new file mode 100644
index 0000000..8069c23
--- /dev/null
+++ b/src/main/jbake/content/certifications/9.0.0/plume/webprofile-9.1.adoc
@@ -0,0 +1,122 @@
+= TCK Results
+:jbake-date: 2023-01-12
+:jbake-type: page
+:jbake-status: published
+:icons: font
+:imagesdir: ../../img
+
+image:apache_tomee-logo.jpg[TomEE, align="center"]
+
+== Introduction
+As required by the https://www.eclipse.org/legal/tck.php[Eclipse Foundation 
Technology Compatibility Kit License], following is a summary of the TCK 
results for releases of Jakarta EE Web Profile 9.1.
+
+
+
+=== Apache TomEE 9.0.0 , Jakarta EE 9.1 TCK Certification Summary
+----
+Date:  January 3, 2023
+Product Name, Version: Apache TomEE 9.0.0
+URL to product download page: https://tomee.apache.org/download-ng.html
+
+Product Description: An implementation of the Jakarta EE 9.1 Web Profile 
Specifications
+Java SE provider and Version tested with: OpenJDK jdk-11.0.10+9
+OS version: Linux 4.14.225-169.362.amzn2.aarch64
+Database version:   Apache Derby Network Server 10.14.2.0
+Database JDBC Driver and version:  Apache Derby 10.14.2.0
+----
+
+Specification Name, Version and download URL:
+https://jakarta.ee/specifications/webprofile/9.1/[Jakarta EE Platform, Web 
Profile 9.1]
+
+TCK Version, digital SHA-256 fingerprint and download URL:
+https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-jakartaeetck-9.1.0.zip[Jakarta
 EE Platform TCK 9.1.0, 
16904b7ccd7ae61287b763587e8bfbff50608ab09f3876bb41af65d043263ca7 ]
+
+Public URL of TCK Results Summary:
+link:https://tomee.apache.org/9.0.0/plume/webprofile-9.1.html[Apache TomEE 
9.0.0 TCK results]
+
+Any Additional Specification Certification Requirements:
+----
+Jakarta Dependency Injection 2.0.1 TCK
+Jakarta Contexts and Dependency Injection 3.0.1 TCK
+Jakarta Bean Validation 3.0.0 TCK
+----
+
+=== Web Profile TCK Test results
+Test results:
+[width="100%",options="header]
+|=======
+|section|tests|passed|failed
+|ejb32|809|809|0
+|el|667|667|0
+|jaspic|68|68|0
+|jaxrs|2622|2622|0
+|jdbc|4924|4924|0
+|jpa|11025|11025|0
+|jsf|5517|5517|0
+|jsonb|232|232|0
+|jsonp|744|744|0
+|jsp|730|730|0
+|jstl|541|541|0
+|jta|195|195|0
+|securityapi|85|85|0
+|servlet|1700|1700|0
+|signaturetest|2|0|0
+|websocket|725|725|0
+|=======
+
+=== Additional standalone TCK Test results
+Standalone test results:
+
+Jakarta Dependency Injection 2.0.1 TCK
+
+Download URL & SHA-256:
+https://download.eclipse.org/jakartaee/dependency-injection/2.0/jakarta.inject-tck-2.0.1-bin.zip[jakarta.inject-tck-2.0.1-bin.zip,
 7853d02d372838f8300f5a18cfcc23011c9eb9016cf3980bba9442e4b1f8bfc6 ]
+
+TCK result summary:
+----
+Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
+----
+
+Jakarta Contexts and Dependency Injection 3.0.1 TCK
+
+Download URL & SHA-256
+https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip[cdi-tck-3.0.1-dist.zip,
 f0a3bdd81ea552ddf2c2a6cd2576f0d5ca45026665cb4a5c42606a58bf1c133d ]
+
+TCK result summary:
+----
+Tests run: 1796, Failures: 0, Errors: 0, Skipped: 0
+----
+
+Jakarta Bean Validation 3.0.0 TCK
+
+Download URL & SHA-256
+https://download.eclipse.org/jakartaee/bean-validation/3.0/beanvalidation-tck-dist-3.0.0.zip[beanvalidation-tck-dist-3.0.0.zip,
 c975fd229df0c40947a9f0a69b779ec92bebb3d21e05fdc65fccc1d11ef5525b ]
+
+TCK result summary:
+----
+Tests run: 1045, Failures: 0, Errors: 0, Skipped: 0
+----
+
+Jakarta XML Binding 3.0.1 TCK
+
+Download URL & SHA-256
+https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-xml-binding-tck-3.0.1.zip[jakarta-xml-binding-tck-3.0.1.zip,
 a9356a2eb989e8cb7f663ed5fd244d8e2d222e2c4108c40c65001bec90f40baf]
+
+TCK result summary:
+----
+Pass: 24,628  Fail: 0  Error: 0  Not-Run: 0
+----
+
+
+Jakarta Debugging TCK
+
+Download URL & SHA-256
+https://download.eclipse.org/jakartaee/debugging/2.0/jakarta-debugging-tck-2.0.0.zip[jakarta-debugging-tck-2.0.0.zip,
 71999815418799837dc6f3d0dc40c3dcc4144cd90c7cdfd06aa69270483d78bc ]
+
+TCK result summary:
+----
+java -cp debugging-tck-2.0.0.jar VerifySMAP _Hello.class.smap
+_Hello.class.smap is a correctly formatted SMAP
+----
+
+
diff --git a/src/main/jbake/content/download-archive.adoc 
b/src/main/jbake/content/download-archive.adoc
index ce5e3ba..553b2d7 100644
--- a/src/main/jbake/content/download-archive.adoc
+++ b/src/main/jbake/content/download-archive.adoc
@@ -23,6 +23,16 @@ and appreciated.
 [cols="2,3*^1,2",options="header"]
 |===
 |Name|Version|Date|Size|Signatures & Hashes
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.zip[icon:download[]
 TomEE Microprofile ZIP] |9.0.0.RC1|31 Oct 2022|64 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.zip.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.tar.gz[icon:download[]
 TomEE Microprofile TAR.GZ] |9.0.0.RC1|31 Oct 2022|63 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.tar.gz.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.zip[icon:download[]
 TomEE Plume ZIP] |9.0.0.RC1|31 Oct 2022|77 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.zip.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.tar.gz[icon:download[]
 TomEE Plume TAR.GZ] |9.0.0.RC1|31 Oct 2022|76 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.tar.gz.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.zip[icon:download[]
 TomEE Plus ZIP] |9.0.0.RC1|31 Oct 2022|69 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.zip.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.tar.gz[icon:download[]
 TomEE Plus TAR.GZ] |9.0.0.RC1|31 Oct 2022|69 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.tar.gz.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.zip[icon:download[]
 TomEE Webprofile ZIP] |9.0.0.RC1|31 Oct 2022|55 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.zip.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.tar.gz[icon:download[]
 TomEE Webprofile TAR.GZ] |9.0.0.RC1|31 Oct 2022|54 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.tar.gz.sha512[icon:download[]
 SHA512]
+| 
https://archive.apache.org/dist/tomee/tomee-9.0.0.RC1/tomee-project-9.0.0.RC1-source-release.zip[icon:download[]
 TomEE Project Source Release ZIP] |9.0.0.RC1|31 Oct 2022|17 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/tomee-project-9.0.0.RC1-source-release.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/tomee-project-9.0.0.RC1-source-release.zip.sha512[icon:download[]
 SHA512]
+|||||
 | 
https://archive.apache.org/dist/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-microprofile.zip[icon:download[]
 TomEE Microprofile ZIP] |9.0.0-M8|28 Jun 2022|64 MB 
|https://archive.apache.org/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-microprofile.zip.asc[icon:download[]
 PGP] 
https://archive.apache.org/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-microprofile.zip.sha512[icon:download[]
 SHA512]
 | 
https://archive.apache.org/dist/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-microprofile.tar.gz[icon:download[]
 TomEE Microprofile TAR.GZ] |9.0.0-M8|28 Jun 2022|63 MB 
|https://archive.apache.org/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-microprofile.tar.gz.asc[icon:download[]
 PGP] 
https://archive.apache.org/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-microprofile.tar.gz.sha512[icon:download[]
 SHA512]
 | 
https://archive.apache.org/dist/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-plume.zip[icon:download[]
 TomEE Plume ZIP] |9.0.0-M8|28 Jun 2022|77 MB 
|https://archive.apache.org/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-plume.zip.asc[icon:download[]
 PGP] 
https://archive.apache.org/tomee/tomee-9.0.0-M8/apache-tomee-9.0.0-M8-plume.zip.sha512[icon:download[]
 SHA512]
diff --git a/src/main/jbake/content/download.adoc 
b/src/main/jbake/content/download.adoc
index 857bb78..6258672 100755
--- a/src/main/jbake/content/download.adoc
+++ b/src/main/jbake/content/download.adoc
@@ -14,29 +14,25 @@ You **must** 
link:https://www.apache.org/info/verification.html[verify] the inte
 - Jakarta EE 9.1
 - MicroProfile 5.0
 - Java 11 or higher
-- link:9.0.0.RC1/release-notes.html[Release Notes]
+- link:9.0.0/release-notes.html[Release Notes]
 // Add TCK results, if we pass them (again)
-//- link:9.0.0.RC1/plume/webprofile-9.1.html[Jakarta EE 9.1 Web Profile TCK 
Results for Java 11]
-- link:9.0.0.RC1/microprofile-5.0.html[MicroProfile 5.0 TCK Results]
+- link:9.0.0/plume/webprofile-9.1.html[Jakarta EE 9.1 Web Profile TCK Results 
for Java 11]
+- link:9.0.0/microprofile-5.0.html[MicroProfile 5.0 TCK Results]
 
 [cols="2,4*^1",options="header"]
 |===
 |Name|Version|Date|Size|Signatures & Hashes
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.zip[icon:download[]
 TomEE Microprofile ZIP] |9.0.0.RC1|31 Oct 2022|64 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.zip.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.tar.gz[icon:download[]
 TomEE Microprofile TAR.GZ] |9.0.0.RC1|31 Oct 2022|63 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-microprofile.tar.gz.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.zip[icon:download[]
 TomEE Plume ZIP] |9.0.0.RC1|31 Oct 2022|77 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.zip.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.tar.gz[icon:download[]
 TomEE Plume TAR.GZ] |9.0.0.RC1|31 Oct 2022|76 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plume.tar.gz.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.zip[icon:download[]
 TomEE Plus ZIP] |9.0.0.RC1|31 Oct 2022|69 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.zip.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.tar.gz[icon:download[]
 TomEE Plus TAR.GZ] |9.0.0.RC1|31 Oct 2022|69 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-plus.tar.gz.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.zip[icon:download[]
 TomEE Webprofile ZIP] |9.0.0.RC1|31 Oct 2022|55 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.zip.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.tar.gz[icon:download[]
 TomEE Webprofile TAR.GZ] |9.0.0.RC1|31 Oct 2022|54 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/apache-tomee-9.0.0.RC1-webprofile.tar.gz.sha512[icon:download[]
 SHA512]
-|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0.RC1/tomee-project-9.0.0.RC1-source-release.zip[icon:download[]
 TomEE Project Source Release ZIP] |9.0.0.RC1|31 Oct 2022|17 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0.RC1/tomee-project-9.0.0.RC1-source-release.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0.RC1/tomee-project-9.0.0.RC1-source-release.zip.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-microprofile.zip[icon:download[]
 TomEE Microprofile ZIP] |9.0.0|3 Jan 2023|77 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-microprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-microprofile.zip.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-microprofile.tar.gz[icon:download[]
 TomEE Microprofile TAR.GZ] |9.0.0|3 Jan 2023|77 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-microprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-microprofile.tar.gz.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-plume.zip[icon:download[]
 TomEE Plume ZIP] |9.0.0|3 Jan 2023|90 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plume.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plume.zip.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-plume.tar.gz[icon:download[]
 TomEE Plume TAR.GZ] |9.0.0|3 Jan 2023|90 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plume.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plume.tar.gz.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-plus.zip[icon:download[]
 TomEE Plus ZIP] |9.0.0|3 Jan 2023|83 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plus.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plus.zip.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-plus.tar.gz[icon:download[]
 TomEE Plus TAR.GZ] |9.0.0|3 Jan 2023|83 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plus.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plus.tar.gz.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-webprofile.zip[icon:download[]
 TomEE Webprofile ZIP] |9.0.0|3 Jan 2023|55 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-webprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-webprofile.zip.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/apache-tomee-9.0.0-webprofile.tar.gz[icon:download[]
 TomEE Webprofile TAR.GZ] |9.0.0|3 Jan 2023|55 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-webprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-webprofile.tar.gz.sha512[icon:download[]
 SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-9.0.0/tomee-project-9.0.0-source-release.zip[icon:download[]
 TomEE Project Source Release ZIP] |9.0.0|3 Jan 2023|17 MB 
|https://downloads.apache.org/tomee/tomee-9.0.0/tomee-project-9.0.0-source-release.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-9.0.0/tomee-project-9.0.0-source-release.zip.sha512[icon:download[]
 SHA512]
 |===
 
-IMPORTANT: Note: TomEE 9.0.0.RC1 is a release candidate, which targets the 
`jakarta` namespace. Applications using `javax` will not work on this release 
of TomEE 9. You may encounter issues - feedback on this release is encouraged
-and appreciated.
-
-
 == [[tomee-8.0]]Apache TomEE 8.0
 
 - Jakarta EE 8 / Java EE 8
diff --git a/src/main/jbake/templates/index.gsp 
b/src/main/jbake/templates/index.gsp
index 38cd8d1..58cf6cb 100755
--- a/src/main/jbake/templates/index.gsp
+++ b/src/main/jbake/templates/index.gsp
@@ -73,12 +73,12 @@
                                </div>
                 <div class="col-md-6 d-flex f-column-end accented-block 
accent-red f-space-between">
                     <div class="block-content">
-                        <h5 class="muted">Latest Release Candidate - Jakarta 
namespace</h5>
-                        <h4 class="muted">apache-tomee-9.0.0.RC1</h4>
+                        <h5 class="muted">Final Release - Jakarta 
namespace</h5>
+                        <h4 class="muted">apache-tomee-9.0.0</h4>
                         <p>
-                            Mostly Jakarta EE 9.1 Web Profile compliant and 
supports the new jakarta namespace.  Runs on Java 11 or higher.
+                            Jakarta EE 9.1 Web Profile & MicroProfile 5 
compliant and supports the new jakarta namespace. Runs on Java 11 or higher.
                             <br>
-                            <!-- <div class="compatible-badge">Jakarte EE 
Compatible</div> -->
+                            <div class="compatible-badge">Jakarta EE 
Compatible</div>
                         </p>
                     </div>
                     <a class="btn btn-accent btn-primary square"  
href="download.html#tomee-9.0"><i class="icon_plus"></i>Download</a>

Reply via email to