You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Keith W <ke...@gmail.com> on 2017/11/17 17:31:19 UTC

[VOTE] Release Qpid Java 6.1.5 (RC1)

Hi all,

A bug-fix release candidate for the next release (6.1.5) of the Qpid
Java Components has been created.

The list of defect fixes can be found in Jira:

https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.1.5

Please test and vote accordingly.

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

Those files and the other maven artifacts are also staged for now at:

https://repository.apache.org/content/repositories/orgapacheqpid-1124

Kind regards

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-1124</url>
    </repository>
  </repositories>

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


Re: [VOTE] Release Qpid Java 6.1.5 (RC1)

Posted by Keith W <ke...@gmail.com>.
+1.

Making my vote explicit

1) Verified the md5/sha checksums on all distribution artefacts
2) Verified signatures on all the distribution artefacts
3) Ran apache RAT
4) Built/ran test profile mms 0-10 from source bundle and bdb.0-9-1
using BDB JE 7.4.5
5) Ran Joram test suite against the broker from binary distribution
artefact using the Qpid JMS Client 0.22.0.

No problems encountered.

On 20 November 2017 at 12:07, Oleksandr Rudyy <or...@gmail.com> wrote:
> +1
>
> I performed the following tests:
> * built broker from sources and ran tests using profile 'java-mms.0-10'
> * verified signatures and checksums
> * started broker from tar.gz bundle
> * created and bound test queue using web management console
> * built examples in client bundle
> * ran successfully examples Hello/Spout/Drain against 6.1.5 broker
> using 6.1.5 client
>
>
> On 17 November 2017 at 17:31, Keith W <ke...@gmail.com> wrote:
>> Hi all,
>>
>> A bug-fix release candidate for the next release (6.1.5) of the Qpid
>> Java Components has been created.
>>
>> The list of defect fixes can be found in Jira:
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.1.5
>>
>> Please test and vote accordingly.
>>
>> The source and binary archives can be grabbed from here:
>> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.5-rc1
>>
>> Those files and the other maven artifacts are also staged for now at:
>>
>> https://repository.apache.org/content/repositories/orgapacheqpid-1124
>>
>> Kind regards
>>
>> 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-1124</url>
>>     </repository>
>>   </repositories>
>>
>> ---------------------------------------------------------------------
>> 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 Qpid Java 6.1.5 (RC1)

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

I performed the following tests:
* built broker from sources and ran tests using profile 'java-mms.0-10'
* verified signatures and checksums
* started broker from tar.gz bundle
* created and bound test queue using web management console
* built examples in client bundle
* ran successfully examples Hello/Spout/Drain against 6.1.5 broker
using 6.1.5 client


On 17 November 2017 at 17:31, Keith W <ke...@gmail.com> wrote:
> Hi all,
>
> A bug-fix release candidate for the next release (6.1.5) of the Qpid
> Java Components has been created.
>
> The list of defect fixes can be found in Jira:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.1.5
>
> Please test and vote accordingly.
>
> The source and binary archives can be grabbed from here:
> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.5-rc1
>
> Those files and the other maven artifacts are also staged for now at:
>
> https://repository.apache.org/content/repositories/orgapacheqpid-1124
>
> Kind regards
>
> 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-1124</url>
>     </repository>
>   </repositories>
>
> ---------------------------------------------------------------------
> 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 Qpid Java 6.1.5 (RC1)

Posted by Lorenz Quack <qu...@gmail.com>.
+1

* verified all checksums
* ran apache-rat:check on source bundle
* compiled source and ran tests with the java-mms.0-9-1 profile
* build docs and viewed some pages
* run binary (tar.gz) broker and
** put BDB JE 7.4.5 on the class path and create a JSON/BDB VirtualHost(Node)
** checked the web management console (create VH, queue)
** ran HelloWorld example of the new AMQP 1.0 jms client using BDB VH
** ran Spout and Drain from client binary (tar.gz) bundle using staging repo and BDB VH

Kind regards,
Lorenz


On Fri, 2017-11-17 at 17:31 +0000, Keith W wrote:
> Hi all,
> 
> A bug-fix release candidate for the next release (6.1.5) of the Qpid
> Java Components has been created.
> 
> The list of defect fixes can be found in Jira:
> 
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.1.5
> 
> Please test and vote accordingly.
> 
> The source and binary archives can be grabbed from here:
> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.5-rc1
> 
> Those files and the other maven artifacts are also staged for now at:
> 
> https://repository.apache.org/content/repositories/orgapacheqpid-1124
> 
> Kind regards
> 
> 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-1124</url>;
>     </repository>
>   </repositories>
> 
> ---------------------------------------------------------------------
> 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 Qpid Java 6.1.5 (RC1)

Posted by Robbie Gemmell <ro...@gmail.com>.
On 17 November 2017 at 17:31, Keith W <ke...@gmail.com> wrote:
> Hi all,
>
> A bug-fix release candidate for the next release (6.1.5) of the Qpid
> Java Components has been created.
>
> The list of defect fixes can be found in Jira:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.1.5
>
> Please test and vote accordingly.
>
> The source and binary archives can be grabbed from here:
> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.5-rc1
>
> Those files and the other maven artifacts are also staged for now at:
>
> https://repository.apache.org/content/repositories/orgapacheqpid-1124
>
> Kind regards
>
> 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-1124</url>
>     </repository>
>   </repositories>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>

+1

I checked things over as follows:
- Verified the signature and checksum files.
- Checked the headers in the source release using mvn apache-rat:check.
- Checked for LICENCE+NOTICE files present in each archive.
- Ran the source build and unit tests using the default profile.
- Started the broker from the tar.gz binary and created a queue using
the web management console.
- Ran the Qpid JMS master HelloWorld example against the broker.

Robbie

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