On 11/28/22 16:54, Clebert Suconic wrote:
I would like to propose an Apache ActiveMQ Artemis 2.27.1 release
This is a bug fix release,
I would like to highlight these 3 bug fixes:
- AMQP Large Message over Bridges were broken
- Rollback of massive transactions would take a long time to process
- Improvements to auto-create and auto-delete queues.
For a full release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352610&projectId=12315920
Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.27.1
Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.27.1/
The Maven repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1266
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/activemq-artemis.git;a=tag;h=refs/tags/2.27.1
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 (binding)
+1
* Validated signatures and checksums
* Verified license and notice files in archives
* Checked source license headers with 'mvn apache-rat:check'
* Ran mvn verify on archives source
* Ran the AMQP test suite with 'mvn clean install -DskipTests && cd
tests/integration-tests/ && mvn -Ptests
-Dtest=org.apache.activemq.artemis.tests.integration.amqp.** test'
* Exercised the web console in Firefox
* Ran examples from Qpid protonj2 and proton-dotnet against the binary
broker instance.
--
Tim Bish