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

2018-04-03 Thread Oleksandr Rudyy
+1

I performed the following tests:

* verified signatures and checksums
* built and ran java-mms.1-0 tests from source bundle
* started broker on fedora 27
* created test queue using Web Management Console
* ran "hello world" example using JMS AMQP 1.0 client
* ran "hello world" example using JMS AMQP 0-x client


On 30 March 2018 at 15:40, Oleksandr Rudyy  wrote:
> Hi all,
>
> I built a release candidate for a Qpid Broker-J 7.0.3.
> 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.3-rc1
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1134
>
> The JIRAs currently assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342887
>
> 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-1134
> 
>   
>
>
> -
> 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.3

2018-04-03 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 profile mms/bdb 0-9/0-10//1.0 from source bundle
(Qpid JMS Client 0.31.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.
7) Repeated a manual test verifying the fix for QPID-8144 (Memory
compaction may not run when Direct Memory exceeds 2GB)

On 2 April 2018 at 12:47, Robbie Gemmell  wrote:
> On 30 March 2018 at 15:40, Oleksandr Rudyy  wrote:
>> Hi all,
>>
>> I built a release candidate for a Qpid Broker-J 7.0.3.
>> 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.3-rc1
>>
>> The maven artifacts are also staged for now at:
>> https://repository.apache.org/content/repositories/orgapacheqpid-1134
>>
>> The JIRAs currently assigned are:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342887
>>
>> 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-1134
>> 
>>   
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
>> For additional commands, e-mail: users-h...@qpid.apache.org
>
> +1
>
> I checked things over 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 in each archive.
> - Ran the source build and tests using the default profile, all good.
> - Started the broker, 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.3

2018-04-02 Thread Robbie Gemmell
On 30 March 2018 at 15:40, Oleksandr Rudyy  wrote:
> Hi all,
>
> I built a release candidate for a Qpid Broker-J 7.0.3.
> 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.3-rc1
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1134
>
> The JIRAs currently assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342887
>
> 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-1134
> 
>   
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org

+1

I checked things over 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 in each archive.
- Ran the source build and tests using the default profile, all good.
- Started the broker, 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.3

2018-04-02 Thread Gordon Sim

On 30/03/18 15:40, Oleksandr Rudyy wrote:

Hi all,

I built a release candidate for a Qpid Broker-J 7.0.3.
Please give it a test out and vote accordingly.


+1 (checked signature and hash, built from source including running of 
tests, ran qpid-cpp client, 1.0 and 0-10, against it, ran python proton 
examples against it.)


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



[VOTE] Release Apache Qpid Broker-J 7.0.3

2018-03-30 Thread Oleksandr Rudyy
Hi all,

I built a release candidate for a Qpid Broker-J 7.0.3.
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.3-rc1

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

The JIRAs currently assigned are:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342887

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-1134

  


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