Skip to content

Add support for and update to Jackson 2.15.x #241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

bernd
Copy link
Contributor

@bernd bernd commented Sep 13, 2023

Jackson added the "JsonParser#getNumberValueDeferred()" method, including a default implementation in "ParserBase". When using polymorphic types, the default implementation returns an empty string for a double value.

This change introduces an implementation for "#getNumberValueDeferred" in "JsonParserAdapter" to fix the problem.

Add a test for parsing and generating polymorphic types.

Fixes #236

Jackson added the "JsonParser#getNumberValueDeferred()" method, including
a default implementation in "ParserBase". When using polymorphic types,
the default implementation returns an empty string for a double value.

This change introduces an implementation for "#getNumberValueDeferred"
in "JsonParserAdapter" to fix the problem.

Add a test for parsing and generating polymorphic types.

Fixes mongojack#236
@ferdinand-swoboda
Copy link

Any chance of this getting merged soon? Anything the community can help with?

@rlodge rlodge merged commit d1df86d into mongojack:master Oct 12, 2023
@rlodge
Copy link
Contributor

rlodge commented Oct 12, 2023

Released 4.8.1

@Badbond
Copy link

Badbond commented Oct 13, 2023

Great news! When can we expect the release to be available on Maven central?

Edit: I was blind, I see it is already available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants