Skip to content
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

fix: check value type before Jackson getJsonBigDecimal #2057

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

MikeEdgar
Copy link
Member

Fixes #2054

Also avoid re-parsing BigDecimal/BigInteger values in fromJson

Also avoid re-parsing BigDecimal/BigInteger values in fromJson

Signed-off-by: Michael Edgar <michael@xlate.io>
@MikeEdgar MikeEdgar added this to the 4.0.2 milestone Nov 5, 2024
Copy link

sonarqubecloud bot commented Nov 5, 2024

@MikeEdgar
Copy link
Member Author

@Azquelt FYI

@MikeEdgar MikeEdgar merged commit c176d39 into smallrye:main Nov 7, 2024
6 checks passed
@MikeEdgar MikeEdgar deleted the issue-2054 branch November 7, 2024 23:46
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.

JacksonJsonIO may throw exception when trying to read a number
3 participants