Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-30035

Upgrade Jackson to 2.12.0

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 11.5
    • Component/s: Core IO
    • Tags:
    • Team:
      FG
    • Sprint:
      nxFG 11.3.1
    • Story Points:
      3

      Description

      Upgrade Jackson to 2.12.0.

      This upgrade includes ticket #2683 (Explicitly fail (de)serialization of java.time.* types in absence of registered custom (de)serializers) which now requires explicit registration in the ObjectMapper of the required modules:

      new ObjectMapper()
      

      must now be written:

      new ObjectMapper().findAndRegisterModules()
      

      if serialization of Java 8 time objects is needed, along with the adding in the dependencies of jackson-datatype-jsr310.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours
                2h