On 3/19/24 19:12, Justin Bertram wrote:
I would like to propose an Apache ActiveMQ Artemis 2.33.0 release.
Here are some noteworthy updates in 2.33.0:
- Support for JSON formatted typed properties on CLI producer command
- New CLI command pwd for showing directories related to the current
instance
- Maven Bill of Materials (BOM) artemis-bom to simplify integration
- "FirstMessage" API for scheduled messages
- New "view" and "edit" permissions for management operations configurable
via security-settings in broker.xml
- New sslAutoReload parameter for the embedded web server configured in
`bootstrap.xml` to detect and automatically reload when SSL stores change
on disk
- Performance improvements on mirroring and paging
- Logging metrics to mitigate the risk of missing WARN or ERROR messages
in the log.
- Much improved documentation on network isolation (aka split brain)
- Pluggable lock manager (aka pluggable quorum voting) out of
"experimental" status and ready for general use
The release notes can be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12354184
Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.33.0
Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.33.0/
The Maven staging repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1391/
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.33.0
[ ] +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 the qpid-proton-dotnet client examples against the running
broker
* Ran some 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