Support ZonedDateTime [DATACMNS-1577]
Labels
in: mapping
Mapping and conversion infrastructure
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
spring-projects-issues commentedSep 3, 2019
Herman Bovens opened DATACMNS-1577 and commented
Since there is no converter supplied for
ZonedDateTime
, developers using this Java 8 type always need to create these:And then they need to register these as custom conversions, for example in a Spring Boot Project using Spring Data MongoDb:
The framework could supply those instead and have them registered by default
Affects: 2.2 RC2 (Moore)
The text was updated successfully, but these errors were encountered: