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 e33e76541a4406f0772ae47e171417608616402b Author: Justin Bertram <[email protected]> AuthorDate: Tue Mar 3 11:58:14 2026 -0600 ARTEMIS-5928 update release notes --- docs/user-manual/versions.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/user-manual/versions.adoc b/docs/user-manual/versions.adoc index d72f7aca42..3e22a19194 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -17,6 +17,16 @@ NOTE: Follow the general upgrade procedure outlined in the xref:upgrading.adoc#u https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12356678[Full release notes] +=== Highlights + +* Fix for https://issues.apache.org/jira/browse/ARTEMIS-5928[ARTEMIS-5928]. + +=== Upgrading from 2.51.0 + +* Due to https://issues.apache.org/jira/browse/ARTEMIS-X[ARTEMIS-5928], any broker receiving Core downstream federation requests from another broker (e.g. for xref:federation-address.adoc#configuring-downstream-federation[addresses] or xref:federation-queue.adoc#configuring-downstream-federation[queues]) will reject those requests until the appropriate authorization is configured. +Authorization is configured in `broker.xml` via the `federations` element using the `downstream-authorization` attribute. +See the xref:federation-address.adoc#configuring-downstream-federation[downstream address federation] or xref:federation-queue.adoc#configuring-downstream-federation[downstream queue federation] documentation for more details. + == 2.51.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12356605[Full release notes] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
