[RESULT] [VOTE] Apache ActiveMQ Artemis 2.32.0

2024-01-30 Thread Clebert Suconic
The vote passed with 5 Binding Votes

+1 Robbie Gemmel
+1 Tim Bish
+1 Domenico
+1 JB Onofre
+1 Clebert Suconic


Thank you to everyone who contributed and took the time to review the

release candidates and vote.


I will add the files to the dist release repo and release the maven
staging repo, updating the website once it has had time to sync to the
CDN and Maven Central.



Regards


Re: [VOTE] Apache ActiveMQ Artemis 2.32.0

2024-01-26 Thread Robbie Gemmell
On Wed, 24 Jan 2024 at 21:30, Clebert Suconic  wrote:
>
> I would like to propose an Apache ActiveMQ Artemis 2.32.0 release.
>
>
> I would like to highlight the following for this release:
>
>
> * Mirrored Core Messages can now be sent in their native format
> without conversions
> * Mirror has been extensively tested and improved in stability
> * ActiveMQ Artemis has now adopted more inclusive language definitions.
> * The examples are now part of its own repository:
> https://github.com/apache/activemq-artemis-examples/
>
>
> And bug fixes and other improvements as usually. for the full JIRA
> report refer to:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12353769
>
>
>
> Ths git commit report is here:
> https://activemq.apache.org/components/artemis/download/commit-report-2.32.0
>
>
> Source and binary distributions can be found here:
> https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.32.0
>
> The Maven staging repository is here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1384
>
>
>
> If you would like to validate the release:
> https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases
>
>
>
>
> It is tagged in the git repo as 2.32.0
>
>
> [ ] +1 approve this release
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)

+1

I checked things out as follows:
- Verified the signature and checksum files.
- Checked for LICENCE and NOTICE files in the archives.
- Checked licence headers in the source archive by running:
  "mvn apache-rat:check"
- Ran the Qpid JMS 2.5.0 HelloWorld against a broker from the binary
archive on JDK 11.
- Ran the source build and the AMQP integration tests on JDK 11 with:
  "mvn clean install -DskipTests && cd tests/integration-tests/ && mvn
-Ptests -Dtest=org.apache.activemq.artemis.tests.integration.amqp.**
test"
- Ran the examples repo CI jobs with modification to use the staged
2.32.0 maven bits.

Robbie


Re: [VOTE] Apache ActiveMQ Artemis 2.32.0

2024-01-25 Thread Timothy Bish

On 1/24/24 16:29, Clebert Suconic wrote:

I would like to propose an Apache ActiveMQ Artemis 2.32.0 release.


I would like to highlight the following for this release:


* Mirrored Core Messages can now be sent in their native format
without conversions
* Mirror has been extensively tested and improved in stability
* ActiveMQ Artemis has now adopted more inclusive language definitions.
* The examples are now part of its own repository:
https://github.com/apache/activemq-artemis-examples/


And bug fixes and other improvements as usually. for the full JIRA
report refer to:


https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12353769



Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.32.0


Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.32.0

The Maven staging repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1384



If you would like to validate the release:
https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases




It is tagged in the git repo as 2.32.0


[ ] +1 approve this release
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)


+1

* Validated signatures and checksums
* Verified license and notice files in archives
* Checked source for license headers with 'mvn apache-rat:check'
* Ran the broker from the binary archive and exercised the web console
* Ran all the qpid-protonj2 client examples against the running broker
* Ran all the AMQP tests using: mvn clean install -DskipTests && cd 
tests/integration-tests/ && mvn test -Ptests 
-Dtest=org.apache.activemq.artemis.tests.integration.amqp.**


--
Tim Bish



Re: [VOTE] Apache ActiveMQ Artemis 2.32.0

2024-01-25 Thread Domenico Francesco Bruscino
+1 (binding)

* Checked parent version in pom.xml files using `grep -LPrz --include
pom.xml "(.|\n)*2.32.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.810 sec
- QueueCheck

On Wed, 24 Jan 2024 at 22:30, Clebert Suconic 
wrote:

> I would like to propose an Apache ActiveMQ Artemis 2.32.0 release.
>
>
> I would like to highlight the following for this release:
>
>
> * Mirrored Core Messages can now be sent in their native format
> without conversions
> * Mirror has been extensively tested and improved in stability
> * ActiveMQ Artemis has now adopted more inclusive language definitions.
> * The examples are now part of its own repository:
> https://github.com/apache/activemq-artemis-examples/
>
>
> And bug fixes and other improvements as usually. for the full JIRA
> report refer to:
>
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12353769
>
>
>
> Ths git commit report is here:
>
> https://activemq.apache.org/components/artemis/download/commit-report-2.32.0
>
>
> Source and binary distributions can be found here:
> https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.32.0
>
> The Maven staging repository is here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1384
>
>
>
> If you would like to validate the release:
>
> https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases
>
>
>
>
> It is tagged in the git repo as 2.32.0
>
>
> [ ] +1 approve this release
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>


Re: [VOTE] Apache ActiveMQ Artemis 2.32.0

2024-01-25 Thread Jean-Baptiste Onofré
+1 (binding)

Regards
JB

On Wed, Jan 24, 2024 at 10:29 PM Clebert Suconic
 wrote:
>
> I would like to propose an Apache ActiveMQ Artemis 2.32.0 release.
>
>
> I would like to highlight the following for this release:
>
>
> * Mirrored Core Messages can now be sent in their native format
> without conversions
> * Mirror has been extensively tested and improved in stability
> * ActiveMQ Artemis has now adopted more inclusive language definitions.
> * The examples are now part of its own repository:
> https://github.com/apache/activemq-artemis-examples/
>
>
> And bug fixes and other improvements as usually. for the full JIRA
> report refer to:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12353769
>
>
>
> Ths git commit report is here:
> https://activemq.apache.org/components/artemis/download/commit-report-2.32.0
>
>
> Source and binary distributions can be found here:
> https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.32.0
>
> The Maven staging repository is here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1384
>
>
>
> If you would like to validate the release:
> https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases
>
>
>
>
> It is tagged in the git repo as 2.32.0
>
>
> [ ] +1 approve this release
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)


Re: [VOTE] Apache ActiveMQ Artemis 2.32.0

2024-01-24 Thread Clebert Suconic
this is to record my +1 Binding Vote

On Wed, Jan 24, 2024 at 4:29 PM Clebert Suconic
 wrote:
>
> I would like to propose an Apache ActiveMQ Artemis 2.32.0 release.
>
>
> I would like to highlight the following for this release:
>
>
> * Mirrored Core Messages can now be sent in their native format
> without conversions
> * Mirror has been extensively tested and improved in stability
> * ActiveMQ Artemis has now adopted more inclusive language definitions.
> * The examples are now part of its own repository:
> https://github.com/apache/activemq-artemis-examples/
>
>
> And bug fixes and other improvements as usually. for the full JIRA
> report refer to:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12353769
>
>
>
> Ths git commit report is here:
> https://activemq.apache.org/components/artemis/download/commit-report-2.32.0
>
>
> Source and binary distributions can be found here:
> https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.32.0
>
> The Maven staging repository is here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1384
>
>
>
> If you would like to validate the release:
> https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases
>
>
>
>
> It is tagged in the git repo as 2.32.0
>
>
> [ ] +1 approve this release
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)



-- 
Clebert Suconic


[VOTE] Apache ActiveMQ Artemis 2.32.0

2024-01-24 Thread Clebert Suconic
I would like to propose an Apache ActiveMQ Artemis 2.32.0 release.


I would like to highlight the following for this release:


* Mirrored Core Messages can now be sent in their native format
without conversions
* Mirror has been extensively tested and improved in stability
* ActiveMQ Artemis has now adopted more inclusive language definitions.
* The examples are now part of its own repository:
https://github.com/apache/activemq-artemis-examples/


And bug fixes and other improvements as usually. for the full JIRA
report refer to:


https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12353769



Ths git commit report is here:
https://activemq.apache.org/components/artemis/download/commit-report-2.32.0


Source and binary distributions can be found here:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.32.0

The Maven staging repository is here:
https://repository.apache.org/content/repositories/orgapacheactivemq-1384



If you would like to validate the release:
https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases




It is tagged in the git repo as 2.32.0


[ ] +1 approve this release
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)