+1 I checked things over as follows: - Verified the signature + checksum files. - Checked for LICENCE and NOTICE files in the archives. - Checked licence headers in the source archive by running: "mvn apache-rat:check" - Ran the Qpid JMS 2.0.0 HelloWorld against the broker from the binary archive on JDK 17. - Ran the source build and the AMQP integration tests on JDK 17 with: "mvn clean install -DskipTests && cd tests/integration-tests/ && mvn -Ptests -Dtest=org.apache.activemq.artemis.tests.integration.amqp.** test"
Robbie On Tue, 26 Jul 2022 at 19:31, Clebert Suconic <clebert.suco...@gmail.com> wrote: > > I would like to propose an Apache ActiveMQ Artemis 2.24.0 release > > There are two features added as part of this release: > > - Paging does not use soft cache any longer. As a matter of fact we > don't have any caching now.. we just read from files straight to > Queues > - Mirror now supports encryption of password > > and several fixes, mainly in AMQP Mirroring > > Thanks for all the contributions on this release! > > > > The release notes is here: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351822&projectId=12315920 > > > The git commit report is here: > https://activemq.apache.org/components/artemis/download/commit-report-2.24.0 > > > > Source and binary distributions can be found here: > https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.24.0 > > > The Maven repository is here: > https://repository.apache.org/content/repositories/orgapacheactivemq-1259 > > > 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/releases/tag/2.24.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 Binding > > > > > > -- > Clebert Suconic