Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Dec 11, 2024
1 parent dfca14c commit 010ae49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ protected Type findJsonValueType(final BeanDescription beanDesc) {
if (jsonValueMember != null) {
return jsonValueMember.getType();
}
return null;
} catch (Exception e) {
LOGGER.warn("jackson BeanDescription.findJsonValueAccessor not found, this could lead to inaccurate result, please update jackson to 2.9+");
}
Expand Down

0 comments on commit 010ae49

Please sign in to comment.