+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "<parent>(.|\n)*<version>2.30.0<\/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.816 sec - QueueCheck On Fri, 21 Jul 2023 at 15: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 >