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/activemq-artemis.git
commit 3abd578977dad0d49f355711e0fac7606cd0d2a4 Author: Justin Bertram <[email protected]> AuthorDate: Fri Jul 11 11:51:45 2025 -0500 NO-JIRA update release notes for 2.42.0 --- 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 bf4aeb6b9f..5a26d0a9d7 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -25,6 +25,7 @@ https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&versio ** persisting subscriptions ** matching subscription identifiers to topic filters for 5.0 clients * Upgrade to https://activemq.apache.org/components/artemis-console/download/release-notes-1.2.1[ActiveMQ Artemis Console 1.2.1] with lots of usability improvements +* Support for XOAUTH SASL mechanism for xref:amqp-broker-connections.adoc[AMQP broker connections] * And for developers...almost 2,500 lines of code were elminated by consistently using the convenience methods from Java's `java.util.Objects` class across the code-base (e.g. https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Objects.html#hash(java.lang.Object...)[`hash`], https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Objects.html#toString(java.lang.Object)[`toString`], https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Ob [...] === Upgrading from 2.41.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
