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
The following commit(s) were added to refs/heads/main by this push:
new 3e8fee1b04 NO-JIRA update release notes
3e8fee1b04 is described below
commit 3e8fee1b043de8b9a54bdc4e32cd58972e50d146
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Jan 8 21:15:07 2026 -0600
NO-JIRA update release notes
---
docs/user-manual/configuring-transports.adoc | 2 +-
docs/user-manual/versions.adoc | 25 +++++++++++++++++++++++--
2 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/docs/user-manual/configuring-transports.adoc
b/docs/user-manual/configuring-transports.adoc
index 9b949d3623..4545d85b83 100644
--- a/docs/user-manual/configuring-transports.adoc
+++ b/docs/user-manual/configuring-transports.adoc
@@ -450,7 +450,7 @@ crcOptions::
This is valid on either an `acceptor` or `connector`.
It specifies a comma-separated list of PKIXRevocationChecker options to
configure certificate revocation checking behavior when using PKIX trust
manager.
Available options include: `ONLY_END_ENTITY`, `PREFER_CRLS`, `NO_FALLBACK`,
`SOFT_FAIL`.
-For further details about these options, see
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/cert/PKIXRevocationChecker.Option.html[PKIXRevocationChecker.Option
JavaDoc].
+For further details about these options, see
https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/security/cert/PKIXRevocationChecker.Option.html[PKIXRevocationChecker.Option
JavaDoc].
Default is `null`.
ocspResponderURL::
diff --git a/docs/user-manual/versions.adoc b/docs/user-manual/versions.adoc
index 7ee6b365e0..b94c3efb02 100644
--- a/docs/user-manual/versions.adoc
+++ b/docs/user-manual/versions.adoc
@@ -19,11 +19,31 @@
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&versio
=== Highlights
-* First release as Apache Artemis!
+* This is our first release as *Apache Artemis*!
+* Compression for HTTP is now possible.
+This will benefit any use-case involving large payloads for HTTP-based
management responses.
+For example, if you're using the web console and you have a large number of
addresses and/or queues, if you're browsing a large number of messages, etc.
+This will also benefit any use-case where a large number of metrics are
reported via HTTP (e.g. using the Prometheus metrics plugin).
+Configuration details are xref:web-server.adoc#configuration[here].
+* Broker properties can now be used to configure JAAS.
+This was previously only possible via `login.config`.
+See more details xref:configuration-index.adoc#jaas[here].
+* Improvements to the management API:
+** Support for adding security-settings via JSON.
+** The `AddressControl` now reports whether an address is blocked via
management using the `BlockedViaManagement` attribute.
+Previously it was unclear if message production to the address had been
blocked via the `block` management operation.
+** The `QueueControl` now has ability to "retry" messages in a DLQ using a
xref:filter-expressions.adoc#filter-expressions[filter].
+* The `consumer` CLI command now supports `subscriptionName` for JMS durable
subscriber use-cases.
+Run `./artemis help consumer` from your broker instance's `bin` directory for
more details.
+* There are two new TLS transport options - `crcOptions` & `ocspResponderURL`.
+These will help with certificate management.
+See details xref:configuring-transports.adoc#configuring-netty-ssl[here].
+* The new xref:paging.adoc#monitoring-disk[`disk-full-policy`]
`address-setting` allows new behaviors when the broker's disk fills up instead
of always blocking.
=== Upgrading from 2.44.0
-* The components Maven groupId has changed to "org.apache.artemis" to reflect
the new Apache Artemis project. You should update your dependency declarations.
+* The components Maven groupId has changed to `org.apache.artemis` to reflect
the new Apache Artemis project.
+You should update your dependency declarations.
https://artemis.apache.org/artemis-tlp-groupid-migration[Click here] for more
details.
* Due to https://issues.apache.org/jira/browse/ARTEMIS-5770[ARTEMIS-5770] the
formatting of the "Local Address" field has changed.
This field is available on the "Connections," "Sessions," "Consumers," and
"Producers" tabs.
@@ -38,6 +58,7 @@ This may impact users filtering results based on this field.
The functionality previously provided via these parameters was non-functional
and ultimately unnecessary.
Idle connection management should be done through
xref:connection-ttl.adoc#detecting-dead-connections[existing parameters].
+* Due to https://issues.apache.org/jira/browse/ARTEMIS-5092[ARTEMIS-5092] all
the existing `addSecuritySettings` management methods have been deprecated in
favor of the new JSON-based implementation.
== 2.44.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]