On Fri, 21 Jul 2023 at 14:55, Justin Bertram <jbert...@apache.org> 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 I checked things over as follows: - Verified the signature + checksum files. - Checked for LICENCE + NOTICE files in the archives. - Checked licence headers in the source archive by running: "mvn apache-rat:check" - Ran the Qpid JMS 2.4.0 HelloWorld against a broker from the binary archive. - Ran the source build and the AMQP integration tests on JDK 11 with: "mvn clean install -DskipTests && cd tests/integration-tests/ && mvn -Ptests -Dtest=org.apache.activemq.artemis.tests.integration.amqp.** test" Robbie