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/03/11 16:35:29 UTC

[VOTE] Release Apache Qpid JMS 0.50.0

Hi folks,

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

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

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

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-1193</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.50.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.50.0

Posted by Rob Godfrey <ro...@gmail.com>.
+1

Built from source and ran tests
Ran Qpid Broker-J systests using built JMS client


-- Rob


On Wed, 11 Mar 2020 at 19:22, Timothy Bish <ta...@gmail.com> wrote:

> On 3/11/20 12:35 PM, Robbie Gemmell wrote:
> > Hi folks,
> >
> > I have put together a spin for a 0.50.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.50.0-rc1/
> >
> > The maven artifacts are also staged for now at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1193
> >
> > The JIRAs assigned are:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12347029
> >
> > 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-1193
> </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.50.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
> * Check source license header using 'mvn apache-rat:check'
> * Built from source and ran all tests
> * Built ActiveMQ 5.x master and ran AMQP tests
> * Built ActiveMQ Artemis master and ran AMQP integration 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.50.0

Posted by Timothy Bish <ta...@gmail.com>.
On 3/11/20 12:35 PM, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a spin for a 0.50.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.50.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1193
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12347029
>
> 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-1193</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.50.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
* Check source license header using 'mvn apache-rat:check'
* Built from source and ran all tests
* Built ActiveMQ 5.x master and ran AMQP tests
* Built ActiveMQ Artemis master and ran AMQP integration 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.50.0

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

* verified signatures and checksums
* built client successfully from source bundle with running all unit tests
* ran successfully Qpid Broker-J integration tests on master branch using
staged client dependencies

On Wed, 11 Mar 2020 at 16:35, Robbie Gemmell <ro...@gmail.com>
wrote:

> Hi folks,
>
> I have put together a spin for a 0.50.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.50.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1193
>
> The JIRAs assigned are:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12347029
>
> 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-1193
> </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.50.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.50.0

Posted by Robbie Gemmell <ro...@gmail.com>.
On Wed, 11 Mar 2020 at 16:35, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Hi folks,
>
> I have put together a spin for a 0.50.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.50.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1193
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12347029
>
> 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-1193</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.50.0</version>
>   </dependency>

+1

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

Robbie

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