I am using the java 8 java.time.LocalDate to parse around dates.
But trying to insert a LocalDate object to mongodb. I get errors in the java driver:
As Oliver Gierke mentions here
This datatype is not supported yet. I hope this will be available soon.