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 d0f7354b468a54ab4a35b9b8e817789dee738705 Author: Justin Bertram <[email protected]> AuthorDate: Mon May 4 22:18:00 2026 -0500 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 a3bd202ff0..f545045562 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
