Json encoding and decoding when using Avro in .NET

2014-12-18 Thread Martin Sponholtz
Hi, We have just started working with Avro serialization. We're using RabbitMQ as message broker in the project and would like to use Avro to serialize and deserialize messages. One of the reasons we choose to use Avro is it's support of both binary and json serialization. We're however

[jira] [Commented] (AVRO-1537) Make it easier to set up a multi-language build environment

2014-12-18 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14251528#comment-14251528 ] Niels Basjes commented on AVRO-1537: Hi [~tomwhite], I verified on my system but

[jira] [Resolved] (AVRO-1621) PHP: FloatIntEncodingTest fails for NAN

2014-12-18 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White resolved AVRO-1621. - Resolution: Fixed Fix Version/s: 1.7.8 Assignee: Tom White Hadoop Flags: Reviewed

[jira] [Commented] (AVRO-1621) PHP: FloatIntEncodingTest fails for NAN

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

[jira] [Commented] (AVRO-1621) PHP: FloatIntEncodingTest fails for NAN

2014-12-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14251814#comment-14251814 ] Hudson commented on AVRO-1621: -- SUCCESS: Integrated in AvroJava #508 (See

[jira] [Commented] (AVRO-1537) Make it easier to set up a multi-language build environment

2014-12-18 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14251842#comment-14251842 ] Tom White commented on AVRO-1537: - Doug I wonder if this might better be in share/docker,

Re: Json encoding and decoding when using Avro in .NET

2014-12-18 Thread Doug Cutting
Martin, I don't know of anyone implementing a Avro JSON encoding in C#. This would be a great addition. Thanks, Doug On Thu, Dec 18, 2014 at 2:35 AM, Martin Sponholtz mar...@comiit.com wrote: Hi, We have just started working with Avro serialization. We're using RabbitMQ as message

[jira] [Commented] (AVRO-1537) Make it easier to set up a multi-language build environment

2014-12-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14251927#comment-14251927 ] Doug Cutting commented on AVRO-1537: I like the idea of not running as root within the

[jira] [Commented] (AVRO-1593) C++ json encoder assumes C locale and generates invalid UTF-8 sequence

2014-12-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14252058#comment-14252058 ] Doug Cutting commented on AVRO-1593: This change looks reasonable to me. Can someone