This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit 35990cf87236404711732c94df3d9e2d3f1541c7 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Dec 2 17:41:41 2025 +0000 fix various issues with download page --- src/_data/current_releases.yml | 2 +- src/components/classic/download/index.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_data/current_releases.yml b/src/_data/current_releases.yml index cc5334b94..d70ed4dc5 100644 --- a/src/_data/current_releases.yml +++ b/src/_data/current_releases.yml @@ -4,7 +4,7 @@ artemis: artemis_console: - "1.4." classic: - - "6.1." + - "6.2." - "5.19." nms_amqp: - "2.4." diff --git a/src/components/classic/download/index.md b/src/components/classic/download/index.md index 026f8e849..b883b1105 100644 --- a/src/components/classic/download/index.md +++ b/src/components/classic/download/index.md @@ -25,10 +25,10 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of <tr style="background-color: #dff0d8;"> <td>6.2.x</td> <td><strong>Stable - Supported</strong></td> - <td>6.2.0-</td> + <td>6.2.0</td> <td>Nov 13rd, 2025</td> </tr> - <tr style="background-color: #dff0d8;"> + <tr style="background-color: #f0f0f0;"> <td>6.1.x</td> <td><em>Deprecated</em></td> <td>6.1.8</td> @@ -46,9 +46,9 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of <td>5.19.1</td> <td>Oct 11th, 2025</td> </tr> - <tr style="background-color: #dff0d8;"> + <tr style="background-color: #f0f0f0;"> <td>5.18.x</td> - <td><strong>Stable - Supported</strong></td> + <td><em>Deprecated</em></td> <td>5.18.7</td> <td>Mar 19nd, 2025</td> </tr> @@ -123,7 +123,7 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of | 6.1.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | [17,23) | 6.1.21 | Log4j 2.25.2/Slf4j 2.0.17 | Jetty 11.0.26 | _Deprecated_ | 6.1.8 | | | | 6.0.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | [17,23) | 6.0.17 | Log4j 2.22.0/Slf4j 2.0.9 | Jetty 11.0.18 | _Deprecated_ | 6.0.1 | | | | 5.19.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | [11,23) | 5.3.39 | Log4j 2.24.3/Slf4j 2.0.16 | Jetty 9.4.58.v20250814 | **Stable - Supported** | 5.19.1 | 5.19.2 | Jan 26 | -| 5.18.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | [11,23) | 5.3.39 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 9.4.57.v20241219 | **Stable - Supported** | 5.18.7 | | | +| 5.18.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | [11,23) | 5.3.39 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 9.4.57.v20241219 | _Deprecated_ | 5.18.7 | | | | 5.17.x | Javax JMS 1.1 | Javax JMS 1.1 | [11,23) | 5.3.33 | Log4j 2.23.1/Slf4j 1.7.36 | Jetty 9.4.54.v20240208 | _Deprecated_ | 5.17.7 | | | | 5.16.x | Javax JMS 1.1 | Javax JMS 1.1 | 1.8 | 4.3.30.RELEASE | Reload4j 1.2.24/Slf4j 1.7.36 | Jetty 9.4.53.v20231009 | _Deprecated_ | 5.16.8 | | | | 5.15.x | Javax JMS 1.1 | Javax JMS 1.1 | 1.8 | 4.3.30.RELEASE | Log4j 1.2.17/Slf4j 1.7.32 | Jetty 9.4.39.v20210325 | _Deprecated_ | 5.15.16 | | | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
