[jira] [Resolved] (AVRO-2335) Remove Joda Time Library

2019-09-17 Thread Nandor Kollar (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Kollar resolved AVRO-2335. - Resolution: Fixed > Remove Joda Time Library > > > Key:

[jira] [Commented] (AVRO-2335) Remove Joda Time Library

2019-09-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931149#comment-16931149 ] ASF subversion and git services commented on AVRO-2335: --- Commit

[jira] [Commented] (AVRO-2335) Remove Joda Time Library

2019-09-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931198#comment-16931198 ] Hudson commented on AVRO-2335: -- SUCCESS: Integrated in Jenkins build AvroJava #737 (See

[jira] [Created] (AVRO-2564) The link address in javadoc-plugin has expired

2019-09-17 Thread Zezeng Wang (Jira)
Zezeng Wang created AVRO-2564: - Summary: The link address in javadoc-plugin has expired Key: AVRO-2564 URL: https://issues.apache.org/jira/browse/AVRO-2564 Project: Apache Avro Issue Type: Bug

[jira] [Updated] (AVRO-2563) Add data interop test for the JavaScript bindings

2019-09-17 Thread Kengo Seki (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kengo Seki updated AVRO-2563: - Status: Patch Available (was: Open) > Add data interop test for the JavaScript bindings >

[jira] [Updated] (AVRO-2562) Expose the JavaScript BlockEncoder's piped stream

2019-09-17 Thread Kengo Seki (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kengo Seki updated AVRO-2562: - Status: Patch Available (was: Open) > Expose the JavaScript BlockEncoder's piped stream >

[jira] [Commented] (AVRO-2474) Support a "unit" property of schema fields

2019-09-17 Thread Erik Erlandson (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931958#comment-16931958 ] Erik Erlandson commented on AVRO-2474: -- I have written up a draft of an Avro Enhancement Proposal,

[jira] [Created] (AVRO-2565) HTTPServer and Responder to support asynchronous responses

2019-09-17 Thread Matteo Pelati (Jira)
Matteo Pelati created AVRO-2565: --- Summary: HTTPServer and Responder to support asynchronous responses Key: AVRO-2565 URL: https://issues.apache.org/jira/browse/AVRO-2565 Project: Apache Avro

Async responder - avro-2565

2019-09-17 Thread Matteo Pelati
Hello, I created a JIRA ticket to extend responder and httpserver to support async responses (using continuations). I need this feature for a project and I thought it could be a general purpose extension. If the group is interested i can implement it as part of the core avro Java server.