You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/MongoCustomConversions.java
+1
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,7 @@ public MongoConverterConfigurationAdapter useSpringDataJavaTimeCodecs() {
312
312
returnuseNativeDriverJavaTimeCodecs(false);
313
313
}
314
314
315
+
// TODO: might just be a flag like the time codec?
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/convert/MappingMongoConverterUnitTests.java
0 commit comments