XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major Major
    • 5.0
    • None
    • jBPM
    • None

      Currently info.magnolia.module.workflow.jbpm.JbpmWorkflowUtil is using a class-level instance of non thread-safe java.text.SimpleDateFormat to perform some parsing in method computeDelay(). True that method is synchronized but since we use joda-time anyway, we could just take advantage of its thread-safe DateTimeFormatter object and remove synchronization.

        Acceptance criteria

              fgrilli Federico Grilli
              fgrilli Federico Grilli
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR