Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.7.3
    • Component/s: Rest API
    • Impact type:
      API change, Configuration Change
    • Upgrade notes:
      Hide

      1°) codecs XP of org.nuxeo.ecm.automation.server.AutomationServer has been moved to org.nuxeo.ecm.automation.io.services.IOComponent

      2°) JsonWriter is not more likely to be used to get a JsonGenerator/Parser. Instead you can use:
      JsonFactory factory = Framework.getLocalService(JsonFactoryProvider.class).getJsonFactory();
      factory.createJsonGenerator(out,JsonEncoding.UTF_8);

      or use the helper:
      JsonHelper.createJsonGenerator(OutputStream out)

      3°) org.nuxeo.ecm.automation.server.jaxrs.JsonAdapter has been moved to org.nuxeo.ecm.automation.jaxrs.JsonAdapter

      Show
      1°) codecs XP of org.nuxeo.ecm.automation.server.AutomationServer has been moved to org.nuxeo.ecm.automation.io.services.IOComponent 2°) JsonWriter is not more likely to be used to get a JsonGenerator/Parser. Instead you can use: JsonFactory factory = Framework.getLocalService(JsonFactoryProvider.class).getJsonFactory(); factory.createJsonGenerator(out,JsonEncoding.UTF_8); or use the helper: JsonHelper.createJsonGenerator(OutputStream out) 3°) org.nuxeo.ecm.automation.server.jaxrs.JsonAdapter has been moved to org.nuxeo.ecm.automation.jaxrs.JsonAdapter
    • Sprint:
      Sprint S1

      Description

      In order to populate the contextParameters map, use the RestContributorService to add on entry per contributor

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 3 hours
                3h
                Remaining:
                0m
                Logged:
                Time Not Required
                Not Specified