On Tue, 31 Jan 2023 at 15:19, Clebert Suconic <[email protected]> wrote: > > I would like to propose an Apache ActiveMQ Artemis 2.28.0 release. > > I would like to highlight the following changes in this release: > > - Page counting improved. We no longer store counters in the journal > simply relying on paging itself for that > - We implemented a way to sync mirror from AMQP Broker Connections > > For a complete release notes: > https://activemq.apache.org/components/artemis/download/release-notes-2.28.0 > > The git commit > report:https://activemq.apache.org/components/artemis/download/commit-report-2.28.0 > > > Source and binary staged distributions: > https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.28.0 > > The maven repository: > https://repository.apache.org/content/repositories/orgapacheactivemq-1268 > > 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 current release candidate is tagged on the git repository as 2.28.0 > > I will update the website after the vote has passed > > [ ] +1 approve this release > [ ] -1 disapprove (and why) > [ ] +0 no opinion (I would appreciate a reason why if this is your > choice as well)
+1 I checked things out as follows: - Verified the signature and 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.2.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
