On Wed, 26 Jan 2022 at 20:08, Clebert Suconic <clebert.suco...@gmail.com> wrote:
>
> I would like to propose an Apache ActiveMQ Artemis 2.19.1 release.
>
>
> This is a maintenance release on top of 2.19.0 that includes a few bug fixes.
>
> The release notes can be found here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12351260
>
> The git commit report is here:
> https://activemq.apache.org/components/artemis/download/commit-report-2.19.1
>
>
> I have generated a XREF report here, where you can follow commits that
> were cherry-picked from master into 2.19.1.. Look for the column XREF
> on the report:
> https://activemq.apache.org/components/artemis/download/cherry-pick-report-2.19.1
>
>
> Source and binary distributions are found here:
> https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.19.1/
>
> The Maven repository is here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1241
>
>
> 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.19.1
>
> I will update the website after the vote has passed.
>
>
>
> [ ] +1 approve this release
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)

+1 (non-binding)

I checked things out as follows:
- Verified the signature + checksum files.
- Checked for LICENCE + NOTICE files in the archives.
- Checked licence headers in the source archive by running:
  "mvn apache-rat:check"
- Ran the source build and the AMQP integration tests on JDK8 with:
  "mvn clean install -DskipTests && cd tests/integration-tests/ && mvn
-Ptests -Dtest=org.apache.activemq.artemis.tests.integration.amqp.**
test"
- Ran the Qpid JMS 1.5.0 HelloWorld (on JDK11) against a broker
started from the binary archive on JDK8.

Robbie

Reply via email to