On 9/15/23 15:40, Clebert Suconic wrote:
I would like to propose an Apache ActiveMQ Artemis 2.31.0 release.
This is the 2nd Respin of the release (RC2)

This was a large release overall with many improvements, and I'm proud
of what we accomplished on this release. Thanks for all who
contributed to this release by both raising JIRAs or contributing
changes:

* Improvements on the Artemis CLI:

   * Introduced a new feature, Artemis shell, as part of 2.31.0. When
you run ./artemis shell, a new terminal screen will help you navigate
through the CLI commands.
   * The shell terminal will also be presented when you run ./artemis.
   * You can use bash auto-complete. Run ./artemis auto-complete to
generate a bash script that provides auto-complete information for
your bash shell.
   * Added a CLI cluster verification tool to help you monitor your
broker topologies. Type ./artemis check cluster to access this
functionality.
   *  You can now use ./artemis queue stat to verify the message counts
on the entire cluster topology when clustering is in use.

AMQP Federation:
   * Added AMQP Federation support to broker connections.

* MQTT Session State Persistence:

* Paging JDBC Persistence performance was improved significantly

* The documentation was converted to Ascii Doc.

* Many other bug fixes and improvements, as usual.


The full JIRA release notes can be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12353446

Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.31.0

Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.31.0/

The Maven repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1370

In case you want to give it a try with the maven repo on examples:
https://activemq.apache.org/components/artemis/documentation/hacking-guide/validating-releases.html

The release was tagged as 2.31.0 on git

I will update the website after the vote has passed.


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

Here's my +1 Binding vote


+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 all 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

Reply via email to