+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "<parent>(.|\n)*<version>2.38.0<\/version>(.|\n)*<\/parent>" ./` * Ran binary broker instance on Fedora 38 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.908 sec - QueueCheck Domenico On Mon, 21 Oct 2024 at 21:08, Justin Bertram <jbert...@apache.org> wrote: > I would like to propose an Apache ActiveMQ Artemis 2.38.0 release. > > Highlights include: > > - WebSocket compression is now supported. This compression can be used > transparently for AMQP, STOMP, or MQTT when communication is over > WebSockets. > - The ActiveMQServerMessagePlugin now has a messageMoved() callback. > - Core bridge configuration now supports client-id which will make it much > easier to identify bridge connections on remote brokers. > - The consumer CLI command now supports consuming messages "forever." > - The authentication & authorization caches now have detailed debug > logging. > - There’s been a handful of updates to broker management including: > - The documentation has been improved with more examples for Jolokia > and a new sub-section on management method option syntax. > - It’s now possible to pass empty "options" to the management methods > that accept them. > - The management methods which return paged results can now return all > the results together by specifying -1 for either the page or the pageSize. > - The management method option syntax now supports the NOT_EQUALS > operator for greater flexibility with filtering results of management > operations. > - Configuration for diverts created via management can now be done via > JSON. > > The release notes can be found here: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12355013 > > Ths git commit report is here: > > https://activemq.apache.org/components/artemis/download/commit-report-2.38.0 > > Source and binary distributions can be found here: > https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.38.0/ > > The Maven staging repository is here: > https://repository.apache.org/content/repositories/orgapacheactivemq-1412 > > 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 <version> > > [ ] +1 approve this release > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > This is a re-spin of a previously proposed release. To be clear, no source > code has changed in this re-spin. The only changes are to the binaries and > the signatures. The source archive is exactly the same as it was before. > The change was necessary to fix a build-repeatability issue related to file > permissions in the binaries. > > Here's my +1 > > > Justin >