+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "<parent>(.|\n)*<version>2.31.2<\/version>(.|\n)*<\/parent>" ./` * Ran binary broker instance on Fedora 36 using OpenJDK 17 * Checked the web console using `Google Chrome` * Checked producing, browsing and consuming messages from a queue using `artemis check queue --name TEST --produce 1000 --browse 1000 --consume 1000`
Connection brokerURL = tcp://localhost:61616 Running QueueCheck Checking that a producer can send 1000 messages to the queue TEST ... success Checking that a consumer can browse 1000 messages from the queue TEST ... success Checking that a consumer can consume 1000 messages from the queue TEST ... success Checks run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.838 sec - QueueCheck On Fri, 27 Oct 2023 at 13:16, Robbie Gemmell <robbie.gemm...@gmail.com> wrote: > Hi folks, > > I would like to propose an Apache ActiveMQ Artemis 2.31.2 release. > > This addresses a defect introduced in the recent 2.31.1 release. > > The release notes can be found here: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12353776 > > Source and binary distributions can be found here: > https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.31.2/ > > The Maven staging repository is here: > https://repository.apache.org/content/repositories/orgapacheactivemq-1379 > > 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.31.2. > > Robbie >