Skip to content

Conversation

@JooHyukKim
Copy link
Member

Resolves failing tests affected by FasterXML/jackson-databind#4858

val item = createMapper(false).readValue<TestClassWithNotNullPrimitives>(
val item = createMapper(false)
.rebuild()
.disable(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be cleaner to use ObjectReader... but ok for now.

Copy link
Member

@cowtowncoder cowtowncoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving to unblock CI.

@cowtowncoder cowtowncoder merged commit 348fcbb into FasterXML:master Jan 9, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants