-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 3.8.1
-
Component/s: Codecs
-
None
-
Environment:Spring Boot 2
Spring 5
MongoDB 4
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The java.util.Date API is outdated and has been replaced by far better mechanics.
It would be nice, if I could get java.time.Instants or LocalDateTimes from Bson's Documents in addition or instead of juDates.
I know I can just convert them, but it somewhat feels wrong.