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 2edf9c5fb Announce Apache ActiveMQ 5.18.2 and 5.17.5 releases
2edf9c5fb is described below

commit 2edf9c5fb2ff3d1750613c0910457540cf29d95f
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jul 3 06:32:04 2023 +0200

    Announce Apache ActiveMQ 5.18.2 and 5.17.5 releases
---
 src/_5x_releases/activemq-5017005-release.md | 18 ++++++++++++++++++
 src/_5x_releases/activemq-5018002-release.md | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/src/_5x_releases/activemq-5017005-release.md 
b/src/_5x_releases/activemq-5017005-release.md
new file mode 100644
index 000000000..9bbc40002
--- /dev/null
+++ b/src/_5x_releases/activemq-5017005-release.md
@@ -0,0 +1,18 @@
+---
+version: 5.17.5
+release_notes: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12352888
+release_date: 2023-07-02
+title: ActiveMQ 5.17.5 Release
+java_version: 11+
+shortDescription: Maintenance release on 5.17.x series
+---
+Apache ActiveMQ {{ page.version }} was released on {{ page.release_date | 
date_to_string: "ordinal", "US" }}. 
+
+It's a maintenance release on the ActiveMQ 5.17.x series, bringing:
+- fix on stale queues when a connection is long to shutdown
+- fix on KahaDB where the db files may be larger than the maxLength 
configuration
+- fix on composite consumers on a Network of Brokers
+- fix memory leak on STOMP transport when client unsubscribe
+- a bunch of dependency updates
+
+You can find details on the [release notes]({{ page.release_notes }}).
diff --git a/src/_5x_releases/activemq-5018002-release.md 
b/src/_5x_releases/activemq-5018002-release.md
new file mode 100644
index 000000000..ddd77f805
--- /dev/null
+++ b/src/_5x_releases/activemq-5018002-release.md
@@ -0,0 +1,18 @@
+---
+version: 5.18.2
+release_notes: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12353099
+release_date: 2023-07-02
+title: ActiveMQ 5.18.2 Release
+java_version: 11+
+shortDescription: 5.18.2 is a maintenance release on the ActiveMQ 5.18.x 
series. It fixes an issue on the activemq-client-jakarta artifact.
+---
+Apache ActiveMQ {{ page.version }} was released on {{ page.release_date | 
date_to_string: "ordinal", "US" }}. 
+
+It's a maintenance release on the ActiveMQ 5.18.x series, bringing:
+- fix potential NPE when removing consumer with selector
+- fix composite consumers in a Network of Brokers
+- fix memory leak on the STOMP transport when client unsubscribe
+- a bunch of dependency updates
+
+You can find details on the [release notes]({{ page.release_notes }}).
+

Reply via email to