You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Oleksandr Rudyy <or...@gmail.com> on 2018/08/28 12:27:08 UTC

[VOTE] Release Qpid for Java 6.1.7

Hi all,

I built a release candidate for 6.1.7 version of the Qpid for Java.
Please give it a test out and vote accordingly.

The list of defect fixes can be found in Jira:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12343003

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

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

Kind regards,
Alex

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-1158</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 for Java 6.1.7

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

Compiled from source
Ran bdb and mms 0-9-1 and 0-10 test profiles
Started up the broker and poked around the management console a bit

-- Rob

On Thu, 30 Aug 2018 at 09:57, Keith W <ke...@gmail.com> wrote:

> On Tue, 28 Aug 2018 at 13:27, Oleksandr Rudyy <or...@gmail.com> wrote:
> >
> > Hi all,
> >
> > I built a release candidate for 6.1.7 version of the Qpid for Java.
> > Please give it a test out and vote accordingly.
>
>
> +1.
>
> My testing was:
>
> * Verified signatures and checksums
> * Checked for LICENCE and NOTICE files in the archives.
> * Ran apache RAT
> * Built/ran test profile bdb/dby/mms (0-9/0-10) from source bundle
> * Ran hello world against staged maven client artefacts against broker
> from binary distribution artefact
>
>
>
> >
> > The list of defect fixes can be found in Jira:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12343003
> >
> > The source and binary archives can be grabbed from here:
> > https://dist.apache.org/repos/dist/dev/qpid/java/6.1.7-rc1
> >
> > Those files and the other maven artifacts are also staged for now at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1158
> >
> > Kind regards,
> > Alex
> >
> > 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-1158
> </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 for Java 6.1.7

Posted by Keith W <ke...@gmail.com>.
On Tue, 28 Aug 2018 at 13:27, Oleksandr Rudyy <or...@gmail.com> wrote:
>
> Hi all,
>
> I built a release candidate for 6.1.7 version of the Qpid for Java.
> Please give it a test out and vote accordingly.


+1.

My testing was:

* Verified signatures and checksums
* Checked for LICENCE and NOTICE files in the archives.
* Ran apache RAT
* Built/ran test profile bdb/dby/mms (0-9/0-10) from source bundle
* Ran hello world against staged maven client artefacts against broker
from binary distribution artefact



>
> The list of defect fixes can be found in Jira:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12343003
>
> The source and binary archives can be grabbed from here:
> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.7-rc1
>
> Those files and the other maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1158
>
> Kind regards,
> Alex
>
> 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-1158</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 for Java 6.1.7

Posted by Gordon Sim <gs...@redhat.com>.
On 28/08/18 13:27, Oleksandr Rudyy wrote:
> Hi all,
> 
> I built a release candidate for 6.1.7 version of the Qpid for Java.
> Please give it a test out and vote accordingly.

+1, built from source including tests, ran client example against c++ 
broker, ran qpid::messaging c++ examples (0-10 and 1.0) and proton 
python examples in different combinations against the broker.

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


Re: [VOTE] Release Qpid for Java 6.1.7

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

I performed the following tests:
* verified checksums and signatures
* built and ran tests form source bundle
* started Qpid broker
* created and bound queue using Web Management Console
* ran Hello world example from legacy client bundle against started broker

On Tue, 28 Aug 2018 at 13:27, Oleksandr Rudyy <or...@gmail.com> wrote:
>
> Hi all,
>
> I built a release candidate for 6.1.7 version of the Qpid for Java.
> Please give it a test out and vote accordingly.
>
> The list of defect fixes can be found in Jira:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12343003
>
> The source and binary archives can be grabbed from here:
> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.7-rc1
>
> Those files and the other maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1158
>
> Kind regards,
> Alex
>
> 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-1158</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 for Java 6.1.7

Posted by Robbie Gemmell <ro...@gmail.com>.
On Tue, 28 Aug 2018 at 13:27, Oleksandr Rudyy <or...@gmail.com> wrote:
>
> Hi all,
>
> I built a release candidate for 6.1.7 version of the Qpid for Java.
> Please give it a test out and vote accordingly.
>
> The list of defect fixes can be found in Jira:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12343003
>
> The source and binary archives can be grabbed from here:
> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.7-rc1
>
> Those files and the other maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1158
>
> Kind regards,
> Alex
>
> 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-1158</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 out as follows:
- Verified the signature and checksum files.
- Used "mvn apache-rat:check" to verify the headers in source release.
- Checked for LICENCE and NOTICE files being present.
- Ran the source build and unit tests.
- Started the broker, used the web console to create a queue.
- Ran the Qpid JMS (AMQP 1.0) 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