[RESULT][VOTE] Release Apache Qpid JMS 0.51.0

2020-04-24 Thread Robbie Gemmell
There were 4 binding +1 votes, and no other votes received. The vote has passed.

I will add the files to the dist release repo and release the maven
staging repo shortly. The website will be updated after the release
has had time to sync to the mirrors and maven central.

Robbie

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: [VOTE] Release Apache Qpid JMS 0.51.0

2020-04-23 Thread Oleksandr Rudyy
+1

* verified signatures and checksums
* built and ran tests successfully from source bundle
* ran successfully integration tests for Qpid Broker-J on master branch
using staged artefacts


On Tue, 21 Apr 2020 at 16:01, Robbie Gemmell 
wrote:

> Hi folks,
>
> I have put together a spin for a 0.51.0 Qpid JMS client release,
> please give it a test out and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/jms/0.51.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1196
>
> The JIRAs assigned are:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524=12347785
>
> Regards,
> Robbie
>
> P.S. If you want to test it out using maven (e.g with the examples
> src, or your own things), you can temporarily add this to your poms to
> access the staging repo:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1196
> 
> 
>   
>
> The dependency for the client itself would then be:
>
>   
> org.apache.qpid
> qpid-jms-client
> 0.51.0
>   
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>


Re: [VOTE] Release Apache Qpid JMS 0.51.0

2020-04-22 Thread Gordon Sim

On 21/04/2020 4:01 pm, Robbie Gemmell wrote:

Hi folks,

I have put together a spin for a 0.51.0 Qpid JMS client release,
please give it a test out and vote accordingly.

The source and binary archives can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/jms/0.51.0-rc1/


+1

Verified signature and checksum, built from source including all tests, 
ran examples against qpidd and qdrouterd.



-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: [VOTE] Release Apache Qpid JMS 0.51.0

2020-04-21 Thread Timothy Bish

On 4/21/20 11:01 AM, Robbie Gemmell wrote:

Hi folks,

I have put together a spin for a 0.51.0 Qpid JMS client release,
please give it a test out and vote accordingly.

The source and binary archives can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/jms/0.51.0-rc1/

The maven artifacts are also staged for now at:
https://repository.apache.org/content/repositories/orgapacheqpid-1196

The JIRAs assigned are:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524=12347785

Regards,
Robbie

P.S. If you want to test it out using maven (e.g with the examples
src, or your own things), you can temporarily add this to your poms to
access the staging repo:

   
 
   staging
   
https://repository.apache.org/content/repositories/orgapacheqpid-1196
 
   

The dependency for the client itself would then be:

   
 org.apache.qpid
 qpid-jms-client
 0.51.0
   

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



+1

* Validated signatures and checksums
* Checked archives for license and notice files
* Checked source using 'mvn apache-rat:check'
* Built from source and ran the tests
* Built ActiveMQ 5 master using staged artifacts and ran AMQP tests.
* Built ActiveMQ Artemis master using staged artifacts and ran AMQP 
integration tests.



--
Tim Bish


-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: [VOTE] Release Apache Qpid JMS 0.51.0

2020-04-21 Thread Robbie Gemmell
On Tue, 21 Apr 2020 at 16:01, Robbie Gemmell  wrote:
>
> Hi folks,
>
> I have put together a spin for a 0.51.0 Qpid JMS client release,
> please give it a test out and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/jms/0.51.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1196
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524=12347785
>
> Regards,
> Robbie
>
> P.S. If you want to test it out using maven (e.g with the examples
> src, or your own things), you can temporarily add this to your poms to
> access the staging repo:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1196
> 
>   
>
> The dependency for the client itself would then be:
>
>   
> org.apache.qpid
> qpid-jms-client
> 0.51.0
>   

+1

I checked things out as follows:
- Verified the signature + checksum files.
- Checked for LICENCE and NOTICE files in the archives.
- Used "mvn apache-rat:check" to check the licence headers in source archive.
- Ran the source build and tests on JDK 8 and JDK 11.
- Built Qpid Broker-J master using the staged client and ran the systests.
- Built ActiveMQ 5 and Artemis masters using staged bits, ran the AMQP tests.
- Built the Quarkus extension for Qpid JMS using the staged bits and tested.
- Ran the HelloWorld example against Qpid Broker-J 8.0.0 and Artemis master,
  using JDK 8 and JDK 11 respectively for the client (brokers both JDK 8).

Robbie

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



[VOTE] Release Apache Qpid JMS 0.51.0

2020-04-21 Thread Robbie Gemmell
Hi folks,

I have put together a spin for a 0.51.0 Qpid JMS client release,
please give it a test out and vote accordingly.

The source and binary archives can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/jms/0.51.0-rc1/

The maven artifacts are also staged for now at:
https://repository.apache.org/content/repositories/orgapacheqpid-1196

The JIRAs assigned are:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524=12347785

Regards,
Robbie

P.S. If you want to test it out using maven (e.g with the examples
src, or your own things), you can temporarily add this to your poms to
access the staging repo:

  

  staging
  
https://repository.apache.org/content/repositories/orgapacheqpid-1196

  

The dependency for the client itself would then be:

  
org.apache.qpid
qpid-jms-client
0.51.0
  

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org