gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 354 forks source link

Create serialisers for Java 8 Date/Time objects #1002

Open m55624 opened 7 years ago

m55624 commented 7 years ago

It's heavily discouraged to use the old Java Date classes in favour of the new APIs (e.g. http://www.oracle.com/technetwork/articles/java/jf14-date-time-2125367.html).

Therefore there should be ordered raw serialisers implemented for the new Java 8 date and time objects.

These should be made for:

LocalDateTime LocalDate LocalTime

n3101 commented 3 years ago

What would be the status of this work if we go to say Java 11? Does this become irrelevant, more pressing, or no change?