[midPoint-git] [Evolveum/midpoint] 7aaa97: Implement failedObjectsSelector for tasks

mederly noreply at github.com
Thu Feb 18 12:37:10 CET 2021


  Branch: refs/heads/feature/retry-using-op-execution
  Home:   https://github.com/Evolveum/midpoint
  Commit: 7aaa974302dd9ca4c9c3f5ffa2fd78a53cf1b8e3
      https://github.com/Evolveum/midpoint/commit/7aaa974302dd9ca4c9c3f5ffa2fd78a53cf1b8e3
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/builder/R_AtomicFilter.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectQueryUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/model/extension-3.xsd
    M infra/util/src/main/java/com/evolveum/midpoint/util/MiscUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/DeleteNotUpdatedShadowTaskHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/ExecuteChangesTaskHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/RecomputeTaskHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/simple/Processing.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/simple/SimpleIterativeTaskHandler.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/reporting/TestTaskReporting.java
    A model/model-intest/src/test/resources/reporting/task-import-retry.xml
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractIterativeTaskPartExecution.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeItemProcessor.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeTaskPartExecution.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractTaskExecution.java
    A repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/FailedObjectsFilterCreator.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java

  Log Message:
  -----------
  Implement failedObjectsSelector for tasks

This is to allow re-processing of previously failed objects, based on
operation execution records. (Not complete, though. Out of three
selection/filtering modes, one is still not implemented.)

Two generally useful util methods added:
1. MiscUtil.asListTreatingNull(T[])
2. ObjectQueryUtil.addConjunctions(..)




More information about the midPoint-svn mailing list