The mongo driver will fail to find a useful mapping from URI to String because the map inside the $set clause isn't passed through Jackson, it's converted by the default Codecs.
Modify the JacksonCodecRegistry to use Jackson for more of the conversions
The text was updated successfully, but these errors were encountered:
rlodge commentedFeb 5, 2020
•
edited
Given an object like this:
and an update statement like this:
The mongo driver will fail to find a useful mapping from URI to String because the map inside the
$set
clause isn't passed through Jackson, it's converted by the default Codecs.Modify the
JacksonCodecRegistry
to use Jackson for more of the conversionsThe text was updated successfully, but these errors were encountered: