You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Rafael Schloming <rh...@alum.mit.edu> on 2015/03/16 21:42:18 UTC

[VOTE]: Proton 0.9-rc-3

Hi Everyone,

Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
those two mentioned on the rc-2 vote thread. I've included them at the end
for reference. You can find the source artifacts in the usual location:

    https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/

Java binaries are here:

    https://repository.apache.org/content/repositories/orgapacheqpid-1031

Please check it out and register your vote:

[   ] Yes, release Proton 0.9-rc-3 as 0.9 final
[   ] No, because ...

--Rafael

======================================================

commit 810088b14dedcd12a9474687ba9cd05fc8297188
Author: Dominic Evans <do...@uk.ibm.com>
Date:   Mon Mar 16 12:18:20 2015 +0000

    PROTON-834: further UTF-8 encoder fixes

    After commit c65e897 it turned out there were still some issues with
    strings containing a codepoint >0xDBFF which was being incorrectly
    treated as a surrogate pair in the calculateUTF8Length method.

    Fixed this up and added some more test coverage.

    Closes #13

    (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)

commit c2042d7d26c4383047dac2709d1a2effe0b11419
Author: Alan Conway <ac...@redhat.com>
Date:   Mon Mar 16 09:51:28 2015 -0400

    PROTON-839: Proton 0.9 RC 2 blocker -
proton_tests.utils.SyncRequestResponse

    Fix to reactor.py, check for lack of SSL domain.

    (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)

Re: [VOTE]: Proton 0.9-rc-3

Posted by Ken Giusti <kg...@redhat.com>.
[X] Yes, release Proton 0.9-rc-3 as 0.9 final



----- Original Message -----
> From: "Rafael Schloming" <rh...@alum.mit.edu>
> To: proton@qpid.apache.org, users@qpid.apache.org
> Sent: Monday, March 16, 2015 4:42:18 PM
> Subject: [VOTE]: Proton 0.9-rc-3
> 
> Hi Everyone,
> 
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
> 
>     https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1031
> 
> Please check it out and register your vote:
> 
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...
> 
> --Rafael
> 
> ======================================================
> 
> commit 810088b14dedcd12a9474687ba9cd05fc8297188
> Author: Dominic Evans <do...@uk.ibm.com>
> Date:   Mon Mar 16 12:18:20 2015 +0000
> 
>     PROTON-834: further UTF-8 encoder fixes
> 
>     After commit c65e897 it turned out there were still some issues with
>     strings containing a codepoint >0xDBFF which was being incorrectly
>     treated as a surrogate pair in the calculateUTF8Length method.
> 
>     Fixed this up and added some more test coverage.
> 
>     Closes #13
> 
>     (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)
> 
> commit c2042d7d26c4383047dac2709d1a2effe0b11419
> Author: Alan Conway <ac...@redhat.com>
> Date:   Mon Mar 16 09:51:28 2015 -0400
> 
>     PROTON-839: Proton 0.9 RC 2 blocker -
> proton_tests.utils.SyncRequestResponse
> 
>     Fix to reactor.py, check for lack of SSL domain.
> 
>     (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)
> 

-- 
-K

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


Re: [VOTE]: Proton 0.9-rc-3

Posted by Alan Conway <ac...@redhat.com>.
[ +1] Yes, release Proton 0.9-rc-3 as 0.9 final




Re: [VOTE]: Proton 0.9-rc-3

Posted by Robbie Gemmell <ro...@gmail.com>.
[ +1 ] Yes, release Proton 0.9-rc-3 as 0.9 final

Robbie

On 16 March 2015 at 20:42, Rafael Schloming <rh...@alum.mit.edu> wrote:
> Hi Everyone,
>
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
>
>     https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
>
> Java binaries are here:
>
>     https://repository.apache.org/content/repositories/orgapacheqpid-1031
>
> Please check it out and register your vote:
>
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...
>
> --Rafael
>
> ======================================================
>
> commit 810088b14dedcd12a9474687ba9cd05fc8297188
> Author: Dominic Evans <do...@uk.ibm.com>
> Date:   Mon Mar 16 12:18:20 2015 +0000
>
>     PROTON-834: further UTF-8 encoder fixes
>
>     After commit c65e897 it turned out there were still some issues with
>     strings containing a codepoint >0xDBFF which was being incorrectly
>     treated as a surrogate pair in the calculateUTF8Length method.
>
>     Fixed this up and added some more test coverage.
>
>     Closes #13
>
>     (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)
>
> commit c2042d7d26c4383047dac2709d1a2effe0b11419
> Author: Alan Conway <ac...@redhat.com>
> Date:   Mon Mar 16 09:51:28 2015 -0400
>
>     PROTON-839: Proton 0.9 RC 2 blocker -
> proton_tests.utils.SyncRequestResponse
>
>     Fix to reactor.py, check for lack of SSL domain.
>
>     (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)

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


Re: [VOTE]: Proton 0.9-rc-3

Posted by Ken Giusti <kg...@redhat.com>.
[X] Yes, release Proton 0.9-rc-3 as 0.9 final



----- Original Message -----
> From: "Rafael Schloming" <rh...@alum.mit.edu>
> To: proton@qpid.apache.org, users@qpid.apache.org
> Sent: Monday, March 16, 2015 4:42:18 PM
> Subject: [VOTE]: Proton 0.9-rc-3
> 
> Hi Everyone,
> 
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
> 
>     https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1031
> 
> Please check it out and register your vote:
> 
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...
> 
> --Rafael
> 
> ======================================================
> 
> commit 810088b14dedcd12a9474687ba9cd05fc8297188
> Author: Dominic Evans <do...@uk.ibm.com>
> Date:   Mon Mar 16 12:18:20 2015 +0000
> 
>     PROTON-834: further UTF-8 encoder fixes
> 
>     After commit c65e897 it turned out there were still some issues with
>     strings containing a codepoint >0xDBFF which was being incorrectly
>     treated as a surrogate pair in the calculateUTF8Length method.
> 
>     Fixed this up and added some more test coverage.
> 
>     Closes #13
> 
>     (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)
> 
> commit c2042d7d26c4383047dac2709d1a2effe0b11419
> Author: Alan Conway <ac...@redhat.com>
> Date:   Mon Mar 16 09:51:28 2015 -0400
> 
>     PROTON-839: Proton 0.9 RC 2 blocker -
> proton_tests.utils.SyncRequestResponse
> 
>     Fix to reactor.py, check for lack of SSL domain.
> 
>     (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)
> 

-- 
-K

Re: [VOTE]: Proton 0.9-rc-3

Posted by "Darryl L. Pierce" <dp...@redhat.com>.
On Tue, Mar 17, 2015 at 09:42:18AM +1300, Rafael Schloming wrote:
> Hi Everyone,
> 
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
> 
>     https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1031
> 
> Please check it out and register your vote:
> 
> [ X ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...

Packaged for Fedora. Installed all packages.
Tested across language bindings (Python, Perl, Ruby).
Found a single non-blocking issue in Perl that I've fixed and pushed.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/


Re: [VOTE]: Proton 0.9-rc-3

Posted by Ted Ross <tr...@redhat.com>.
[ X ] Yes, release Proton 0.9-rc-3 as 0.9 final


On 03/16/2015 04:42 PM, Rafael Schloming wrote:
> Hi Everyone,
>
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
>
>      https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
>
> Java binaries are here:
>
>      https://repository.apache.org/content/repositories/orgapacheqpid-1031
>
> Please check it out and register your vote:
>
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...
>
> --Rafael
>
> ======================================================
>
> commit 810088b14dedcd12a9474687ba9cd05fc8297188
> Author: Dominic Evans <do...@uk.ibm.com>
> Date:   Mon Mar 16 12:18:20 2015 +0000
>
>      PROTON-834: further UTF-8 encoder fixes
>
>      After commit c65e897 it turned out there were still some issues with
>      strings containing a codepoint >0xDBFF which was being incorrectly
>      treated as a surrogate pair in the calculateUTF8Length method.
>
>      Fixed this up and added some more test coverage.
>
>      Closes #13
>
>      (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)
>
> commit c2042d7d26c4383047dac2709d1a2effe0b11419
> Author: Alan Conway <ac...@redhat.com>
> Date:   Mon Mar 16 09:51:28 2015 -0400
>
>      PROTON-839: Proton 0.9 RC 2 blocker -
> proton_tests.utils.SyncRequestResponse
>
>      Fix to reactor.py, check for lack of SSL domain.
>
>      (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)
>

Re: [VOTE]: Proton 0.9-rc-3

Posted by Ted Ross <tr...@redhat.com>.
[ X ] Yes, release Proton 0.9-rc-3 as 0.9 final


On 03/16/2015 04:42 PM, Rafael Schloming wrote:
> Hi Everyone,
>
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
>
>      https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
>
> Java binaries are here:
>
>      https://repository.apache.org/content/repositories/orgapacheqpid-1031
>
> Please check it out and register your vote:
>
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...
>
> --Rafael
>
> ======================================================
>
> commit 810088b14dedcd12a9474687ba9cd05fc8297188
> Author: Dominic Evans <do...@uk.ibm.com>
> Date:   Mon Mar 16 12:18:20 2015 +0000
>
>      PROTON-834: further UTF-8 encoder fixes
>
>      After commit c65e897 it turned out there were still some issues with
>      strings containing a codepoint >0xDBFF which was being incorrectly
>      treated as a surrogate pair in the calculateUTF8Length method.
>
>      Fixed this up and added some more test coverage.
>
>      Closes #13
>
>      (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)
>
> commit c2042d7d26c4383047dac2709d1a2effe0b11419
> Author: Alan Conway <ac...@redhat.com>
> Date:   Mon Mar 16 09:51:28 2015 -0400
>
>      PROTON-839: Proton 0.9 RC 2 blocker -
> proton_tests.utils.SyncRequestResponse
>
>      Fix to reactor.py, check for lack of SSL domain.
>
>      (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)
>

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


Re: [VOTE]: Proton 0.9-rc-3

Posted by Gordon Sim <gs...@redhat.com>.
On 03/16/2015 08:42 PM, Rafael Schloming wrote:
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
>
>      https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
>
> Java binaries are here:
>
>      https://repository.apache.org/content/repositories/orgapacheqpid-1031
>
> Please check it out and register your vote:

[ X ] Yes, release Proton 0.9-rc-3 as 0.9 final
[   ] No, because ...


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


Re: [VOTE]: Proton 0.9-rc-3

Posted by Alan Conway <ac...@redhat.com>.
[ +1] Yes, release Proton 0.9-rc-3 as 0.9 final




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


Re: [VOTE]: Proton 0.9-rc-3

Posted by Božo Dragojevič <bo...@digiverse.si>.
[ +1 ] Yes, release Proton 0.9-rc-3 as 0.9 final

Bozzo
On Mar 16, 2015 9:43 PM, "Rafael Schloming" <rh...@alum.mit.edu> wrote:

> Hi Everyone,
>
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
>
>     https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
>
> Java binaries are here:
>
>     https://repository.apache.org/content/repositories/orgapacheqpid-1031
>
> Please check it out and register your vote:
>
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...
>
> --Rafael
>
> ======================================================
>
> commit 810088b14dedcd12a9474687ba9cd05fc8297188
> Author: Dominic Evans <do...@uk.ibm.com>
> Date:   Mon Mar 16 12:18:20 2015 +0000
>
>     PROTON-834: further UTF-8 encoder fixes
>
>     After commit c65e897 it turned out there were still some issues with
>     strings containing a codepoint >0xDBFF which was being incorrectly
>     treated as a surrogate pair in the calculateUTF8Length method.
>
>     Fixed this up and added some more test coverage.
>
>     Closes #13
>
>     (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)
>
> commit c2042d7d26c4383047dac2709d1a2effe0b11419
> Author: Alan Conway <ac...@redhat.com>
> Date:   Mon Mar 16 09:51:28 2015 -0400
>
>     PROTON-839: Proton 0.9 RC 2 blocker -
> proton_tests.utils.SyncRequestResponse
>
>     Fix to reactor.py, check for lack of SSL domain.
>
>     (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)
>

Re: [VOTE]: Proton 0.9-rc-3

Posted by Robbie Gemmell <ro...@gmail.com>.
[ +1 ] Yes, release Proton 0.9-rc-3 as 0.9 final

Robbie

On 16 March 2015 at 20:42, Rafael Schloming <rh...@alum.mit.edu> wrote:
> Hi Everyone,
>
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
>
>     https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
>
> Java binaries are here:
>
>     https://repository.apache.org/content/repositories/orgapacheqpid-1031
>
> Please check it out and register your vote:
>
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...
>
> --Rafael
>
> ======================================================
>
> commit 810088b14dedcd12a9474687ba9cd05fc8297188
> Author: Dominic Evans <do...@uk.ibm.com>
> Date:   Mon Mar 16 12:18:20 2015 +0000
>
>     PROTON-834: further UTF-8 encoder fixes
>
>     After commit c65e897 it turned out there were still some issues with
>     strings containing a codepoint >0xDBFF which was being incorrectly
>     treated as a surrogate pair in the calculateUTF8Length method.
>
>     Fixed this up and added some more test coverage.
>
>     Closes #13
>
>     (cherry picked from commit 7b9b516d445ab9e86a0313709c77218d901435b1)
>
> commit c2042d7d26c4383047dac2709d1a2effe0b11419
> Author: Alan Conway <ac...@redhat.com>
> Date:   Mon Mar 16 09:51:28 2015 -0400
>
>     PROTON-839: Proton 0.9 RC 2 blocker -
> proton_tests.utils.SyncRequestResponse
>
>     Fix to reactor.py, check for lack of SSL domain.
>
>     (cherry picked from commit e31df015a79d791e62caf9bef3f29bdfd77042ef)

Re: [VOTE]: Proton 0.9-rc-3

Posted by "Darryl L. Pierce" <dp...@redhat.com>.
On Tue, Mar 17, 2015 at 09:42:18AM +1300, Rafael Schloming wrote:
> Hi Everyone,
> 
> Here's a quick respin of 0.9-rc-3. The only changes from rc-2 are exactly
> those two mentioned on the rc-2 vote thread. I've included them at the end
> for reference. You can find the source artifacts in the usual location:
> 
>     https://people.apache.org/~rhs/qpid-proton-0.9-rc-3/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1031
> 
> Please check it out and register your vote:
> 
> [ X ] Yes, release Proton 0.9-rc-3 as 0.9 final
> [   ] No, because ...

Packaged for Fedora. Installed all packages.
Tested across language bindings (Python, Perl, Ruby).
Found a single non-blocking issue in Perl that I've fixed and pushed.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/


Re: [VOTE]: Proton 0.9-rc-3

Posted by Timothy Bish <ta...@gmail.com>.
On 03/16/2015 04:42 PM, Rafael Schloming wrote:
> [   ] Yes, release Proton 0.9-rc-3 as 0.9 final

[X] Yes, release Proton 0.9-rc-3 as 0.9 final


-- 
Tim Bish
Sr Software Engineer | RedHat Inc.
tim.bish@redhat.com | www.redhat.com
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/