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 2016/12/19 18:29:52 UTC

[VOTE] Release Qpid Java 6.0.6 (RC1)

Hi all,

A release candidate for the next release (6.0.6) of the Qpid Java
Components has been created.

The list of changes can be found in Jira:

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

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.0.6-rc1

Those files and the other maven artifacts are also staged for now at:
https://repository.apache.org/content/repositories/orgapacheqpid-1096

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-1096</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.0.6 (RC1)

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

I performed the following testing of 6.0.6 broker and client:
* started the broker
* created and bound a test queue using Web Management Console
* created a sample maven project with client dependencies from staging
repo and send/recieve messages using 0.10 and 0.9 AMQP protocols

---------------------------------------------------------------------
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.0.6 (RC1)

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

* checked all checksums
* started broker created queue via web management console
* ran Hello example

On 20/12/16 12:27, Keith W wrote:
> Making my +1 explicit.
>
> My testing was:
>
> 1) Verified the md5/sha checksums on all distribution artefacts
> 2) Verified signatures on all all distribution artefacts
> 3) Built/ran test profiles mms for 0-9 and 0-10 from source bundle
> 4) Ran hello world against staged maven artefacts against broker from
> binary distribution artefact
>
> On 19 December 2016 at 18:29, Keith W <ke...@gmail.com> wrote:
>> Hi all,
>>
>> A release candidate for the next release (6.0.6) of the Qpid Java
>> Components has been created.
>>
>> The list of changes can be found in Jira:
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.0.6
>>
>> 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.0.6-rc1
>>
>> Those files and the other maven artifacts are also staged for now at:
>> https://repository.apache.org/content/repositories/orgapacheqpid-1096
>>
>> 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-1096</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.0.6 (RC1)

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

My testing was:

1) Verified the md5/sha checksums on all distribution artefacts
2) Verified signatures on all all distribution artefacts
3) Built/ran test profiles mms for 0-9 and 0-10 from source bundle
4) Ran hello world against staged maven artefacts against broker from
binary distribution artefact

On 19 December 2016 at 18:29, Keith W <ke...@gmail.com> wrote:
> Hi all,
>
> A release candidate for the next release (6.0.6) of the Qpid Java
> Components has been created.
>
> The list of changes can be found in Jira:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.0.6
>
> 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.0.6-rc1
>
> Those files and the other maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1096
>
> 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-1096</url>
>     </repository>
>   </repositories>

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