Uploaded image for project: 'Kotlin Couchbase Client'
  1. Kotlin Couchbase Client
  2. KCBC-79

JacksonJsonSerializer should accept ObjectMapper

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 1.0.1
    • None
    • None
    • None
    • Release Note
    • 1

    Description

      Suggested release note text:

      You can now create a custom `JacksonJsonSerializer` from an `ObjectMapper`. Previously, you could only use a `JsonMapper`. This makes it easier to use an ObjectMapper created by another component, like Spring Boot. Note: The ObjectMapper must use the JSON data format.

      In version 1.0.0, JacksonJsonSerailizer requires a JsonMapper (a subclass of ObjectMapper, specialized for JSON).

      For compatibility with frameworks like Spring Boot that use an ObjectMapper instead of JsonMapper, we should let users create a JacksonJsonSerializer from an ObjectMapper.

      Attachments

        For Gerrit Dashboard: KCBC-79
        # 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