[midPoint-git] [Evolveum/midpoint] 045a85: Fix two bugs in operation result handling

mederly noreply at github.com
Wed Sep 29 14:30:18 CEST 2021


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 045a851a02cf57ffe4f5bd4b6b34eb8dac99a9cc
      https://github.com/Evolveum/midpoint/commit/045a851a02cf57ffe4f5bd4b6b34eb8dac99a9cc
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResult.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/util/EventHelper.java
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/engine/EngineInvocationContext.java
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/engine/WorkflowEngine.java
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/engine/helpers/NotificationHelper.java
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/processors/primary/PcpGeneralHelper.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskPersister.java

  Log Message:
  -----------
  Fix two bugs in operation result handling

During workflow-impl tests execution, there were a lot of logged
messages "Log recorder in the current thread (...) does not match the
expected one (...)". They point to wrong management of operation
results.

There were bugs during switching task to background, and in event
processing. Both are now fixed.




More information about the midPoint-svn mailing list