[RESULT][VOTE] Release Qpid for Java 6.1.6

2018-04-04 Thread Oleksandr Rudyy
There were 3 binding +1 votes, and no other votes received. The vote has
passed.

The voting thread can be found here:
https://lists.apache.org/thread.html/52bb20cc6b9e82795a42130bebd923ddca3ed06f8f9d8820a64fd5af@%3Cusers.qpid.apache.org%3E

I will add the archives to the dist release repo and release the maven
staging repo shortly. The website will be updated once the artefacts
have had time to sync to the mirrors and maven central.

Kind Regards,
Alex

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


Re: [VOTE] Release Qpid for Java 6.1.6

2018-04-03 Thread Oleksandr Rudyy
+1

I performed the following tests:

* verified signatures and checksums
* built and ran java-mms.0-9 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 16:45, Oleksandr Rudyy  wrote:
> Hi all,
>
> A bug-fix release candidate for the version 6.1.6 of the Qpid for
> Java Components has been created.
>
> The list of defect fixes can be found in Jira:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342163
>
> 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.6-rc1
>
> Those files and the other maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1135
>
> 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:
>
>   
> 
>   staging
>
> https://repository.apache.org/content/repositories/orgapacheqpid-1135
> 
>   
>
> -
> 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 Qpid for Java 6.1.6

2018-04-03 Thread Keith W
+1.

My testing was:

1) Verified the sha512 checksums on all distribution artefacts
2) Verified signatures on all the distribution artefacts
3) Ran apache RAT
4) Built/ran test profile bdb (0-9) and dby (0-10) from source bundle
5) Ran hello world against staged maven client artefacts against
broker from binary distribution artefact
6) 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 13:24, Robbie Gemmell  wrote:
> On 30 March 2018 at 16:45, Oleksandr Rudyy  wrote:
>> Hi all,
>>
>> A bug-fix release candidate for the version 6.1.6 of the Qpid for
>> Java Components has been created.
>>
>> The list of defect fixes can be found in Jira:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342163
>>
>> 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.6-rc1
>>
>> Those files and the other maven artifacts are also staged for now at:
>> https://repository.apache.org/content/repositories/orgapacheqpid-1135
>>
>> 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:
>>
>>   
>> 
>>   staging
>>   
>> https://repository.apache.org/content/repositories/orgapacheqpid-1135
>> 
>>   
>>
>> -
>> 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 passed.
> - 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 Qpid for Java 6.1.6

2018-04-02 Thread Robbie Gemmell
On 30 March 2018 at 16:45, Oleksandr Rudyy  wrote:
> Hi all,
>
> A bug-fix release candidate for the version 6.1.6 of the Qpid for
> Java Components has been created.
>
> The list of defect fixes can be found in Jira:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342163
>
> 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.6-rc1
>
> Those files and the other maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1135
>
> 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:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1135
> 
>   
>
> -
> 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 passed.
- 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



[VOTE] Release Qpid for Java 6.1.6

2018-03-30 Thread Oleksandr Rudyy
Hi all,

A bug-fix release candidate for the version 6.1.6 of the Qpid for
Java Components has been created.

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

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

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

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:

  

  staging
  
https://repository.apache.org/content/repositories/orgapacheqpid-1135

  

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