[jira] [Comment Edited] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542852#comment-14542852 ] Flavio Percoco edited comment on PROTON-885 at 5/13/15 10:35 PM: ---

[jira] [Commented] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542852#comment-14542852 ] Flavio Percoco commented on PROTON-885: --- The best way to test it is to make sure you

[jira] [Commented] (PROTON-827) Client binding for the "go" programming language.

2015-05-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542849#comment-14542849 ] ASF subversion and git services commented on PROTON-827: Commit 90

[jira] [Updated] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-885: -- Attachment: 0001-Allow-setup.py-for-bundling-proton.patch This version went throw a better clean

[jira] [Updated] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-885: -- Attachment: (was: 0001-Allow-setup.py-for-bundling-proton.patch) > Allow setup.py to bundle

[jira] [Commented] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542750#comment-14542750 ] Andrew Stitcher commented on PROTON-885: I agree wth [~dnwe] that it looks like we

[jira] [Commented] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Dominic Evans (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542731#comment-14542731 ] Dominic Evans commented on PROTON-885: -- Whilst I really like the idea of being able t

[jira] [Commented] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542647#comment-14542647 ] Ken Giusti commented on PROTON-885: --- Hi Flavio, I'm really interested in this feature.

[jira] [Assigned] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned PROTON-885: - Assignee: Ken Giusti > Allow setup.py to bundle qpid-proton > ---

Re: [Proton-J] Improving the engine impl.

2015-05-13 Thread Rajith Muditha Attapattu
Sure, just wanted to pose the question to what your thoughts were. Having said that, this maybe one of the areas to look at after the codec work is done. Another area is the FrameParser and FrameWrite :p ... but one thing at a time. Regards, Rajith On Wed, May 13, 2015 at 2:07 PM, Rafael Schlomi

Re: [Proton-J] Improving the engine impl.

2015-05-13 Thread Rafael Schloming
On Wed, May 13, 2015 at 12:58 PM, Rajith Muditha Attapattu < rajit...@gmail.com> wrote: > If you look at the engine impl, you would see TransportLink and a LinkImpl > (ditto for Session, Delivery etc..) > > 1. Is this separation necessary? Could we not collapse the two into one? > > 2. The extra c

Re: [Proton-J] Removing unused methods in the Message interface

2015-05-13 Thread Rafael Schloming
On Wed, May 13, 2015 at 12:44 PM, Rajith Muditha Attapattu < rajit...@gmail.com> wrote: > This is a courtesy notice that I will be removing the following methods > from the Proton Message interface in 48 hrs unless I hear any objections. > > I believe Robbie has already mentioned this in the past.

[jira] [Commented] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542256#comment-14542256 ] Andrew Stitcher commented on PROTON-885: [~flaper87] Just eyeballing the patch it

[jira] [Updated] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-885: -- Attachment: 0001-Allow-setup.py-for-bundling-proton.patch Patch (Tested on linux using the setup

[Proton-J] Improving the engine impl.

2015-05-13 Thread Rajith Muditha Attapattu
If you look at the engine impl, you would see TransportLink and a LinkImpl (ditto for Session, Delivery etc..) 1. Is this separation necessary? Could we not collapse the two into one? 2. The extra copying of data btw the two layers could possibly be a performance issue. Regards, Rajith

[jira] [Created] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-05-13 Thread Flavio Percoco (JIRA)
Flavio Percoco created PROTON-885: - Summary: Allow setup.py to bundle qpid-proton Key: PROTON-885 URL: https://issues.apache.org/jira/browse/PROTON-885 Project: Qpid Proton Issue Type: Improv

[Proton-J] Removing unused methods in the Message interface

2015-05-13 Thread Rajith Muditha Attapattu
This is a courtesy notice that I will be removing the following methods from the Proton Message interface in 48 hrs unless I hear any objections. I believe Robbie has already mentioned this in the past. Rajith Object save(); String toAMQPFormat(Object value); Object parseAMQPFormat

Re: Development workflow and release process [WAS: Concurrent Go API for proton is, erm, GO!]

2015-05-13 Thread Darryl L. Pierce
On Tue, May 12, 2015 at 07:06:19PM -0400, Alan Conway wrote: > On Thu, 2015-05-07 at 15:42 -0400, Rafael Schloming wrote: > > > > 1. For developing new language bindings (and really for any development > > > > work that will involve enough new stuff to have a noisy commit history) > > > we > > > >

[jira] [Commented] (PROTON-738) Debian + Ubuntu Packages need updating to 0.8

2015-05-13 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541902#comment-14541902 ] Darryl L. Pierce commented on PROTON-738: - The Proton 0.9 packages for Ubuntu 12 a