Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-1774

Add pre-flight check before activating JacksonJsonSerializer

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 3.1.3
    • 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

          For Gerrit Dashboard: JCBC-1774
          # Subject Branch Project Status CR V

          Activity

            People

              david.nault David Nault
              david.nault David Nault
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty