This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new 80d3c5fdd Add Apache ActiveMQ Classic 5.19.0 release
80d3c5fdd is described below
commit 80d3c5fdd7f3b7a8cd3eb9ed901fc8b150c2118f
Author: JB Onofré <[email protected]>
AuthorDate: Tue Mar 11 11:32:48 2025 +0100
Add Apache ActiveMQ Classic 5.19.0 release
---
src/_classic_releases/classic-05-19-00.md | 29 +++++++++++++++++++++++++++++
src/components/classic/download/index.md | 19 ++++++++++---------
2 files changed, 39 insertions(+), 9 deletions(-)
diff --git a/src/_classic_releases/classic-05-19-00.md
b/src/_classic_releases/classic-05-19-00.md
new file mode 100644
index 000000000..8b90e4152
--- /dev/null
+++ b/src/_classic_releases/classic-05-19-00.md
@@ -0,0 +1,29 @@
+---
+version: 5.19.0
+release_notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355096
+release_date: 2025-03-11
+title: ActiveMQ Classic 5.19.0 Release
+java_version: 11+
+shortDescription: First release on the 5.19.x series.
+redirect_from:
+- /../../../activemq-5019000-release
+---
+Apache ActiveMQ Classic {{ page.version }} was released on {{
page.release_date | date_to_string: "ordinal", "US" }}.
+
+This is the first release on the 5.19.x series. It's based on 5.18.x with
additional features.
+
+This release includes:
+- fix potential OutOfMemory error on client during OpenWire unmarshalling
+- improvement on double slashes in Unix scripts
+- fix ClassCastException in SelectorAwareVirtualTopicInterceptor if
+there is another interceptor
+- fix on WebConsole, checking if a queue exists before being able to browse it
+- fix durable subscriber receives acknowledge messages if they are
+farther than the maxBatchSize
+- update ConnectionView to include WireFormatInfo
+- add the ability to disable connector startup on boot
+- add advancedMessageStatistics to destinations
+- several dependency updates
+
+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 ddb19ae0b..dd700f62b 100644
--- a/src/components/classic/download/index.md
+++ b/src/components/classic/download/index.md
@@ -40,6 +40,12 @@ It is important to [verify the
integrity](#verify-the-integrity-of-downloads) of
<td>6.0.1</td>
<td>Dec 3rd, 2023</td>
</tr>
+ <tr style="background-color: #dff0d8;">
+ <td>5.19.x</td>
+ <td><strong>Stable - Supported</strong></td>
+ <td>5.19.0</td>
+ <td>Mar 11th, 2025</td>
+ </tr>
<tr style="background-color: #dff0d8;">
<td>5.18.x</td>
<td><strong>Stable - Supported</strong></td>
@@ -88,12 +94,6 @@ It is important to [verify the
integrity](#verify-the-integrity-of-downloads) of
<td>5.11.4</td>
<td>Feb 3rd, 2016</td>
</tr>
- <tr style="background-color: #f0f0f0;">
- <td>5.10.x</td>
- <td><em>Deprecated</em></td>
- <td>5.10.2</td>
- <td>Feb 13th, 2016</td>
- </tr>
</tbody>
</table>
@@ -119,10 +119,11 @@ It is important to [verify the
integrity](#verify-the-integrity-of-downloads) of
| Series | Broker JMS API Support | Client JMS API Client | Java
Version | Spring Version | Logging Support | Web Support
| Status | Last | Next | ETA |
|--------|-----------------------------|-----------------------------|--------------|----------------|------------------------------|------------------------|--------------|---------|--------|---------|
-| 6.2.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | 17+
| 6.2.0 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 11.0.24 |
In dev | | | Dec 24 |
-| 6.1.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | 17+
| 6.1.16 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 11.0.24 |
**Stable - Supported** | 6.1.6 | 6.1.7 | Jun 25 |
+| 6.2.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | 17+
| 6.2.3 | Log4j 2.24.3/Slf4j 2.0.16 | Jetty 11.0.24 |
In dev | | | Dec 24 |
+| 6.1.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | 17+
| 6.1.16 | Log4j 2.24.3/Slf4j 2.0.16 | Jetty 11.0.24 |
**Stable - Supported** | 6.1.6 | 6.1.7 | Jun 25 |
| 6.0.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | 17+
| 6.0.17 | Log4j 2.22.0/Slf4j 2.0.9 | Jetty 11.0.18 |
_Not Active_ | 6.0.1 | | |
-| 5.18.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | 11+
| 5.3.39 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 9.4.56.v20240826 |
**Stable - Supported** | 5.18.6 | 5.18.7 | Dec 24 |
+| 5.19.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | 11+
| 5.3.39 | Log4j 2.24.3/Slf4j 2.0.16 | Jetty 9.4.57.v20241219 |
**Stable - Supported** | 5.19.0 | 5.19.1 | Jun 25 |
+| 5.18.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | 11+
| 5.3.39 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 9.4.56.v20240826 |
_Not Active_ | 5.18.6 | 5.18.7 | Dec 24 |
| 5.17.x | Javax JMS 1.1 | Javax JMS 1.1 | 11+
| 5.3.30 | Log4j 2.20.0/Slf4j 1.7.36 | Jetty 9.4.53.v20231009 |
_Deprecated_ | 5.17.6 | | |
| 5.16.x | Javax JMS 1.1 | Javax JMS 1.1 | 1.8
| 4.3.30.RELEASE | Reload4j 1.2.24/Slf4j 1.7.26 | Jetty 9.4.50.v20221201 |
_Deprecated_ | 5.16.7 | | |
| 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