This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch 627-5198-releases in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit 3b1e0e0943f3d86f00e2b873897ecc61a8eacd23 Author: JB Onofré <[email protected]> AuthorDate: Mon Jun 29 17:20:10 2026 +0200 Publish Apache ActiveMQ 6.2.7 and 5.19.8 releases --- src/_classic_releases/classic-05-19-08.md | 22 ++++++++++++++++++++++ src/_classic_releases/classic-06-02-07.md | 23 +++++++++++++++++++++++ src/components/classic/download/index.md | 8 ++++---- 3 files changed, 49 insertions(+), 4 deletions(-) diff --git a/src/_classic_releases/classic-05-19-08.md b/src/_classic_releases/classic-05-19-08.md new file mode 100644 index 000000000..f7241dede --- /dev/null +++ b/src/_classic_releases/classic-05-19-08.md @@ -0,0 +1,22 @@ +--- +version: 5.19.8 +release_notes: https://github.com/apache/activemq/releases/tag/activemq-5.19.8 +release_date: 2026-06-29 +title: ActiveMQ 5.19.8 Release +java_version: 11+ +shortDescription: Maintenance release on the 5.19.x series. +redirect_from: +- /../../../activemq-5019008-release +--- +Apache Classic {{ page.version }} was released on {{ page.release_date | date_to_string: "ordinal", "US" }}. + +This is a maintenance release on the 5.19.x series, including: +- Update Stomp transports with improved validation +- Send advisory messages using the broker connection context +- Several security enforcement and validation fixes (https in BrokerView, webconsole, ...) +- Preserve ${...} placeholders when removing/modifying networkConnectors in RuntimeConfigurationPlugin + +TODO add notes about security enforcements and changes + +You can find details on the [release notes]({{ page.release_notes }}). + diff --git a/src/_classic_releases/classic-06-02-07.md b/src/_classic_releases/classic-06-02-07.md new file mode 100644 index 000000000..7fb529c57 --- /dev/null +++ b/src/_classic_releases/classic-06-02-07.md @@ -0,0 +1,23 @@ +--- +version: 6.2.7 +release_notes: https://github.com/apache/activemq/releases/tag/activemq-6.2.7 +release_date: 2026-06-29 +title: ActiveMQ 6.2.7 Release +java_version: 17+ +shortDescription: ActiveMQ 6.2.7 is a new milestone for the project, starting the 6.2.x series. +redirect_from: +- /../../../activemq-6000207-release +--- +Apache ActiveMQ {{ page.version }} was released on {{ page.release_date | date_to_string: "ordinal", "US" }}. + +This is an important maintenance release on the 6.2.x series. +It especially includes: +- Update Stomp transports with improved validation +- Send advisory messages using the broker connection context +- Several security enforcement and validation fixes (https in BrokerView, webconsole, ...) +- Preserve ${...} placeholders when removing/modifying networkConnectors in RuntimeConfigurationPlugin + +TODO: add notes about security enforcements and changes + +You can find details on the [release notes]({{ page.release_notes }}). + diff --git a/src/components/classic/download/index.md b/src/components/classic/download/index.md index bab94e03b..7f03a4f3f 100644 --- a/src/components/classic/download/index.md +++ b/src/components/classic/download/index.md @@ -25,8 +25,8 @@ 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.6</td> - <td>May 31st, 2026</td> + <td>6.2.7</td> + <td>June 29th, 2026</td> </tr> <tr style="background-color: #f0f0f0;"> <td>6.1.x</td> @@ -43,8 +43,8 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of <tr style="background-color: #dff0d8;"> <td>5.19.x</td> <td><strong>Stable - Supported</strong></td> - <td>5.19.7</td> - <td>May 31st, 2026</td> + <td>5.19.8</td> + <td>June 29th, 2026</td> </tr> <tr style="background-color: #f0f0f0;"> <td>5.18.x</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
