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/08/15 18:18:49 UTC

[VOTE] Release Apache Qpid JMS 0.36.0

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

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

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

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-1157</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.36.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.36.0

Posted by Jakub Scholz <ja...@scholz.cz>.
+1 ... I used the staging repo and tried it against Qpid C++ broker. All
seems to work fine.

On Thu, Aug 16, 2018 at 1:13 PM Oleksandr Rudyy <or...@gmail.com> wrote:

> +1
>
> I performed the following tests:
> * verified checksums and signatures
> * built and ran tests from source bundle
> * ran Qpid Broker-J integration tests on master branch using staged
> 0.36 artefacts, overridden netty version 4.1.28.Final and profiles
> java-bdb.1-0/java-mms.1-0
> On Wed, 15 Aug 2018 at 19:19, Robbie Gemmell <ro...@gmail.com>
> wrote:
> >
> > I have put together a spin for a 0.36.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.36.0-rc1/
> >
> > The maven artifacts are also staged for now at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1157
> >
> > The JIRAs assigned are:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12343767
> >
> > 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-1157
> </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.36.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.36.0

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

I performed the following tests:
* verified checksums and signatures
* built and ran tests from source bundle
* ran Qpid Broker-J integration tests on master branch using staged
0.36 artefacts, overridden netty version 4.1.28.Final and profiles
java-bdb.1-0/java-mms.1-0
On Wed, 15 Aug 2018 at 19:19, Robbie Gemmell <ro...@gmail.com> wrote:
>
> I have put together a spin for a 0.36.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.36.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1157
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12343767
>
> 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-1157</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.36.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.36.0

Posted by Robbie Gemmell <ro...@gmail.com>.
On Wed, 15 Aug 2018 at 19:18, Robbie Gemmell <ro...@gmail.com> wrote:
>
> I have put together a spin for a 0.36.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.36.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1157
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12343767
>
> 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-1157</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.36.0</version>
>   </dependency>

+1

I checked things out as follows:
- Verified the signature and checksum files.
- Checked 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.
- Built Qpid Broker-J master using the staging repo, ran the systests.
- Built ActiveMQ Artemis master using the staging repo, ran the AMQP tests.
- Built ActiveMQ 5.x master using the staging repo and ran the AMQP tests.
- Ran HelloWorld example against Qpid Broker-J 7.0.6 and Qpid Dispatch 1.3.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.36.0

Posted by Keith W <ke...@gmail.com>.
> > I have put together a spin for a 0.36.0 Qpid JMS client release,
> > please give it a test out and vote accordingly.

+1

* Verified signatures and checksums
* Checked for LICENCE and NOTICE files in the archives.* ran apache rat-check
* built from source distribution artefact and ran all tests (mvn
verify with Java 1.8.0_171 on Mac OS X 10.11.6)
* ran Broker-J's JMS integration test suite (mvn clean
verify-DskipTests=true -DskipITs=false) against the staged Maven
artefacts
for both the memory and bdb profiles (the latter utilises failover
extensively during HA tests).   Needed to override Netty version (test
dependency) to match that used by the Qpid JMS Client (4.1.28.Final)

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

Posted by Timothy Bish <ta...@gmail.com>.
On 08/15/2018 02:18 PM, Robbie Gemmell wrote:
> I have put together a spin for a 0.36.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.36.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1157
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12343767
>
> 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-1157</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.36.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
* Checked archives for license and notice files
* Ran the rat check maven goal to check for missing license headers
* Built from source and ran the tests
* Built ActiveMQ 5.x using staged artifacts and ran the AMQP tests
* Built ActiveMQ Artemis using staged artifacts and ran the AMQP tests


-- 
Tim Bish
twitter: @tabish121
blog: http://timbish.blogspot.com/


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