This is an automated email from the ASF dual-hosted git repository. jbertram pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/artemis.git
commit 621651636378cf6e481b5e89de109473c2bf1f59 Author: Justin Bertram <[email protected]> AuthorDate: Tue May 5 08:36:59 2026 -0500 ARTEMIS-5949 add release note --- docs/user-manual/versions.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-manual/versions.adoc b/docs/user-manual/versions.adoc index ae009d8371..fb54ea0be2 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -38,6 +38,9 @@ To restore functionality, use a non-default value for `cluster-user` and `cluste + This change similarly impacts any Core bridge connecting to a secured broker using the default `user` and `password` because those defaults are based on the default `cluster-user` and `cluster-password` respectively. To restore functionality, we recommend specifying `user` and `password` values on the `bridge` that correspond to a valid user account on the target broker. The corresponding role on the target broker should have the xref:security.adoc#role-based-security-for-addresses[`send` permission] for the bridge's `forwarding-address`. +* Due to https://issues.apache.org/jira/browse/ARTEMIS-5949[ARTEMIS-5949], the `security-settings` in the default `broker.xml` have changed so that permissions are explicitly set on the management address. +There is no semantic change. +This is simply to clarify permissions so that security is easier to understand. == Version 2.53.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
