On 11/8/22 21:33, Justin Bertram wrote:
I would like to propose an Apache ActiveMQ Artemis 2.27.0 release.
New and noteworthy items in 2.27.0:
- Fix for CVE-2022-42889 (Apache Commons Text vulnerability)
- Logging implementation moved to Apache Log4j 2 (internally using SLF4J)
- New upgrade command to help users migrate from previous versions
The release notes can be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12352246
Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.27.0
Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.27.0/
The Maven repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1265
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=tag;h=refs/tags/2.27.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
+1
* Validated signatures and checksums
* Verified license and notice files in archives
* Checked source license headers with 'mvn apache-rat:check'
* Ran a broker from the binary archive and exercised the web console
* Ran the AMQP tests in the integration tests
* Ran the Hello World example from protonj2 against the binary broker
install
* Ran the Hello World example from proton-dotnet against the binary
broker install
--
Tim Bish