[midPoint-git] [Evolveum/midpoint] 1adf09: Remove deprecated accountPasswordPolicy[Ref]

Tony Tkáčik noreply at github.com
Thu May 25 16:16:08 CEST 2023


  Branch: refs/heads/feature/dependency-upgrade
  Home:   https://github.com/Evolveum/midpoint
  Commit: 1adf09dc8d6833a570e8e08f21ccb963e402af2d
      https://github.com/Evolveum/midpoint/commit/1adf09dc8d6833a570e8e08f21ccb963e402af2d
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-model-context-3.xsd
    R infra/schema/src/test/resources/common/model-context-1.xml

  Log Message:
  -----------
  Remove deprecated accountPasswordPolicy[Ref]


  Commit: c0508aaf2a7ae381edf25bb55c45ca9f8453607b
      https://github.com/Evolveum/midpoint/commit/c0508aaf2a7ae381edf25bb55c45ca9f8453607b
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/model/extension-3.xsd
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/ExplicitChangeExecutionActivityHandler.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTask.java
    R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTaskLegacy.java
    R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTaskLegacyMultithreaded.java
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore-partial-stop-on-fatal.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-max-4.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-on-any.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-stop-on-any.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run-with-update.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource.xml
    M model/model-intest/testng-integration-full.xml
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/ErrorHandlingStrategyExecutor.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/IterativeActivityRun.java
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/Task.java
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/test/NullTaskImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java

  Log Message:
  -----------
  Remove deprecated styles of error handling spec

Error handling in tasks evolved substantially in 4.0-4.4 period,
and got its current for in new "activity framework" in 4.4. The
previous forms were deprecated, and now are removed.


  Commit: b0b4a379fc94acaf05755b210048cb0eb452ccaa
      https://github.com/Evolveum/midpoint/commit/b0b4a379fc94acaf05755b210048cb0eb452ccaa
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-workflows-3.xsd
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java

  Log Message:
  -----------
  Remove ApprovalStageExecutionRecordType

This structure was used as a return value by (internal) midPoint
APIs when asking for information about planned or real execution
of an approval case.
(See https://docs.evolveum.com/midpoint/devel/design/how-to-display-approval-case-planned-or-real-execution/)

It was deprecated in 4.1 by 80a957c2ef8e58fdeabf230412aa670db4bec8b0
and is not filled-in since then.

Hence, it can be safely removed. No migration is needed.


  Commit: afbe82e54cb138d15c819908b3f61e2264bee1bf
      https://github.com/Evolveum/midpoint/commit/afbe82e54cb138d15c819908b3f61e2264bee1bf
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-workflows-3.xsd

  Log Message:
  -----------
  Un-deprecate Information[Part]Type elements

These two elements (title, text) are useful as a way of providing
simpler API to the engineer. Hence, they are kept un-deprecated by this
commit.


  Commit: 996326c9031118e15b75621c79875f27fa9fd6f0
      https://github.com/Evolveum/midpoint/commit/996326c9031118e15b75621c79875f27fa9fd6f0
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/segmentation/StringBucketContentFactory.java
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-010.xml

  Log Message:
  -----------
  Remove deprecated boundaryCharacters

This was a configuration property for bucketing, used primarily
for multi-node tasks. It had problems with unordered nature of prism
items, so it was replaced by sound `boundary` item and deprecated
in 4.3 by 0d0a9dff1ccc62fc39de73e194bb67a4e5322cc5.

The migration consists of converting each `boundaryCharacters` value
to `boundary` item with:

- the `position` property, starting at 1 and increasing,
- the `characters` property, containing original `boundaryCharacters`
  value.


  Commit: be10eb7793eb060fd2730aa897915946fac69be5
      https://github.com/Evolveum/midpoint/commit/be10eb7793eb060fd2730aa897915946fac69be5
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseDiffPatch.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java

  Log Message:
  -----------
  Remove deprecated TaskType.modelOperationContext

This item is no longer used and can be safely removed.


  Commit: 15e18c2f73f7fa93bb1a53b1d8542e73788d712d
      https://github.com/Evolveum/midpoint/commit/15e18c2f73f7fa93bb1a53b1d8542e73788d712d
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M infra/common/src/test/resources/crypto/task-add-account.xml
    M infra/common/src/test/resources/crypto/task-modify-jack-password.xml
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/TaskTypeUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M infra/schema/src/test/resources/common/task-bulk-action-1.xml
    M infra/schema/src/test/resources/common/task-bulk-action-2.xml
    M infra/schema/src/test/resources/deltaconverter/task-new.xml
    M infra/schema/src/test/resources/deltaconverter/task-old.xml
    R infra/schema/src/test/resources/diff/task-modelOperationContext-before.xml
    M infra/schema/src/test/resources/xmljson/task-delete-dummy-shadows.skip.xml
    M infra/schema/src/test/resources/xmljson/task-reconcile-dummy-filter.skip.xml
    M model/certification-impl/src/test/resources/common/task-trigger-scanner-manual.xml
    M model/model-impl/src/test/resources/common/task-reconcile-dummy.xml
    M model/model-impl/src/test/resources/refinedschema/task-reconcile-dummy-kind-intent-objectclass.xml
    M model/model-impl/src/test/resources/refinedschema/task-reconcile-dummy-kind-intent.xml
    M model/model-impl/src/test/resources/refinedschema/task-reconcile-dummy-objectclass.xml
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-crm-import.xml
    M model/model-intest/src/test/resources/sync/task-delete-dummy-accounts.xml
    M model/model-intest/src/test/resources/sync/task-delete-dummy-shadows.xml
    M model/model-intest/src/test/resources/sync/task-dummy-byzantine-recon.xml
    M model/workflow-impl/src/test/resources/common/task-trigger-scanner.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-multinode.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-multithreaded.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-pre-and-post-processing-explicit.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-pre-and-post-processing-new.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-pre-and-post-processing-tailored.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-reconciliation-multinode.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-reconciliation-pre-and-post-processing-new.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-150-mock-iterative.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-155-mock-iterative-bucketed.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-160-mock-search-iterative.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-170-mock-bucketed.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-180-bucketed-tree.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-190-suspending-composite.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-200-subtask.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-210-suspending-composite-with-subtasks.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-220-mock-composite-with-subtasks.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-300-workers-simple.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-custom-composite-with-default-work-TODO.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-single-mock-part-bucketed-TODO.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-200-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-200-w.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-300-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-300-w.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-140.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-150.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-200-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-200-w.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-4.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-5.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-c.xml
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTaskMapping.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java
    M repo/task-quartz-impl/src/test/resources/basic/task-allowed-not.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-allowed.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-cycle-loose-cron.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-cycle-loose.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-cycle-tight.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-dummy.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-for-extension-test.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-group-limit-concurrent.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-group-limit.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-long-running.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-non-existing-owner.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-run-on-demand.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-sec-group-limit-exp-1-ram-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-sec-group-limit-exp-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-sec-group-limit-ram-null.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-simple-waiting.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-single-run.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-child-1-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-child-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-child-2.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-root.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-to-delete.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-to-resume-and-suspend.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-to-suspend.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-tree-child-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-tree-child-2.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-tree-root.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-waiting-for-no-one.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-with-threads-to-suspend.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-with-threads.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-without-progress.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-closed.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-runnable.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-suspended.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-waiting.xml
    M testing/conntest/src/test/resources/389ds/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/389ds/task-sync.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-ad2016-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-ad2019-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-ad2022-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-chimera-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-sync.xml
    M testing/conntest/src/test/resources/ad-ldap-simple/task-sync-user.xml
    M testing/conntest/src/test/resources/ad-ldap-simple/task-sync.xml
    M testing/conntest/src/test/resources/opendj-dumber/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/opendj-dumber/task-sync.xml
    M testing/conntest/src/test/resources/opendj/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap-dumber/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap/task-sync-inetorgperson.xml
    M testing/longtest/src/test/resources/ldap/task-delete-opendj-accounts.xml
    M testing/longtest/src/test/resources/ldap/task-delete-opendj-shadows.xml
    M testing/story/src/test/resources/async/task-recompute-multi.xml
    M testing/story/src/test/resources/common/task-trigger-scanner.xml
    M testing/story/src/test/resources/common/task-validity-scanner.xml
    M testing/story/src/test/resources/consistency/task-opendj-reconciliation.xml
    M testing/story/src/test/resources/delayed-enable/task-dumy-hr-livesync.xml
    M testing/story/src/test/resources/energy/task-reconcile-ad.xml
    M testing/story/src/test/resources/grouper/task-async-update.xml
    M testing/story/src/test/resources/grouper/task-group-scavenger.xml
    M testing/story/src/test/resources/grouper/task-import-groups.xml
    M testing/story/src/test/resources/grouper/task-reconcile-groups.xml
    M testing/story/src/test/resources/import-group/task-opendj-import-groups.xml
    M testing/story/src/test/resources/inbound-outbound-association/task-dumy-dir-livesync.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-1.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-4.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-no-role-and-shadow-cache.xml
    M testing/story/src/test/resources/ldap/recon-perf/task-reconcile-1-opendj.xml
    M testing/story/src/test/resources/ldap/recon-perf/task-reconcile-4-opendj.xml
    M testing/story/src/test/resources/ldap/sync-massive/task-live-sync.xml
    M testing/story/src/test/resources/livesync-madness/task-dumy-hr-livesync.xml
    M testing/story/src/test/resources/orgsync/task-reconcile-opendj-default-single.xml
    M testing/story/src/test/resources/orgsync/task-reconcile-opendj-ldapgroup-single.xml
    M testing/story/src/test/resources/orphaned-tasks/task-mark-orphaned-tasks.xml
    M testing/story/src/test/resources/perf/import/task-import.xml
    M testing/story/src/test/resources/resource-in-maintenance/task-reconcile-csv.xml
    M testing/story/src/test/resources/resource-in-maintenance/task-refresh.xml
    M testing/story/src/test/resources/service-accounts-classifier/task-dummy-classifier-reconcile.xml
    M testing/story/src/test/resources/service-accounts/task-dummy-livesync.xml
    M testing/story/src/test/resources/service-accounts/task-dummy-reconcile.xml
    M testing/story/src/test/resources/shadows/task-bulk-delete.xml
    M testing/story/src/test/resources/shadows/task-import.xml
    M testing/story/src/test/resources/shadows/task-reconciliation.xml
    M testing/story/src/test/resources/system-perf/task-reconciliation.vm.xml
    M testing/story/src/test/resources/thresholds/task-opendj-import-base-users.xml
    M testing/story/src/test/resources/thresholds/task-opendj-livesync-full.xml
    M testing/story/src/test/resources/university/task-dummy-hr-livesync.xml
    M testing/story/src/test/resources/village/task-dumy-source-livesync.xml

  Log Message:
  -----------
  Remove deprecated TaskType.recurrence

This property was moved to schedule/recurrence and made optional
in 74280c5f506796da81a921ffc024fe941d2e147f.


  Commit: 07b776d5bcbf32aadb457e7b992b9f751f302d66
      https://github.com/Evolveum/midpoint/commit/07b776d5bcbf32aadb457e7b992b9f751f302d66
  Author: Tony Tkacik <tonydamage at gmail.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M infra/common/src/test/resources/crypto/task-add-account.xml
    M infra/common/src/test/resources/crypto/task-modify-jack-password.xml
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/TaskTypeUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-model-context-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-workflows-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/model/extension-3.xsd
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseDiffPatch.java
    R infra/schema/src/test/resources/common/model-context-1.xml
    M infra/schema/src/test/resources/common/task-bulk-action-1.xml
    M infra/schema/src/test/resources/common/task-bulk-action-2.xml
    M infra/schema/src/test/resources/deltaconverter/task-new.xml
    M infra/schema/src/test/resources/deltaconverter/task-old.xml
    R infra/schema/src/test/resources/diff/task-modelOperationContext-before.xml
    M infra/schema/src/test/resources/xmljson/task-delete-dummy-shadows.skip.xml
    M infra/schema/src/test/resources/xmljson/task-reconcile-dummy-filter.skip.xml
    M model/certification-impl/src/test/resources/common/task-trigger-scanner-manual.xml
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/ExplicitChangeExecutionActivityHandler.java
    M model/model-impl/src/test/resources/common/task-reconcile-dummy.xml
    M model/model-impl/src/test/resources/refinedschema/task-reconcile-dummy-kind-intent-objectclass.xml
    M model/model-impl/src/test/resources/refinedschema/task-reconcile-dummy-kind-intent.xml
    M model/model-impl/src/test/resources/refinedschema/task-reconcile-dummy-objectclass.xml
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTask.java
    R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTaskLegacy.java
    R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTaskLegacyMultithreaded.java
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-crm-import.xml
    M model/model-intest/src/test/resources/sync/task-delete-dummy-accounts.xml
    M model/model-intest/src/test/resources/sync/task-delete-dummy-shadows.xml
    M model/model-intest/src/test/resources/sync/task-dummy-byzantine-recon.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore-partial-stop-on-fatal.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-max-4.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-on-any.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-stop-on-any.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run-with-update.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource-imprecise.xml
    R model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource.xml
    M model/model-intest/testng-integration-full.xml
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java
    M model/workflow-impl/src/test/resources/common/task-trigger-scanner.xml
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/ErrorHandlingStrategyExecutor.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/IterativeActivityRun.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/segmentation/StringBucketContentFactory.java
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-multinode.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-multithreaded.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-pre-and-post-processing-explicit.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-pre-and-post-processing-new.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-pre-and-post-processing-tailored.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-reconciliation-multinode.xml
    M repo/repo-common/src/test/resources/tasks/activities/other/task-reconciliation-pre-and-post-processing-new.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-150-mock-iterative.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-155-mock-iterative-bucketed.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-160-mock-search-iterative.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-170-mock-bucketed.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-180-bucketed-tree.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-190-suspending-composite.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-200-subtask.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-210-suspending-composite-with-subtasks.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-220-mock-composite-with-subtasks.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-300-workers-simple.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-custom-composite-with-default-work-TODO.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-single-mock-part-bucketed-TODO.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-200-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-200-w.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-210-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-220-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-230-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-300-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-live/task-300-w.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-010.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-140.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-150.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-200-c.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-200-w.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-1.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-2.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-3.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-4.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-5.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-210-c.xml
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTaskMapping.java
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/Task.java
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/test/NullTaskImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java
    M repo/task-quartz-impl/src/test/resources/basic/task-allowed-not.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-allowed.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-cycle-loose-cron.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-cycle-loose.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-cycle-tight.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-dummy.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-for-extension-test.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-group-limit-concurrent.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-group-limit.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-long-running.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-non-existing-owner.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-run-on-demand.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-sec-group-limit-exp-1-ram-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-sec-group-limit-exp-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-sec-group-limit-ram-null.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-simple-waiting.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-single-run.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-child-1-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-child-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-child-2.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-suspended-tree-root.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-to-delete.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-to-resume-and-suspend.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-to-suspend.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-tree-child-1.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-tree-child-2.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-tree-root.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-waiting-for-no-one.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-with-threads-to-suspend.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-with-threads.xml
    M repo/task-quartz-impl/src/test/resources/basic/task-without-progress.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-closed.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-runnable.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-suspended.xml
    M repo/task-quartz-impl/src/test/resources/miscellaneous/task-42-waiting.xml
    M testing/conntest/src/test/resources/389ds/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/389ds/task-sync.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-ad2016-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-ad2019-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-ad2022-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-reconcile-chimera-users.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/task-sync.xml
    M testing/conntest/src/test/resources/ad-ldap-simple/task-sync-user.xml
    M testing/conntest/src/test/resources/ad-ldap-simple/task-sync.xml
    M testing/conntest/src/test/resources/opendj-dumber/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/opendj-dumber/task-sync.xml
    M testing/conntest/src/test/resources/opendj/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap-dumber/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap/task-sync-inetorgperson.xml
    M testing/longtest/src/test/resources/ldap/task-delete-opendj-accounts.xml
    M testing/longtest/src/test/resources/ldap/task-delete-opendj-shadows.xml
    M testing/story/src/test/resources/async/task-recompute-multi.xml
    M testing/story/src/test/resources/common/task-trigger-scanner.xml
    M testing/story/src/test/resources/common/task-validity-scanner.xml
    M testing/story/src/test/resources/consistency/task-opendj-reconciliation.xml
    M testing/story/src/test/resources/delayed-enable/task-dumy-hr-livesync.xml
    M testing/story/src/test/resources/energy/task-reconcile-ad.xml
    M testing/story/src/test/resources/grouper/task-async-update.xml
    M testing/story/src/test/resources/grouper/task-group-scavenger.xml
    M testing/story/src/test/resources/grouper/task-import-groups.xml
    M testing/story/src/test/resources/grouper/task-reconcile-groups.xml
    M testing/story/src/test/resources/import-group/task-opendj-import-groups.xml
    M testing/story/src/test/resources/inbound-outbound-association/task-dumy-dir-livesync.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-1.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-4.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-no-role-and-shadow-cache.xml
    M testing/story/src/test/resources/ldap/recon-perf/task-reconcile-1-opendj.xml
    M testing/story/src/test/resources/ldap/recon-perf/task-reconcile-4-opendj.xml
    M testing/story/src/test/resources/ldap/sync-massive/task-live-sync.xml
    M testing/story/src/test/resources/livesync-madness/task-dumy-hr-livesync.xml
    M testing/story/src/test/resources/orgsync/task-reconcile-opendj-default-single.xml
    M testing/story/src/test/resources/orgsync/task-reconcile-opendj-ldapgroup-single.xml
    M testing/story/src/test/resources/orphaned-tasks/task-mark-orphaned-tasks.xml
    M testing/story/src/test/resources/perf/import/task-import.xml
    M testing/story/src/test/resources/resource-in-maintenance/task-reconcile-csv.xml
    M testing/story/src/test/resources/resource-in-maintenance/task-refresh.xml
    M testing/story/src/test/resources/service-accounts-classifier/task-dummy-classifier-reconcile.xml
    M testing/story/src/test/resources/service-accounts/task-dummy-livesync.xml
    M testing/story/src/test/resources/service-accounts/task-dummy-reconcile.xml
    M testing/story/src/test/resources/shadows/task-bulk-delete.xml
    M testing/story/src/test/resources/shadows/task-import.xml
    M testing/story/src/test/resources/shadows/task-reconciliation.xml
    M testing/story/src/test/resources/system-perf/task-reconciliation.vm.xml
    M testing/story/src/test/resources/thresholds/task-opendj-import-base-users.xml
    M testing/story/src/test/resources/thresholds/task-opendj-livesync-full.xml
    M testing/story/src/test/resources/university/task-dummy-hr-livesync.xml
    M testing/story/src/test/resources/village/task-dumy-source-livesync.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into feature/dependency-upgrade


Compare: https://github.com/Evolveum/midpoint/compare/0c040f21997e...07b776d5bcbf


More information about the midPoint-svn mailing list