On 7/21/23 09:54, Justin Bertram wrote:
I would like to propose an Apache ActiveMQ Artemis 2.30.0 release.
This is mainly a bug-fix release with a few small improvements and a
handful of dependency upgrades.
The release notes can be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12353357
Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.30.0.html
Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.30.0/
The Maven repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1367
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 source tag:
https://github.com/apache/activemq-artemis/tree/2.30.0
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
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 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