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

Update findJsonValueType method to provide better support for Jackson… #4756

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

micryc
Copy link
Contributor

@micryc micryc commented Oct 8, 2024

refs: #4755

@micryc micryc requested a review from frantuma October 8, 2024 11:50
if (jsonValueMember != null) {
return jsonValueMember.getType();
} else {
LOGGER.error("jackson BeanDescription.findJsonValueMethod not found, this could lead to inaccurate result, please update jackson to 2.9+");
Copy link
Member

Choose a reason for hiding this comment

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

message is wrong

@micryc micryc force-pushed the refs-#4755-findJsonValueType-update branch from f2cbf08 to 03fcbcc Compare October 9, 2024 12:41
@micryc micryc requested a review from frantuma October 9, 2024 12:43
@micryc micryc merged commit fbede5f into master Oct 9, 2024
6 checks passed
@micryc micryc deleted the refs-#4755-findJsonValueType-update branch October 9, 2024 14:18
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