[ 
https://issues.apache.org/jira/browse/AVRO-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Auke van Leeuwen updated AVRO-2079:
-----------------------------------
    Description: 
Currently, for the date/time related logical types, we are generating Joda 
date/time objects. Since we've moved to Java-8 (AVRO-2043) it seems logical to 
also provide the possibility to generate {{java.time.*}} date/time objects 
instead of the Joda time variants.

I propose to make this is a swtich in {{SpecificCompiler.java}} which will 
default to Joda (I think), but can be set to generate the Java 8 versions.

(I'm currently trying to run through the code to see if I can make it work.)

  was:
Currently, for the date/time related logical types we are generating Joda 
date/time objects. Since we've moved to Java-8 (AVRO-2043) it seems logical to 
also provide the possibility to generate {{java.time.*}} date/time objects 
instead of the Joda time variants.

I propose to make this is a swtich in {{SpecificCompiler.java}} which will 
default to Joda (I think), but can be set to generate the Java 8 versions.

(I'm currently trying to run through the code to see if I can make it work.)


> Add ability to use Java 8 date/time types instead of Joda time.
> ---------------------------------------------------------------
>
>                 Key: AVRO-2079
>                 URL: https://issues.apache.org/jira/browse/AVRO-2079
>             Project: Avro
>          Issue Type: Improvement
>          Components: java, logical types
>    Affects Versions: 1.8.2
>            Reporter: Auke van Leeuwen
>
> Currently, for the date/time related logical types, we are generating Joda 
> date/time objects. Since we've moved to Java-8 (AVRO-2043) it seems logical 
> to also provide the possibility to generate {{java.time.*}} date/time objects 
> instead of the Joda time variants.
> I propose to make this is a swtich in {{SpecificCompiler.java}} which will 
> default to Joda (I think), but can be set to generate the Java 8 versions.
> (I'm currently trying to run through the code to see if I can make it work.)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to