Re: [VOTE] Release Apache Qpid Broker-J 7.0.4

2018-05-31 Thread Vavricka
+1 

* checkout tag 7.0.4 from git repository 
* build using mvn clean package (including tests) 
* started broker on Debian 9
* checked if only user which created temporary queue, can consume message
when rule 'ACL ALLOW-LOG OWNER CONSUME QUEUE' is applied
* created queue and exchange with name containing dot using Web Management
Console

Tomas 


Oleksandr Rudyy wrote
> Hi all,
> 
> I built a release candidate for a Qpid Broker-J 7.0.4.
> 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/broker-j/7.0.4-rc1
> 
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1141
> 
> The JIRAs currently assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12343040
> 
> Regards,
> Alex
> 
> P.S. For testing of maven broker staging repo artefacts, please add into
> to
> your poms the staging repo as below:
> 
>   
> 
> 
> 
>   
> 
> staging
> 
>   
> 
> https://repository.apache.org/content/repositories/orgapacheqpid-1141
> 
> 
> 
>   
> 
> 
> -
> To unsubscribe, e-mail: 

> users-unsubscribe@.apache

> For additional commands, e-mail: 

> users-help@.apache





--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

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



RE: [VOTE] Release Apache Qpid Broker-J 7.0.4

2018-05-30 Thread VERMEULEN Olivier
+1

- Run Murex test suite with Broker-J 7.0.4, Dispatch-Router 0.7.0 and Proton 
0.16.0

-Original Message-
From: Keith W  
Sent: mercredi 30 mai 2018 15:45
To: users@qpid.apache.org
Subject: Re: [VOTE] Release Apache Qpid Broker-J 7.0.4

+1.

My testing was:

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 profiles: mms/AMQP1.0, bdb/AMQP0-91, dby/AMQP0-10 from source 
bundle (using Qpid JMS Client 0.32.0)
5) Generally kicked the tyres within the Web Management Console using Broker 
from the tar,gz bundle
6) Spun up an embedded Broker-J using the staged maven artefacts.


On 29 May 2018 at 17:56, Rob Godfrey  wrote:
> +1
>
> - Built from source and ran the tests
> - started the broker from the built source, tested the console, did 
> some ad hoc testing with Qpid JMS
>
> -- Rob
>
> On Tue, 29 May 2018 at 17:12, Robbie Gemmell 
> 
> wrote:
>
>> On 28 May 2018 at 14:59, Oleksandr Rudyy  wrote:
>> > Hi all,
>> >
>> > I built a release candidate for a Qpid Broker-J 7.0.4.
>> > 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/broker-j/7.0.4-rc1
>> >
>> > The maven artifacts are also staged for now at:
>> > https://repository.apache.org/content/repositories/orgapacheqpid-11
>> > 41
>> >
>> > The JIRAs currently assigned are:
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=1231
>> 0520=12343040
>> >
>> > Regards,
>> > Alex
>> >
>> > P.S. For testing of maven broker staging repo artefacts, please add 
>> > into
>> to
>> > your poms the staging repo as below:
>> >
>> >   
>> > 
>> >   staging
>> >   
>> > https://repository.apache.org/content/repositories/orgapacheqpid-11
>> > 41
>> 
>> > 
>> >   
>> >
>> >
>> > ---
>> > -- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For 
>> > additional commands, e-mail: users-h...@qpid.apache.org
>>
>> +1
>>
>> I checked things out as follows:
>> - Verified the signature and checksum files.
>> - Checked for LICENCE and NOTICE files being present in each archive.
>> - Used "mvn apache-rat:check" to check headers in the source release.
>> - Ran the source build and all tests from the default profile, using 
>> "mvn verify -DskipITs=false".
>> - Started broker from binary convenience archive, used the web 
>> console to create a queue, ran the Qpid JMS master HelloWorld example 
>> against the broker.
>>
>> Robbie
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For 
>> additional commands, e-mail: users-h...@qpid.apache.org
>>
>>

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional 
commands, e-mail: users-h...@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 authorised 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.


Re: [VOTE] Release Apache Qpid Broker-J 7.0.4

2018-05-30 Thread Keith W
+1.

My testing was:

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 profiles: mms/AMQP1.0, bdb/AMQP0-91, dby/AMQP0-10
from source bundle (using Qpid JMS Client 0.32.0)
5) Generally kicked the tyres within the Web Management Console using
Broker from the tar,gz bundle
6) Spun up an embedded Broker-J using the staged maven artefacts.


On 29 May 2018 at 17:56, Rob Godfrey  wrote:
> +1
>
> - Built from source and ran the tests
> - started the broker from the built source, tested the console, did some ad
> hoc testing with Qpid JMS
>
> -- Rob
>
> On Tue, 29 May 2018 at 17:12, Robbie Gemmell 
> wrote:
>
>> On 28 May 2018 at 14:59, Oleksandr Rudyy  wrote:
>> > Hi all,
>> >
>> > I built a release candidate for a Qpid Broker-J 7.0.4.
>> > 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/broker-j/7.0.4-rc1
>> >
>> > The maven artifacts are also staged for now at:
>> > https://repository.apache.org/content/repositories/orgapacheqpid-1141
>> >
>> > The JIRAs currently assigned are:
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12343040
>> >
>> > Regards,
>> > Alex
>> >
>> > P.S. For testing of maven broker staging repo artefacts, please add into
>> to
>> > your poms the staging repo as below:
>> >
>> >   
>> > 
>> >   staging
>> >   
>> > https://repository.apache.org/content/repositories/orgapacheqpid-1141
>> 
>> > 
>> >   
>> >
>> >
>> > -
>> > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
>> > For additional commands, e-mail: users-h...@qpid.apache.org
>>
>> +1
>>
>> I checked things out as follows:
>> - Verified the signature and checksum files.
>> - Checked for LICENCE and NOTICE files being present in each archive.
>> - Used "mvn apache-rat:check" to check headers in the source release.
>> - Ran the source build and all tests from the default profile, using
>> "mvn verify -DskipITs=false".
>> - Started broker from binary convenience archive, used the web console
>> to create a queue, ran the Qpid JMS master HelloWorld example against
>> the broker.
>>
>> Robbie
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
>> For additional commands, e-mail: users-h...@qpid.apache.org
>>
>>

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



Re: [VOTE] Release Apache Qpid Broker-J 7.0.4

2018-05-29 Thread Rob Godfrey
+1

- Built from source and ran the tests
- started the broker from the built source, tested the console, did some ad
hoc testing with Qpid JMS

-- Rob

On Tue, 29 May 2018 at 17:12, Robbie Gemmell 
wrote:

> On 28 May 2018 at 14:59, Oleksandr Rudyy  wrote:
> > Hi all,
> >
> > I built a release candidate for a Qpid Broker-J 7.0.4.
> > 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/broker-j/7.0.4-rc1
> >
> > The maven artifacts are also staged for now at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1141
> >
> > The JIRAs currently assigned are:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12343040
> >
> > Regards,
> > Alex
> >
> > P.S. For testing of maven broker staging repo artefacts, please add into
> to
> > your poms the staging repo as below:
> >
> >   
> > 
> >   staging
> >   
> > https://repository.apache.org/content/repositories/orgapacheqpid-1141
> 
> > 
> >   
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> > For additional commands, e-mail: users-h...@qpid.apache.org
>
> +1
>
> I checked things out as follows:
> - Verified the signature and checksum files.
> - Checked for LICENCE and NOTICE files being present in each archive.
> - Used "mvn apache-rat:check" to check headers in the source release.
> - Ran the source build and all tests from the default profile, using
> "mvn verify -DskipITs=false".
> - Started broker from binary convenience archive, used the web console
> to create a queue, ran the Qpid JMS master HelloWorld example against
> the broker.
>
> Robbie
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>


Re: [VOTE] Release Apache Qpid Broker-J 7.0.4

2018-05-29 Thread Robbie Gemmell
On 28 May 2018 at 14:59, Oleksandr Rudyy  wrote:
> Hi all,
>
> I built a release candidate for a Qpid Broker-J 7.0.4.
> 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/broker-j/7.0.4-rc1
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1141
>
> The JIRAs currently assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12343040
>
> Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add into to
> your poms the staging repo as below:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1141
> 
>   
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org

+1

I checked things out as follows:
- Verified the signature and checksum files.
- Checked for LICENCE and NOTICE files being present in each archive.
- Used "mvn apache-rat:check" to check headers in the source release.
- Ran the source build and all tests from the default profile, using
"mvn verify -DskipITs=false".
- Started broker from binary convenience archive, used the web console
to create a queue, ran the Qpid JMS master HelloWorld example against
the broker.

Robbie

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