jackson-databind: `AnnotatedMethod.getValue()/setValue()` doesn't have useful exception message

https://github.com/FasterXML/jackson-databind/blob/d42d345/src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedMethod.java#L161

InvocationTargetException.getMessage() will always be null. Should probably be using InvocationTargetException.getCause().getMessage() instead.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (12 by maintainers)

Commits related to this issue

Most upvoted comments

@Stephan202 Excellent! Thank you for resolving this; I backported the fix in 2.13 for 2.13.0 release.