Commits


Paul Vorbach authored and nandorKollar committed b814cd0b76b
AVRO-2079: Add ability to generate Java8 native date/time classes (new) (#309) AVRO-2079: Add ability to use Java 8 date/time types instead of Joda time. Add compiler option to allow generating Java 8 date/time classes instead of Joda time. This commit adds a new optional compiler option -dateTimeLogicalTypeImpl to specify which date/time implementation to use. It could be joda or jsr310, if not specified by, then the default is joda.