On 1/24/24 16:29, Clebert Suconic wrote:
I would like to propose an Apache ActiveMQ Artemis 2.32.0 release.
I would like to highlight the following for this release:
* Mirrored Core Messages can now be sent in their native format
without conversions
* Mirror has been extensively tested and improved in stability
* ActiveMQ Artemis has now adopted more inclusive language definitions.
* The examples are now part of its own repository:
https://github.com/apache/activemq-artemis-examples/
And bug fixes and other improvements as usually. for the full JIRA
report refer to:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12353769
Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.32.0
Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.32.0
The Maven staging repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1384
If you would like to validate the release:
https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases
It is tagged in the git repo as 2.32.0
[ ] +1 approve this release
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)
+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