On 7/14/25 15:48, Justin Bertram wrote:
I would like to propose an Apache ActiveMQ Artemis 2.42.0 release.

Highlights include:

  - Apply security-setting configuration according to uuid-namespace.
  - Control the maximum number of in-flight MQTT messages for both 3.x and
5.0 clients via defaultMaximumInFlightPublishMessages.
  - MQTT performance improvements for:
     - persisting subscriptions
     - matching subscription identifiers to topic filters for 5.0 clients
  - Upgrade to ActiveMQ Artemis Console 1.2.1 with lots of usability
improvements
  - And for developers…almost 2,500 lines of code were eliminated by
consistently using the convenience methods from Java’s java.util.Objects
class across the code-base (e.g. hash, toString, equals, requireNonNull,
etc.).

* Full release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12355900

* Commit report:
https://activemq.apache.org/components/artemis/download/commit-report-2.42.0

* Source and binary distributions:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.42.0/

* Maven staging repository:
https://repository.apache.org/content/repositories/orgapacheactivemq-1434

* How to validate the release:
https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases

It is tagged in the source repo as 2.42.0.

This vote will stay open until at least July 17.

[ ] +1 approve this release
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)

Here's my +1


Justin

+1

* Validated signatures and checksums
* Verified license and notice files in archives
* Checked source for license headers with 'mvn apache-rat:check'
* Ran the broker from the binary archive and exercised the web console
* Ran some of the qpid-proton-dotnet client examples against the running broker
* Ran some of the qpid-protonj2 client examples against the running broker
* Ran all the AMQP tests using: mvn clean install -DskipTests && cd tests/integration-tests/ && mvn test -Ptests -Dtest=org.apache.activemq.artemis.tests.integration.amqp.**

--
Tim Bish


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@activemq.apache.org
For additional commands, e-mail: dev-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to