The current version (1.4.4) of the neo4j-java-driver does not support Temporal instant types. Is it possible to update it to latest which does that? i.e. 1.7.5.
I had done that locall, and all of the unit tests are passing fine, however obviously I hadn't reworked code responsbile for handling java.util.Date, but only tested storing ZoneDateTime (which is the type for that).
The current version (1.4.4) of the neo4j-java-driver does not support Temporal instant types. Is it possible to update it to latest which does that? i.e. 1.7.5.
I had done that locall, and all of the unit tests are passing fine, however obviously I hadn't reworked code responsbile for handling java.util.Date, but only tested storing ZoneDateTime (which is the type for that).