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 2018/12/17 11:46:53 UTC

[VOTE] Release Apache Qpid JMS 0.40.0

Hi folks,

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

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

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

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-1164</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.40.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.40.0

Posted by Jakub Scholz <ja...@scholz.cz>.
+1 ... I run the client against different versions of the C++ broker and
all seems to be ok. (I used the staging repository)

On Mon, Dec 17, 2018 at 12:47 PM Robbie Gemmell <ro...@gmail.com>
wrote:

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

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

I tested release artefacts as follows:
* verified signatures and checksums
* built and ran unit tests successfully from source bundle
* ran successfully Qpid Broker-J system tests using staged release
artefacts (mvn clean install -DskipTests -DskipITs=false
-Dnetty-version=4.1.32.Final -Dqpid-jms-client-version=0.40.0)

On Mon, 17 Dec 2018 at 11:47, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Hi folks,
>
> I have put together a spin for a 0.40.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.40.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1164
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12344573
>
> 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-1164</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.40.0</version>
>   </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>

---------------------------------------------------------------------
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.40.0

Posted by Gordon Sim <gs...@redhat.com>.
On 17/12/18 11:46, Robbie Gemmell wrote:
> Hi folks,
> 
> I have put together a spin for a 0.40.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.40.0-rc1/
> 
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1164
> 
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12344573

+1 (built from source including running of all tests and ran examples 
against router and c++ broker).

---------------------------------------------------------------------
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.40.0

Posted by Robbie Gemmell <ro...@gmail.com>.
On Mon, 17 Dec 2018 at 11:46, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Hi folks,
>
> I have put together a spin for a 0.40.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.40.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1164
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12344573
>
> 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-1164</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.40.0</version>
>   </dependency>

+1

I checked things out as follows:
- Verified the signatures and checksums.
- Checked for LICENCE and NOTICE files in the archives.
- Ran mvn apache-rat:check to verify licence headers in source archive.
- Ran the source build and tests.
- Built Qpid Broker-J master using the staged bits and ran the systests.
- Built ActiveMQ 5.x master and ActiveMQ Artemis master using the staging
  repo and ran their AMQP tests.
- Used the HelloWorld example from the binary archive against Qpid Dispatch
  1.4.1, Qpid Broker-J 7.0.6, and Qpid C++ 1.38.0.

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.40.0

Posted by Timothy Bish <ta...@gmail.com>.
On 12/17/18 6:46 AM, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a spin for a 0.40.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.40.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1164
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12344573
>
> 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-1164</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.40.0</version>
>    </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
> .
>
+1

* Verified signatures and checksums
* Checked for license and notice files in the archives
* Built from source and ran the test suite
* Verified license headers using 'mvn apache-rat:check'
* Built ActiveMQ 5.x using the staged artifacts and ran the AMQP tests
* Built ActiveMQ Artemis master using the staged artifacts and ran the 
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.40.0

Posted by VERMEULEN Olivier <Ol...@murex.com>.
+1
I ran the Murex test suite with it and everything is green

Olivier

-----Original Message-----
From: Robbie Gemmell <ro...@gmail.com>
Sent: lundi 17 décembre 2018 12:47
To: users@qpid.apache.org
Subject: [VOTE] Release Apache Qpid JMS 0.40.0

Hi folks,

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

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

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

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-1164</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.40.0</version>
  </dependency>

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

*******************************
This e-mail contains information for the intended recipient only. It may contain proprietary material or confidential information. If you are not the intended recipient you are not authorized to distribute, copy or use this e-mail or any attachment to it. Murex cannot guarantee that it is virus free and accepts no responsibility for any loss or damage arising from its use. If you have received this e-mail in error please notify immediately the sender and delete the original email received, any attachments and all copies from your system.