On 8/31/22 12:28, Clebert Suconic wrote:
I would like to propose an Apache ActiveMQ Artemis 2.25.0 release.
This JIRA improved flow control from paging preventing Out Of Memory
issues when there's a bad consumer without flow control (ARTEMIS-3943
(Thank you Anton Roskvist)).
Among other fixes and improvements.
The whole release notes could be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352143&projectId=12315920
The commit report:
https://activemq.apache.org/components/artemis/download/commit-report-2.25.0
Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.25.0
The Maven repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1261
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://gitbox.apache.org/repos/asf?p=activemq-artemis.git;a=commit;h=fb1b362b473cad51ae5d05a897be02b1fa8461d4
The tag is 2.25.0 on git.
I will update the website after the vote has passed.
[ ] +1 approve the release as Apache Artemis 2.4.0
[ ] -1 disapprove (and reason why)
Here's my +1 Binding
+1
* Validated signatures and checksums
* Verified source license headers with 'mvn apache-rat:check'
* Ran the broker from the binary archive and exercised the web console
* Built from source and ran the AMQP test suite using
'mvn clean install -DskipTests && cd tests/integration-tests/ && mvn
test -Ptests -Dtest=org.apache.activemq.artemis.tests.integration.amqp.**'
* Ran the Qpid protonj2 hello-world example against the binary broker
instance
--
Tim Bish