-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,6 @@ class DslTest { | |
assertTrue(mapper.isEnabled(JsonReadFeature.ALLOW_JAVA_COMMENTS)) | ||
assertFalse(mapper.isEnabled(JsonWriteFeature.QUOTE_FIELD_NAMES)) | ||
assertTrue(mapper.isEnabled(JsonReadFeature.ALLOW_SINGLE_QUOTES)) | ||
assertTrue(mapper.registeredModuleIds.any { it == "com.fasterxml.jackson.module.kotlin.KotlinModule" }) | ||
assertTrue(mapper.registeredModuleIds.any { it == "jackson-module-kotlin" }) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
cowtowncoder
Member
|
||
} | ||
} |
@cowtowncoder A build failed for a no-code-changes commit, so I think it's due to a change in databind. It looks like the module names registered with the object mapper have changed from the full class name to…well I'm not actually sure where that string is coming from, the only code-ish place it's present is the pom. Is that intended?