Skip to content

Commit 1f90ca0

Browse files
committed
Revert "Add Joda module to ObjectMapper"
This reverts commit 34da104.
1 parent c65248d commit 1f90ca0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/config/ContextFunctionCatalogAutoConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ private JsonMapper jackson(ApplicationContext context) {
274274
// jackson-module-kotlin not available
275275
}
276276
}
277-
builder.addModule(new JodaModule());
278277
builder = builder.configure(SerializationFeature.FAIL_ON_EMPTY_BEANS, false);
279278
builder = builder.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
280279
builder = builder.configure(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES, false);

0 commit comments

Comments
 (0)