[jira] [Resolved] (PROTON-1060) [Python Binding] API call types for some message properties do not match AMQP specification

2016-01-05 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet resolved PROTON-1060. -- Resolution: Fixed API and tests updated > [Python Binding] API call types for some

[jira] [Created] (PROTON-1091) [Python binding] AMQP null type not sent on wire according to AMQP specification

2016-01-06 Thread Kim van der Riet (JIRA)
Kim van der Riet created PROTON-1091: Summary: [Python binding] AMQP null type not sent on wire according to AMQP specification Key: PROTON-1091 URL: https://issues.apache.org/jira/browse/PROTON-1091

[jira] [Created] (PROTON-1084) [cpp binding] Add message annotation support

2015-12-22 Thread Kim van der Riet (JIRA)
Kim van der Riet created PROTON-1084: Summary: [cpp binding] Add message annotation support Key: PROTON-1084 URL: https://issues.apache.org/jira/browse/PROTON-1084 Project: Qpid Proton

[jira] [Updated] (PROTON-1084) [cpp binding] Add message annotation support

2015-12-22 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet updated PROTON-1084: - Description: The current cpp binding does not expose message annotations. Add this

[jira] [Resolved] (PROTON-1084) [cpp binding] Add message annotation support

2015-12-22 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet resolved PROTON-1084. -- Resolution: Fixed Added support to the cpp binding API for message annotations. The

[jira] [Created] (PROTON-1060) [Python Binding] API call types for some message properties do not match AMQP specification

2015-11-24 Thread Kim van der Riet (JIRA)
Kim van der Riet created PROTON-1060: Summary: [Python Binding] API call types for some message properties do not match AMQP specification Key: PROTON-1060 URL:

[jira] [Created] (PROTON-1061) [Python Binding] Add support for all AMQP 1.0 types

2015-11-24 Thread Kim van der Riet (JIRA)
Kim van der Riet created PROTON-1061: Summary: [Python Binding] Add support for all AMQP 1.0 types Key: PROTON-1061 URL: https://issues.apache.org/jira/browse/PROTON-1061 Project: Qpid Proton

[jira] [Commented] (PROTON-1060) [Python Binding] API call types for some message properties do not match AMQP specification

2015-11-24 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15024783#comment-15024783 ] Kim van der Riet commented on PROTON-1060: -- A proposed patch is at

[jira] [Created] (PROTON-1159) [C++ binding] Improvements and updates necessary for qpid-interop-test

2016-03-15 Thread Kim van der Riet (JIRA)
Kim van der Riet created PROTON-1159: Summary: [C++ binding] Improvements and updates necessary for qpid-interop-test Key: PROTON-1159 URL: https://issues.apache.org/jira/browse/PROTON-1159

[jira] [Created] (PROTON-1160) [Python binding] decimal32 and decimal64 are sent byte reversed

2016-03-19 Thread Kim van der Riet (JIRA)
Kim van der Riet created PROTON-1160: Summary: [Python binding] decimal32 and decimal64 are sent byte reversed Key: PROTON-1160 URL: https://issues.apache.org/jira/browse/PROTON-1160 Project:

[jira] [Updated] (PROTON-1149) [Python binding] Python float values +inf and -inf do not work correctly as 32-bit AMQP float values on RHEL7

2016-03-01 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet updated PROTON-1149: - Description: When run on RHEL 7, the 32-bit floating point values +inf (0x7f80) and

[jira] [Commented] (PROTON-1149) [Python binding] Python float values +inf and -inf do not work correctly as 32-bit AMQP float values on RHEL7

2016-03-01 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15173983#comment-15173983 ] Kim van der Riet commented on PROTON-1149: -- The Python code which causes this error is from the

[jira] [Created] (PROTON-1149) [Python binding] Python float values +inf and -inf do not work correctly as 32-bit AMQP float values on RHEL7

2016-03-01 Thread Kim van der Riet (JIRA)
Kim van der Riet created PROTON-1149: Summary: [Python binding] Python float values +inf and -inf do not work correctly as 32-bit AMQP float values on RHEL7 Key: PROTON-1149 URL:

[jira] [Resolved] (PROTON-1061) [Python Binding] Add support for all AMQP 1.0 types

2016-04-01 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet resolved PROTON-1061. -- Resolution: Fixed Support for these types has been added to the Python API. There are