+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "<parent>(.|\n)*<version>2.39.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.915 sec - QueueCheck On Mon, 16 Dec 2024 at 17:20, Justin Bertram <jbert...@apache.org> wrote: > I would like to propose an Apache ActiveMQ Artemis 2.39.0 release. > > Highlights include: > > - Java 17 is now required. support for Java 11 has been dropped. > The main reason for this change is that the version of Jetty we were > embedding in previous versions (i.e. 10) will officially reach its > end-of-life on January 1, 2025 [1] and will therefore no longer be > receiving any fixes - including security fixes. Security is critical for us > and most of our users so we therefore need to upgrade to Jetty 12 - the > only version of Jetty now supported. Jetty 12 requires Java 17 so we must > also move to Java 17 and drop support for Java 11. > Please note that after upgrading the broker to Java 17 it will be > backwards compatible with all previous clients. > - AMQP federation and broker connections have new management controls. > - The Core client (including the Core JMS client) supports a configurable > timeout for onMessage invocations when closing/stopping a connection. > - Datasource configuration is now available when configuring the broker > via properties. > - Failure conditions for CLI commands (e.g. artemis check) now > specifically return an exit code of 1 which means they can be more reliably > incorporated into other scripts, etc. > - The binary distribution is almost 8MB smaller than 2.38.0 due to reduced > dependencies. > - Lots of fixes for various flaky tests. This reduces spurious test > failures improving the experience for developers building the broker and > running the test-suite. > > * Full release notes: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12355167 > > * Commit report: > > https://activemq.apache.org/components/artemis/download/commit-report-2.39.0 > > * Source and binary distributions: > https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.39.0/ > > * Maven staging repository: > https://repository.apache.org/content/repositories/orgapacheactivemq-1414 > > * How to validate the release: > > https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases > > It is tagged in the source repo as <version> > > [ ] +1 approve this release > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Here's my +1 > > > Justin > > [1] https://github.com/jetty/jetty.project/issues/10485 >