[jira] [Created] (PROTON-478) status not updated for settled deliveries

2013-12-18 Thread Rafael H. Schloming (JIRA)
Rafael H. Schloming created PROTON-478: -- Summary: status not updated for settled deliveries Key: PROTON-478 URL: https://issues.apache.org/jira/browse/PROTON-478 Project: Qpid Proton

[jira] [Commented] (PROTON-478) status not updated for settled deliveries

2013-12-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851761#comment-13851761 ] ASF subversion and git services commented on PROTON-478: Commit

[jira] [Created] (PROTON-480) Expose Settled status in Perl bindings.

2013-12-18 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-480: --- Summary: Expose Settled status in Perl bindings. Key: PROTON-480 URL: https://issues.apache.org/jira/browse/PROTON-480 Project: Qpid Proton Issue

[jira] [Updated] (PROTON-479) Expose Settled status in Ruby bindings.

2013-12-18 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce updated PROTON-479: Component/s: proton-c Expose Settled status in Ruby bindings.

[jira] [Created] (PROTON-479) Expose Settled status in Ruby bindings.

2013-12-18 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-479: --- Summary: Expose Settled status in Ruby bindings. Key: PROTON-479 URL: https://issues.apache.org/jira/browse/PROTON-479 Project: Qpid Proton Issue

[jira] [Resolved] (PROTON-479) Expose Settled status in Ruby bindings.

2013-12-18 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce resolved PROTON-479. - Resolution: Fixed Fix Version/s: 0.6 Expose Settled status in Ruby bindings.

[jira] [Commented] (PROTON-479) Expose Settled status in Ruby bindings.

2013-12-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851849#comment-13851849 ] ASF subversion and git services commented on PROTON-479: Commit

[jira] [Commented] (PROTON-480) Expose Settled status in Perl bindings.

2013-12-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851850#comment-13851850 ] ASF subversion and git services commented on PROTON-480: Commit

[jira] [Resolved] (PROTON-480) Expose Settled status in Perl bindings.

2013-12-18 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce resolved PROTON-480. - Resolution: Fixed Fix Version/s: 0.6 Expose Settled status in Perl bindings.

[jira] [Commented] (PROTON-479) Expose Settled status in Ruby bindings.

2013-12-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851868#comment-13851868 ] ASF subversion and git services commented on PROTON-479: Commit

[jira] [Commented] (PROTON-481) [python] link name is not available

2013-12-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852160#comment-13852160 ] ASF subversion and git services commented on PROTON-481: Commit

[jira] [Assigned] (PROTON-481) [python] link name is not available

2013-12-18 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned PROTON-481: - Assignee: Ken Giusti [python] link name is not available ---

[jira] [Created] (PROTON-481) [python] link name is not available

2013-12-18 Thread Ken Giusti (JIRA)
Ken Giusti created PROTON-481: - Summary: [python] link name is not available Key: PROTON-481 URL: https://issues.apache.org/jira/browse/PROTON-481 Project: Qpid Proton Issue Type: Bug

[jira] [Resolved] (PROTON-481) [python] link name is not available

2013-12-18 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-481. --- Resolution: Fixed [python] link name is not available ---

Proton 0.6 RC2

2013-12-18 Thread Rafael Schloming
Hi Everyone, I've just posted proton 0.6 RC2. The changes since RC1 are listed in the attached file. Please check it out and let me know if you run into any issues. Sources are available here: http://people.apache.org/~rhs/qpid-proton-0.6rc2/ Java binaries are available here:

Re: Proton 0.6 RC2

2013-12-18 Thread Ted Ross
Digging further into this, I see that Messenger is providing the subscription and the address before the dynamic-attach handshake is completed. It was my understanding that one or both of those calls would block until the name was resolved. -Ted On 12/18/2013 05:25 PM, Ted Ross wrote:

Re: Proton 0.6 RC2

2013-12-18 Thread Rafael Schloming
You're right, the address accessor is supposed to block until the address is available. It certainly looks like it's not doing that. I'll try to reproduce locally or failing that produce a debugging patch for you to try in your environment. --Rafael On Wed, Dec 18, 2013 at 5:44 PM, Ted Ross

[jira] [Updated] (PROTON-420) Warnings Presented When Using Strict Compiler Flags

2013-12-18 Thread Frank Quinn (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Quinn updated PROTON-420: --- Attachment: FIX-Warnings-Presented-When-Using-Strict-Compiler-Flags-PROTON-420.patch Warnings

[jira] [Commented] (PROTON-420) Warnings Presented When Using Strict Compiler Flags

2013-12-18 Thread Frank Quinn (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852319#comment-13852319 ] Frank Quinn commented on PROTON-420: Attached patch which resolves issues. Warnings

[jira] [Commented] (PROTON-439) Support for dynamic reply-to address in Messenger

2013-12-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852551#comment-13852551 ] ASF subversion and git services commented on PROTON-439: Commit

[jira] [Commented] (PROTON-420) Warnings Presented When Using Strict Compiler Flags

2013-12-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852566#comment-13852566 ] ASF subversion and git services commented on PROTON-420: Commit