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

cshannon 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 fd0b527fd Update release notes
fd0b527fd is described below

commit fd0b527fdd2978795044def956a71f9292870fc8
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Wed Jul 1 08:48:34 2026 -0400

    Update release notes
---
 src/_classic_releases/classic-05-19-08.md | 3 ++-
 src/_classic_releases/classic-06-02-07.md | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/_classic_releases/classic-05-19-08.md 
b/src/_classic_releases/classic-05-19-08.md
index 312b28100..6387a9472 100644
--- a/src/_classic_releases/classic-05-19-08.md
+++ b/src/_classic_releases/classic-05-19-08.md
@@ -20,10 +20,11 @@ This is a maintenance release on the 5.19.x series, 
including:
 #### Notable updates regarding security and breaking changes:
 
 - This release introduces 
[maxInflatedDataSize](../documentation/xbean-xml-reference-50) and 
[maxInflatedDataSizeRatio](../documentation/connection-configuration-uri) as 
possible breaking changes to be aware of.
-  maxInflatedDataSize is the maximum allowed size of an uncompressed message 
body. The default on the broker is 100 MB which is in line with the default 
maxFrameSize of defined in the XML config of 10 MB on a transport.
+  maxInflatedDataSize is the maximum allowed size of an uncompressed message 
body. The default on the broker is 100 MB. Note that the default maxFrameSize 
defined in the XML config is also 100 MB, this will be lowered in a future 
release to 10 MB to be more inline with maxInflatedDataSizeRatio on the client.
   For the client, maxInflatedDataSize is computed as a ratio using 
maxInflatedDataSizeRatio
 - By default, 
[allowTempDestinationStealing](../documentation/per-destination-policies) has 
now been disabled. In previous releases, connections could add consumers on any 
temporary destination. Now only the connection that created the temporary 
destination can consume. This may cause problems with failover or network 
bridging if using temporary destinations in those scenarios. You can re-nable 
the preivous behavior by setting `allowTempDestinationStealing` to true, but 
this would only b [...]
 - The WebConsole is now restricted only to admin users by default. The 
WebConsole uses admin credentials to perform some functions, including when 
browsing destinations. Therefore, it is recommended to not grant access to 
non-admin users as the WebConsole is specifically meant for admins.
+- ActiveMQConnection tracks temp destinations and the map that was used was 
replaced with a set in [#2113](https://github.com/apache/activemq/pull/2113), 
and scope reduced to package level. This was never intended to be public API so 
it should not be a breaking change, but could be an issue if a user was trying 
to access the previous map.
 
 #### Other notable changes from the recent 5.19.7 and 5.19.8 release:
 
diff --git a/src/_classic_releases/classic-06-02-07.md 
b/src/_classic_releases/classic-06-02-07.md
index e2b1ccec4..41ce88ac7 100644
--- a/src/_classic_releases/classic-06-02-07.md
+++ b/src/_classic_releases/classic-06-02-07.md
@@ -20,10 +20,11 @@ It especially includes:
 #### Notable updates regarding security and breaking changes:
 
 - This release introduces 
[maxInflatedDataSize](../documentation/xbean-xml-reference-50) and 
[maxInflatedDataSizeRatio](../documentation/connection-configuration-uri) as 
possible breaking changes to be aware of.
-maxInflatedDataSize is the maximum allowed size of an uncompressed message 
body. The default on the broker is 100 MB which is in line with the default 
maxFrameSize of defined in the XML config of 10 MB on a transport.
+maxInflatedDataSize is the maximum allowed size of an uncompressed message 
body. The default on the broker is 100 MB. Note that the default maxFrameSize 
defined in the XML config is also 100 MB, this will be lowered in a future 
release to 10 MB to be more inline with maxInflatedDataSizeRatio on the client.
 For the client, maxInflatedDataSize is computed as a ratio using 
maxInflatedDataSizeRatio
 - By default, 
[allowTempDestinationStealing](../documentation/per-destination-policies) has 
now been disabled. In previous releases, connections could add consumers on any 
temporary destination. Now only the connection that created the temporary 
destination can consume. This may cause problems with failover or network 
bridging if using temporary destinations in those scenarios. You can re-nable 
the preivous behavior by setting `allowTempDestinationStealing` to true, but 
this would only b [...]
 - The WebConsole is now restricted only to admin users by default. The 
WebConsole uses admin credentials to perform some functions, including when 
browsing destinations. Therefore, it is recommended to not grant access to 
non-admin users as the WebConsole is specifically meant for admins.
+- ActiveMQConnection tracks temp destinations and the map that was used was 
replaced with a set in [#2113](https://github.com/apache/activemq/pull/2113), 
and scope reduced to package level. This was never intended to be public API so 
it should not be a breaking change, but could be an issue if a user was trying 
to access the previous map.
 
 #### Other notable changes from the recent 6.2.5 and 6.2.6 release:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to