Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-5807

KOGITO-5807 Public API: Share ObjectMapper instances with Quarkus

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • None
    • None
    • Core Engine
    • 5
    • False
    • False
    • 2021 Week 40-42 (from Oct 4), 2021 Week 43-45 (from Oct 25)

    Description

      we probably can share internal object mapper that already exists in other places, mainly to do data conversion, see

      kogito-runtimes/jbpm/jbpm-flow/src/main/java/org/jbpm/process/core/transformation/JsonResolver.java
      Line 37 in 3283958
      private final ObjectMapper objectMapper;

      kogito-runtimes/jbpm/jbpm-flow/src/main/java/org/jbpm/process/instance/impl/util/TypeTransformer.java
      Line 36 in fdc2739
      private ObjectMapper mapper;

      kogito-runtimes/jbpm/jbpm-flow/src/main/java/org/jbpm/util/JsonSchemaUtil.java
      Line 43 in 22195a1
      private static ObjectMapper mapper = new ObjectMapper();

      kogito-runtimes/kogito-codegen-modules/kogito-codegen-processes/src/main/java/org/kie/kogito/codegen/process/persistence/proto/AbstractProtoGenerator.java
      Line 36 in f855f1d
      protected final ObjectMapper mapper;

      Attachments

        Issue Links

          Activity

            People

              evacchi Edoardo Vacchi (Inactive)
              evacchi Edoardo Vacchi (Inactive)
              Marian Macik Marian Macik
              Marian Macik Marian Macik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: