You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Robbie Gemmell <ro...@gmail.com> on 2020/06/03 16:21:28 UTC

[VOTE] Release Apache Qpid JMS 0.52.0

Hi folks,

I have put together a spin for a 0.52.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.52.0-rc1/

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

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

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:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://repository.apache.org/content/repositories/orgapacheqpid-1200</url>
    </repository>
  </repositories>

The dependency for the client itself would then be:

  <dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>qpid-jms-client</artifactId>
    <version>0.52.0</version>
  </dependency>

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


Re: [VOTE] Release Apache Qpid JMS 0.52.0

Posted by Oleksandr Rudyy <or...@gmail.com>.
+1

* Verified signatures and checksums
* Built and ran tests from source bundle
* Ran Qpid Broker-J integration tests with staged client artefacts on a
master branch

On Wed, 3 Jun 2020 at 17:21, Robbie Gemmell <ro...@gmail.com>
wrote:

> Hi folks,
>
> I have put together a spin for a 0.52.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.52.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1200
>
> The JIRAs assigned are:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12348162
>
> 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:
>
>   <repositories>
>     <repository>
>       <id>staging</id>
>       <url>
> https://repository.apache.org/content/repositories/orgapacheqpid-1200
> </url>
>     </repository>
>   </repositories>
>
> The dependency for the client itself would then be:
>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>qpid-jms-client</artifactId>
>     <version>0.52.0</version>
>   </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Apache Qpid JMS 0.52.0

Posted by Robbie Gemmell <ro...@gmail.com>.
On Wed, 3 Jun 2020 at 17:21, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Hi folks,
>
> I have put together a spin for a 0.52.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.52.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1200
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12348162
>
> 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:
>
>   <repositories>
>     <repository>
>       <id>staging</id>
>       <url>https://repository.apache.org/content/repositories/orgapacheqpid-1200</url>
>     </repository>
>   </repositories>
>
> The dependency for the client itself would then be:
>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>qpid-jms-client</artifactId>
>     <version>0.52.0</version>
>   </dependency>

+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 verify licence headers in source archive.
- Ran the source build and tests on JDK 8 and JDK 11.
- Built Qpid Broker-J master with staged client, ran systests, on JDK 8 & 11.
- Built ActiveMQ 5 + Artemis master with staged client, ran AMQP tests, JDK8.
- 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 2.13.0,
  using JDK 11 and JDK 8 respectively.

Robbie

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


Re: [VOTE] Release Apache Qpid JMS 0.52.0

Posted by Timothy Bish <ta...@gmail.com>.
On 6/3/20 12:21 PM, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a spin for a 0.52.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.52.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1200
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12348162
>
> 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:
>
>    <repositories>
>      <repository>
>        <id>staging</id>
>        <url>https://repository.apache.org/content/repositories/orgapacheqpid-1200</url>
>      </repository>
>    </repositories>
>
> The dependency for the client itself would then be:
>
>    <dependency>
>      <groupId>org.apache.qpid</groupId>
>      <artifactId>qpid-jms-client</artifactId>
>      <version>0.52.0</version>
>    </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
+1

* Validated signatures and checksums
* Verified license and notice files present
* Built from source and ran the tests
* Built ActiveMQ 5 master with staged artifacts and ran the AMQP tests
* Built ActiveMQ Artemis master with staged artifacts and ran the AMQP 
tests


-- 
Tim Bish


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


Re: [VOTE] Release Apache Qpid JMS 0.52.0

Posted by Gordon Sim <gs...@redhat.com>.
On 03/06/2020 5:21 pm, Robbie Gemmell wrote:
> Hi folks,
> 
> I have put together a spin for a 0.52.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.52.0-rc1/
> 
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1200
> 
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12348162

+1 (verified signature and checksum, built from source including all 
tests, ran example against latest qdrouterd and qpidd)


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