[jira] [Created] (PROTON-615) Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i)

2014-06-25 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-615: -- Summary: Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i) Key: PROTON-615 URL:

[jira] [Assigned] (PROTON-615) Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i)

2014-06-25 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-615: -- Assignee: Andrew Stitcher Cmake binding dependencies wrong (building python binding

[jira] [Resolved] (PROTON-615) Cmake binding dependencies wrong (building python binding always; no dependency for include/proton/cproton.i)

2014-06-25 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-615. Resolution: Fixed Fix Version/s: 0.8 Cmake binding dependencies wrong (building

MessageImplde.decode(ByteBuffer)

2014-06-25 Thread Clebert Suconic
I have a case where I have a ByteBuffer (which could be a native buffer (ByteBuffer.allocateNative (whatever method name that is)), and using the decode (byte[] ) would make me duplicate the byte region. Would be ok if someone merged this simple commit on qpid-proton-j? It's a very simple