Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
In at least one case the auto-detection of a user-provided Jackson dependency has caused problems because an incomplete Jackson distribution was on the class path. That is, `ObjectMapper` was present, but some of the classes it depends on were missing.
To avoid this situation, do a trial serialization with the user-provided Jackson library. If it fails for any reason, don't use it.
Attachments
Issue Links
- relates to
-
JCBC-1781 Log JacksonJsonSerializer pre-flight check failures
- Closed