From 5c445b5bc4d1a7ce79c64b6adf6aad2009106a8f Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Mon, 4 May 2026 22:13:58 -0500 Subject: [PATCH 1/5] ARTEMIS-5200 add release note --- docs/user-manual/versions.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/versions.adoc b/docs/user-manual/versions.adoc index d1632d794db..a3bd202ff0f 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -21,7 +21,8 @@ https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&versio === Highlights -* xxx +* OpenID Connect is now supported via the xref:security.adoc#oidcloginmodule[`OIDCLoginModule`]. +A full demonstration is available in the https://github.com/apache/artemis-examples/tree/main/examples/features/standard/security-oidc[examples repo]. === Upgrading from 2.53.0 From b167f0a07a3bba18b03cad4ee44da765a59dfa6e Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Mon, 4 May 2026 22:18:00 -0500 Subject: [PATCH 2/5] ARTEMIS-5599 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 a3bd202ff0f..f5450455624 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -23,6 +23,9 @@ https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&versio * OpenID Connect is now supported via the xref:security.adoc#oidcloginmodule[`OIDCLoginModule`]. A full demonstration is available in the https://github.com/apache/artemis-examples/tree/main/examples/features/standard/security-oidc[examples repo]. +* The xref:configuring-transports.adoc#configuring-netty-ssl[`keyPassword`] property is now supported for SSL connections. +It is used to access the private key within a keystore. +It is only supported for JKS & JCEKS stores. === Upgrading from 2.53.0 From 3f464fcc8c9038b977ff80d41b00e3f84d87d30b Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Mon, 4 May 2026 22:22:46 -0500 Subject: [PATCH 3/5] ARTEMIS-6030 add release note --- docs/user-manual/versions.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-manual/versions.adoc b/docs/user-manual/versions.adoc index f5450455624..ae009d83716 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -26,6 +26,7 @@ A full demonstration is available in the https://github.com/apache/artemis-examp * The xref:configuring-transports.adoc#configuring-netty-ssl[`keyPassword`] property is now supported for SSL connections. It is used to access the private key within a keystore. It is only supported for JKS & JCEKS stores. +* The xref:using-cli.adoc[CLI] now supports listing xref:lock-coordination.adoc[locks] and their status via the `lock list` command. === Upgrading from 2.53.0 From e9528e931984583ec14d57f10d984e80dbeef350 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 5 May 2026 08:36:59 -0500 Subject: [PATCH 4/5] 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 ae009d83716..fb54ea0be22 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 From 4bea7bf159d4ea81c735044cda9992afc05d3f66 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 5 May 2026 08:58:58 -0500 Subject: [PATCH 5/5] ARTEMIS-6045 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 fb54ea0be22..9543c332839 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -27,6 +27,9 @@ A full demonstration is available in the https://github.com/apache/artemis-examp It is used to access the private key within a keystore. It is only supported for JKS & JCEKS stores. * The xref:using-cli.adoc[CLI] now supports listing xref:lock-coordination.adoc[locks] and their status via the `lock list` command. +* The xref:management-console.adoc[web console] was upgraded to 1.8.0. +This release mainly contains bug fixes and dependency updates. +See the https://issues.apache.org/jira/projects/ARTEMIS/versions/12356761[release notes] for more details. === Upgrading from 2.53.0