[midPoint-git] [Evolveum/midpoint] 95459f: Add support for analysis of readOnly repo calls

virgo47 noreply at github.com
Tue Sep 21 15:48:41 CEST 2021


  Branch: refs/heads/feature/schema-cleanup-4.4
  Home:   https://github.com/Evolveum/midpoint
  Commit: 95459f831d974e42e42c5ebb37a9712610e0ab9c
      https://github.com/Evolveum/midpoint/commit/95459f831d974e42e42c5ebb37a9712610e0ab9c
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/traces/RepositoryOpNode.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/traces/TraceUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentTripleEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/consolidation/DeltaSetTripleMapConsolidation.java

  Log Message:
  -----------
  Add support for analysis of readOnly repo calls

The midPoint Studio will be able to count readOnly/non-readOnly repo
cache calls using these methods.

This is to better diagnose/fix MID-7053.


  Commit: 7bdc035a90d02e455ed48ada2f2a882abba1586e
      https://github.com/Evolveum/midpoint/commit/7bdc035a90d02e455ed48ada2f2a882abba1586e
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M config/initial-objects/000-system-configuration.xml
    M config/initial-objects/261-object-collection-task-active.xml
    M config/initial-objects/550-task-cleanup.xml
    M config/initial-objects/560-task-validity.xml
    M config/initial-objects/570-task-trigger.xml
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebComponentUtil.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebDisplayTypeUtil.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/icon/CompositedIcon.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/icon/CompositedIconBuilder.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/LeftMenuPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/PageTypes.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/abstractrole/component/MemberOperationsHelper.java
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusActivationPanel.html
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusActivationPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusCasesPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusHistoryPanel.java
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusPasswordPanel.html
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusPasswordPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusTriggersPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objectcollection/component/BaseCollectionPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objectcollection/component/ObjectCollectionDefaultViewPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objectcollection/component/ObjectCollectionDomainPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objectcollection/component/ObjectCollectionOptionPanel.java
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objecttemplate/component/ObjectTemplateMappingPanel.html
    A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objecttemplate/component/ObjectTemplateMappingPanel.java
    R gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objecttemplate/component/ObjectTemplateMappingsPanel.html
    R gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/objecttemplate/component/ObjectTemplateMappingsPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/task/component/TaskErrorsPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/task/component/TaskResultPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/user/component/DelegatedToMePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/user/component/UserDelegationsPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/user/component/UserPersonasPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/DelegationEditorPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/BaseSortableDataProvider.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/SelectableBeanContainerDataProvider.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/SelectableBeanObjectDataProvider.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/ColumnUtils.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/SearchFactory.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/util/SelectableListDataProvider.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageDashboardInfo.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/MemberOperationsHelper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageNodes.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTask.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskBasicTabPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskErrorsTabPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskSummaryPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskTablePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/dto/TaskDtoExecutionState.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/self/PageAbstractSelfCredentials.java
    M gui/admin-gui/src/main/resources/initial-objects/000-system-configuration.xml
    M gui/admin-gui/src/main/resources/initial-objects/261-object-collection-task-active.xml
    M gui/admin-gui/src/main/resources/initial-objects/550-task-cleanup.xml
    M gui/admin-gui/src/main/resources/initial-objects/560-task-validity.xml
    M gui/admin-gui/src/main/resources/initial-objects/570-task-trigger.xml
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/MidScaleGuiTest.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/web/AbstractGuiIntegrationTest.java
    M infra/common/src/main/java/com/evolveum/midpoint/common/refinery/RefinedAttributeDefinitionImpl.java
    M infra/common/src/test/resources/crypto/task-add-account.xml
    M infra/common/src/test/resources/crypto/task-add-jack.xml
    M infra/common/src/test/resources/crypto/task-modify-jack-password.xml
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/FocusTypeUtil.java
    R infra/schema/src/main/java/com/evolveum/midpoint/schema/util/FullTextSearchConfigurationUtil.java
    A infra/schema/src/main/java/com/evolveum/midpoint/schema/util/FullTextSearchUtil.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/ActivityWorkersInformation.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-core-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseTask.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseTaskBulkAction.java
    M infra/schema/src/test/resources/common/task-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
    M infra/schema/src/test/resources/diff/system-configuration-after.xml
    M infra/schema/src/test/resources/diff/system-configuration-before.xml
    M infra/schema/src/test/resources/diff/task-after.xml
    M infra/schema/src/test/resources/diff/task-before.xml
    M 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-common/src/main/java/com/evolveum/midpoint/model/common/util/DefaultColumnUtils.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/PersonaProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/PersonaConstruction.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/scriptExecutor/ScriptingTaskCreator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/cluster/AutoScalingActivityExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/trigger/CompletedTaskCleanupTriggerHandler.java
    A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/AbstractTestProjectorPersona.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestPolicyRules2.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestProjectorPersona.java
    A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestProjectorPersonaDeprecated.java
    M model/model-impl/src/test/resources/common/task-reconcile-dummy.xml
    A model/model-impl/src/test/resources/lens/archetype-admin.xml
    M model/model-impl/src/test/resources/lens/policy/role-student.xml
    A model/model-impl/src/test/resources/lens/role-persona-archetype-admin.xml
    M model/model-impl/src/test/resources/misc/task-shadow-integrity-check.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/archetypes/TestArchetypeInheritance.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/gensync/TestEditSchema.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/scripting/AbstractBasicScriptingTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTask.java
    M model/model-intest/src/test/resources/archetypes/archetype-resource-operation-task.xml
    M model/model-intest/src/test/resources/archetypes/archetype-task-basic.xml
    M model/model-intest/src/test/resources/async/grouper-amqp091/task-async-update.xml
    M model/model-intest/src/test/resources/async/task/task-async-update-hr-no-workers.xml
    M model/model-intest/src/test/resources/async/task/task-async-update-hr-one-worker.xml
    M model/model-intest/src/test/resources/async/ucf/task-async-update.xml
    M model/model-intest/src/test/resources/common/task-delete-not-updated-shadows.xml
    M model/model-intest/src/test/resources/common/task-dumy-blue-livesync.xml
    M model/model-intest/src/test/resources/common/task-dumy-green-livesync.xml
    M model/model-intest/src/test/resources/common/task-dumy-livesync.xml
    M model/model-intest/src/test/resources/common/task-mock-jack.xml
    M model/model-intest/src/test/resources/common/task-partitioned-validity-scanner-multiple-tasks.xml
    M model/model-intest/src/test/resources/common/task-partitioned-validity-scanner-single-task.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multinode.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multithreaded.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-partitioned.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multinode.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multithreaded.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-partitioned.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-multinode.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-multithreaded.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-partitioned.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy.xml
    M model/model-intest/src/test/resources/common/task-trigger-scanner-on-demand.xml
    M model/model-intest/src/test/resources/common/task-trigger-scanner.xml
    M model/model-intest/src/test/resources/common/task-validity-scanner.xml
    M model/model-intest/src/test/resources/importer/import-task.json
    M model/model-intest/src/test/resources/importer/import-task.xml
    M model/model-intest/src/test/resources/importer/import-task.yaml
    M model/model-intest/src/test/resources/iteration/task-dumy-dark-violet-livesync.xml
    M model/model-intest/src/test/resources/iterative-tasks/task-buckets-multithreaded.xml
    M model/model-intest/src/test/resources/manual/task-propagation-manual-grouping.xml
    M model/model-intest/src/test/resources/manual/task-propagation-multi.xml
    M model/model-intest/src/test/resources/manual/task-shadow-refresh.xml
    M model/model-intest/src/test/resources/mapping/task-dummy-services-pwd-copy-import.xml
    M model/model-intest/src/test/resources/mapping/task-dummy-services-pwd-generate-import.xml
    M model/model-intest/src/test/resources/mapping/task-dumy-tea-green-livesync.xml
    M model/model-intest/src/test/resources/member-recompute/task-reconcile-clubs.xml
    M model/model-intest/src/test/resources/member-recompute/task-template-recompute-members.xml
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-crm-import.xml
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-hr-import.xml
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-hr-reconciliation.xml
    M model/model-intest/src/test/resources/misc/task-shadow-refresh-explicit-dummy.xml
    M model/model-intest/src/test/resources/misc/task-shadow-refresh.xml
    M model/model-intest/src/test/resources/notifications/task-hr-import.xml
    M model/model-intest/src/test/resources/password/task-change-jack-account-password.xml
    M model/model-intest/src/test/resources/reporting/task-import-retry-by-fetching.xml
    M model/model-intest/src/test/resources/reporting/task-import-retry-by-filtering.xml
    M model/model-intest/src/test/resources/reporting/task-import.xml
    M model/model-intest/src/test/resources/reporting/task-recompute-roles-multinode.xml
    M model/model-intest/src/test/resources/reporting/task-recompute-roles.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-0t-nb-np.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-2t-nb-np.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-interrupted-partitioned-multinode.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-interrupted-partitioned.xml
    M model/model-intest/src/test/resources/reporting/task-reconciliation-hacked.xml
    M model/model-intest/src/test/resources/reporting/task-reconciliation-partitioned-multinode.xml
    M model/model-intest/src/test/resources/reporting/task-reconciliation.xml
    M model/model-intest/src/test/resources/scripting/modify-jack-password-task-legacy.xml
    M model/model-intest/src/test/resources/scripting/modify-jack-password-task.xml
    M model/model-intest/src/test/resources/scripting/scripting-users-in-background-iterative-task-legacy.xml
    M model/model-intest/src/test/resources/scripting/scripting-users-in-background-iterative-task.xml
    M model/model-intest/src/test/resources/scripting/scripting-users-in-background-task.xml
    M model/model-intest/src/test/resources/scripting/task-delete-shadows-multinode.xml
    M model/model-intest/src/test/resources/scripting/task-to-keep-suspended.xml
    M model/model-intest/src/test/resources/scripting/task-to-resume.xml
    M model/model-intest/src/test/resources/security/task-dummy.xml
    M model/model-intest/src/test/resources/security/task-useless-administrator.xml
    M model/model-intest/src/test/resources/security/task-useless-jack.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-livesync.xml
    M model/model-intest/src/test/resources/sync/task-dummy-byzantine-recon.xml
    M model/model-intest/src/test/resources/sync/task-dummy-emerald-livesync.xml
    M model/model-intest/src/test/resources/sync/task-dummy-emerald-recon.xml
    M model/model-intest/src/test/resources/sync/task-import-dummy-lime-limited-legacy.xml
    M model/model-intest/src/test/resources/sync/task-import-dummy-lime-limited.xml
    M model/model-intest/src/test/resources/sync/task-import-dummy-steelblue-multithreaded.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-azure.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-filter.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-lime.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-single.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-steelblue-multithreaded.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-steelblue-partitioned.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-uuid.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute-captain.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute-herman-by-expression.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute-light.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-auto-scaling-skip-initial.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-auto-scaling.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-disabled-auto-scaling.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-no-workers.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-two-workers-per-node.xml
    M model/model-intest/src/test/resources/tasks/cleanup/task-cleanup-legacy.xml
    M model/model-intest/src/test/resources/tasks/cleanup/task-cleanup.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore-partial-stop-on-fatal.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-max-4.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-stop-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run-with-update.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-ignore-partial-stop-on-fatal.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-ignore.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-retry-later-max-4.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-retry-later-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-stop-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-batched-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-batched.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-dry-run-with-update.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-dry-run.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-error-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-error.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-model-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-model.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-resource-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-resource.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-multi-changes.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-no-policy.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-xfer1.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-xfer2.xml
    M model/model-intest/src/test/resources/tasks/noop/task-bucket-analysis-with-condition.xml
    M model/model-intest/src/test/resources/tasks/noop/task-bucket-analysis-with-random-sampling.xml
    M model/model-intest/src/test/resources/tasks/noop/task-bucket-analysis-with-regular-sampling.xml
    M model/model-intest/src/test/resources/tasks/recon/task-reconciliation-multinode.xml
    M model/model-intest/src/test/resources/tasks/recon/task-reconciliation.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-no-limits.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-single.xml
    M model/model-intest/src/test/resources/volatility/task-dummy-hr-livesync.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
    M model/report-impl/src/test/resources/reports/task-distributed-export.xml
    M model/report-impl/src/test/resources/reports/task-export.xml
    M model/report-impl/src/test/resources/reports/task-import.xml
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/execution/ExecutionHelper.java
    M model/workflow-impl/src/test/resources/common/task-trigger-scanner.xml
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/GetHelper.java
    M provisioning/provisioning-impl/src/test/resources/synchronization/sync-task-example.xml
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/execution/DelegatingActivityExecution.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/work/workers/WorkersReconciliation.java
    M repo/repo-common/src/test/java/com/evolveum/midpoint/repo/common/tasks/TestActivities.java
    M repo/repo-common/src/test/java/com/evolveum/midpoint/repo/common/tasks/TestWorkerTasks.java
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-bucketed.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-100-mock-simple-legacy.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-110-mock-composite-legacy.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-115-no-op-legacy.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-120-mock-simple.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-130-mock-composite.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-135-no-op.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-140-pure-composite.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-185-bucketed-tree-analysis.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-310-workers-scavenging.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-pure-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-100-single-worker-four-buckets.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-020.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-030.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-040.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-050.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-100.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-110.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-120.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-130.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-common/src/test/resources/tasks/worker-tasks/task-100-single-worker.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-110-four-workers.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-120-two-workers-per-node.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-130-no-op-bucketing-sanity.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-140-workers-update.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-150-workers-move.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-160-workers-add-delete.xml
    M repo/repo-sqale/sql/pgnew-repo.sql
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleQueryContext.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepoContext.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryService.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleServiceBase.java
    A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/filtering/FullTextFilterProcessor.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/MObject.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/QObject.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/QObjectMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/MTask.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTask.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTaskMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/update/RootUpdateContext.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoBaseTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoAddDeleteObjectTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoModifyObjectTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchTest.java
    A repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleSearchFullTextTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/perf/OrgHierarchyPerfTest.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreterTest.java
    M repo/repo-sql-impl-test/src/test/resources/basic/objects-2.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/objects.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/task.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/tasks.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/system-configuration-after.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/system-configuration-before.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/task.xml
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectTextInfo.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RTask.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/delta/ObjectDeltaUpdater.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/TaskAsserter.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/TaskDebugUtil.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/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/NodeFoundDeadHelper.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/ResumeHelper.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/SuspendAndDeleteHelper.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskCleaner.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskRetriever.java
    M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestTaskManagerBasic.java
    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-ad2012-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/task-sync-user.xml
    M testing/conntest/src/test/resources/ad-ldap/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/opendj/task-sync.xml
    M testing/conntest/src/test/resources/openldap-dumber/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap-dumber/task-sync.xml
    M testing/conntest/src/test/resources/openldap/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap/task-sync.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/java/com/evolveum/midpoint/testing/story/TestDelayedEnable.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestResourceInMaintenance.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestServiceAccounts.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestThresholdsStoryReconExecuteMultinode.java
    M testing/story/src/test/resources/async/task-async-update-multi.xml
    M testing/story/src/test/resources/async/task-async-update.xml
    M testing/story/src/test/resources/async/task-recompute-multi.xml
    M testing/story/src/test/resources/buckets/task-recompute-16-04.xml
    M testing/story/src/test/resources/buckets/task-recompute-256-30.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-multinode-multithreaded.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-multinode.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-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-import.vm.xml
    M testing/story/src/test/resources/system-perf/task-recomputation.vm.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/thresholds/task-opendj-livesync-simulate.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-deleted-execute.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-deleted-simulate-execute.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-execute-multinode.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-execute.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-simulate-multinode.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-simulate.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 branch 'master' into feature/mid-7053


  Commit: 21a344267b277a70b58341361cf72451df79561b
      https://github.com/Evolveum/midpoint/commit/21a344267b277a70b58341361cf72451df79561b
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/traces/RepositoryOpNode.java

  Log Message:
  -----------
  Fix the "read-only analyzer" support code


  Commit: 356205eb7cbcee4a7f5a98b579437f7502498081
      https://github.com/Evolveum/midpoint/commit/356205eb7cbcee4a7f5a98b579437f7502498081
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/GetOperationOptions.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/GetOperationOptionsBuilder.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/ArchetypeManager.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/SystemObjectCache.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AbstractSearchExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationFromLinkExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/ScriptExpressionFactory.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/AbstractValuePolicyOriginResolver.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/util/ObjectTemplateIncludeProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelObjectResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/FilterGizmoAssignableRoles.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/SchemaTransformer.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/ExpressionHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/triggerSetter/OptimizingTriggerCreatorImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/importer/ObjectImporter.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkConflictResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensElementContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensOwnerResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/AssignmentEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/TargetsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/ConstructionResourceResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/DeltaExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/LinkUpdater.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ContextLoader.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/DependencyProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ProjectionValuesProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ReconciliationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AutoAssignMappingCollector.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/FocusConstraintsChecker.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundMappingsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/TemplateMappingsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/scriptExecutor/LinkTargetFinder.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/PipelineData.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/AssignExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/helpers/OperationsHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/GuiProfileCompiler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/GuiProfiledPrincipalManagerImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ProjectionLinkUpdater.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationExpressionsEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/SyncTaskHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/imp/ImportFromResourceTaskHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/RemainingShadowsActivityExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/trigger/CompletedTaskCleanupTriggerHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/trigger/ShadowReconcileTriggerHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AuditHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/ModelImplUtils.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/Resolver.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/SearchHelper.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/dummy/TestDummyConsistency.java

  Log Message:
  -----------
  Use read-only when fetching objects in model

To speed up processing of objects in clockwork we have introduced
using read-only option when loading objects at a lot of places
in model-common and model-impl.

Limitations:

1) For now, we avoid using read-only option when loading objects for
focus or projection contexts, because these are worked with
during processing. This can be optimized later.

2) In provisioning, shadows are fetched read-write because of the
need to apply definitions right after obtaining them from the repo.

3) At a couple of other places we kept existing (read-write) read mode,
particularly when the perceived benefit was low and the risk of getting
immutability exceptions was high.

Related to MID-7053.


  Commit: 8ae46231a3844ced65da3a8a3f1813b530ede556
      https://github.com/Evolveum/midpoint/commit/8ae46231a3844ced65da3a8a3f1813b530ede556
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RTask.java

  Log Message:
  -----------
  Fix queries for task.executionState in old repo

Related to recent task schema cleanup
(74280c5f506796da81a921ffc024fe941d2e147f).


  Commit: 515558e21f712dbc0da3bcf2969057821f804795
      https://github.com/Evolveum/midpoint/commit/515558e21f712dbc0da3bcf2969057821f804795
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/RolesConfiguration.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/TestSystemPerformance.java
    A testing/story/src/test/resources/system-perf/metarole-technical.xml
    M testing/story/src/test/resources/system-perf/role-technical.vm.xml
    M testing/story/src/test/resources/system-perf/schema.vm.xsd

  Log Message:
  -----------
  Add "memberOf" computation to system perf. test

This is to reproduce MID-7053 more precisely.


  Commit: 91491cf8bb87528763a41b3f76d6a75644330648
      https://github.com/Evolveum/midpoint/commit/91491cf8bb87528763a41b3f76d6a75644330648
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/RolesConfiguration.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/TestSystemPerformance.java
    A testing/story/src/test/resources/system-perf/metarole-technical.xml
    M testing/story/src/test/resources/system-perf/role-technical.vm.xml
    M testing/story/src/test/resources/system-perf/schema.vm.xsd

  Log Message:
  -----------
  Add "memberOf" computation to system perf. test

This is to reproduce MID-7053 more precisely.


  Commit: 84299db8465a66b600c79d97481cb3a522b4ad41
      https://github.com/Evolveum/midpoint/commit/84299db8465a66b600c79d97481cb3a522b4ad41
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/GetOperationOptions.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/GetOperationOptionsBuilder.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/traces/RepositoryOpNode.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/traces/TraceUtil.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/ArchetypeManager.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/SystemObjectCache.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AbstractSearchExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationFromLinkExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/ScriptExpressionFactory.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/AbstractValuePolicyOriginResolver.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/util/ObjectTemplateIncludeProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelObjectResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/FilterGizmoAssignableRoles.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/SchemaTransformer.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/ExpressionHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/triggerSetter/OptimizingTriggerCreatorImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/importer/ObjectImporter.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkConflictResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensElementContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensOwnerResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/AssignmentEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/TargetsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/ConstructionResourceResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/DeltaExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/LinkUpdater.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ContextLoader.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/DependencyProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ProjectionValuesProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ReconciliationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentTripleEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AutoAssignMappingCollector.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/FocusConstraintsChecker.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundMappingsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/TemplateMappingsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/consolidation/DeltaSetTripleMapConsolidation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/scriptExecutor/LinkTargetFinder.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/PipelineData.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/AssignExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/helpers/OperationsHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/GuiProfileCompiler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/GuiProfiledPrincipalManagerImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ProjectionLinkUpdater.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationExpressionsEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/SyncTaskHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/imp/ImportFromResourceTaskHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/RemainingShadowsActivityExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/trigger/CompletedTaskCleanupTriggerHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/trigger/ShadowReconcileTriggerHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AuditHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/ModelImplUtils.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/Resolver.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/SearchHelper.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/dummy/TestDummyConsistency.java

  Log Message:
  -----------
  Merge branch 'feature/mid-7053'


  Commit: 05397f0ab2fb381817b4bb9fa91cb91efb7885c1
      https://github.com/Evolveum/midpoint/commit/05397f0ab2fb381817b4bb9fa91cb91efb7885c1
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M infra/schema/src/main/resources/default-caching-profile.xml

  Log Message:
  -----------
  Add ObjectTemplateType to default caching profile


  Commit: a1b4ffd3ede6dee934e99062c75ab56b1b27f987
      https://github.com/Evolveum/midpoint/commit/a1b4ffd3ede6dee934e99062c75ab56b1b27f987
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryBeanConfig.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/audit/SqaleAuditServiceFactory.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoBaseTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/perf/MidScaleNewRepoTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceFactory.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/SqlRepoContext.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/querydsl/QuerydslUtils.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/querydsl/SqlLogger.java
    A repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/querydsl/SqlRecorder.java

  Log Message:
  -----------
  repo-sqlbase: added SqlRecorder, version of logger recording queries

This is an analog to TestQueryListener, but on Querydsl level (just like
SqlLogger), used experimentally in MidScaleNewRepoTest.
It can be set using SqlRepoContext#setQuerydslSqlListener().


  Commit: e1b1fdab5118f7086af1703922d96d6ce3c35d16
      https://github.com/Evolveum/midpoint/commit/e1b1fdab5118f7086af1703922d96d6ce3c35d16
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java
    M model/workflow-impl/src/test/resources/assignments-advanced/metarole-security.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/role-role23-special-and-security.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/role-role25-very-complex-approval.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead21.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead22.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead23.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead24.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-security-approver-deputy-limited.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-security-approver-deputy.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-security-approver.xml

  Log Message:
  -----------
  TestAssignmentsAdvanced: OID/UUID fixes for new repo


  Commit: d4b6d2c81005a1f1d187962d729a537a748e5f63
      https://github.com/Evolveum/midpoint/commit/d4b6d2c81005a1f1d187962d729a537a748e5f63
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M repo/repo-sqale/sql/pgnew-experiments.sql
    M repo/repo-sqale/sql/pgnew-repo-audit.sql
    M repo/repo-sqale/sql/pgnew-repo.sql

  Log Message:
  -----------
  repo-sqale SQL schema: added trigram indexes for fullTextInfo


  Commit: 15c14e67a3e1395ffe205707d5cad49489406032
      https://github.com/Evolveum/midpoint/commit/15c14e67a3e1395ffe205707d5cad49489406032
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/perf/MidScaleNewRepoTest.java

  Log Message:
  -----------
  MidScaleNewRepoTest: added fulltext config + random object descriptions


  Commit: 5f368c877c3d003d476960bc9043656c709b7ff2
      https://github.com/Evolveum/midpoint/commit/5f368c877c3d003d476960bc9043656c709b7ff2
  Author: kate <honchar at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/AbstractPageObjectDetails.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/UploadDownloadPanel.java

  Log Message:
  -----------
  multipart is set to true for details form


  Commit: bba30482dbf8c6677c12df70b3315ca2ae83f3b3
      https://github.com/Evolveum/midpoint/commit/bba30482dbf8c6677c12df70b3315ca2ae83f3b3
  Author: kate <honchar at evolveum.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M config/initial-objects/000-system-configuration.xml
    M config/initial-objects/261-object-collection-task-active.xml
    M config/initial-objects/550-task-cleanup.xml
    M config/initial-objects/560-task-validity.xml
    M config/initial-objects/570-task-trigger.xml
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebComponentUtil.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/icon/CompositedIconBuilder.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/abstractrole/component/MemberOperationsHelper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusActivationPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusCasesPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusHistoryPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusPasswordPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/focus/component/FocusTriggersPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/task/component/TaskErrorsPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/user/component/DelegatedToMePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/user/component/UserDelegationsPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/user/component/UserPersonasPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/DelegationEditorPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/BaseSortableDataProvider.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/SelectableBeanContainerDataProvider.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/SelectableBeanObjectDataProvider.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/data/column/ColumnUtils.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/SearchFactory.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageDashboardInfo.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/MemberOperationsHelper.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageNodes.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTask.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskBasicTabPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskErrorsTabPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskSummaryPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskTablePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/dto/TaskDtoExecutionState.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/self/PageAbstractSelfCredentials.java
    M gui/admin-gui/src/main/resources/initial-objects/000-system-configuration.xml
    M gui/admin-gui/src/main/resources/initial-objects/261-object-collection-task-active.xml
    M gui/admin-gui/src/main/resources/initial-objects/550-task-cleanup.xml
    M gui/admin-gui/src/main/resources/initial-objects/560-task-validity.xml
    M gui/admin-gui/src/main/resources/initial-objects/570-task-trigger.xml
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/MidScaleGuiTest.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/web/AbstractGuiIntegrationTest.java
    M gui/admin-gui/src/test/resources/common/resource-dummy-initialized.xml
    M gui/admin-gui/src/test/resources/common/shadow-account-jack-dummy.xml
    M infra/common/src/test/java/com/evolveum/midpoint/common/refinery/TestRefinedSchema.java
    M infra/common/src/test/resources/crypto/task-add-account.xml
    M infra/common/src/test/resources/crypto/task-add-jack.xml
    M infra/common/src/test/resources/crypto/task-modify-jack-password.xml
    M infra/common/src/test/resources/refinery/account-jack.xml
    M infra/common/src/test/resources/refinery/resource-complex.xml
    M infra/common/src/test/resources/refinery/resource-simple.xml
    M infra/common/src/test/resources/validator/no-name.xml
    M infra/common/src/test/resources/validator/resource-1-valid.xml
    M infra/common/src/test/resources/validator/unknown/connector-attribute.xml
    M infra/common/src/test/resources/validator/unknown/connector-config-element.xml
    M infra/common/src/test/resources/validator/unknown/connector-config-nested.xml
    M infra/common/src/test/resources/validator/unknown/connector-element.xml
    M infra/common/src/test/resources/validator/unknown/filter-attribute.xml
    M infra/common/src/test/resources/validator/unknown/filter-element.xml
    M infra/common/src/test/resources/validator/unknown/object-attribute.xml
    M infra/common/src/test/resources/validator/unknown/object-element.xml
    M infra/common/src/test/resources/validator/unknown/property-attribute.xml
    M infra/common/src/test/resources/validator/unknown/property-element.xml
    M infra/common/src/test/resources/validator/unknown/reference-attribute.xml
    M infra/common/src/test/resources/validator/unknown/reference-element.xml
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/GetOperationOptions.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/GetOperationOptionsBuilder.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/traces/RepositoryOpNode.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/traces/TraceUtil.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/FocusTypeUtil.java
    R infra/schema/src/main/java/com/evolveum/midpoint/schema/util/FullTextSearchConfigurationUtil.java
    A infra/schema/src/main/java/com/evolveum/midpoint/schema/util/FullTextSearchUtil.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ResourceTypeUtil.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/ActivityWorkersInformation.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/TaskTypeUtil.java
    M infra/schema/src/main/resources/default-caching-profile.xml
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestConstants.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestJaxbParsing.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseDiffPatch.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseTask.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseTaskBulkAction.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/parser/TestParseResource.java
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/processor/TestResourceSchema.java
    M infra/schema/src/test/resources/common/account-jack.xml
    M infra/schema/src/test/resources/common/json/no-ns/resource-opendj.json
    M infra/schema/src/test/resources/common/json/ns/resource-opendj.json
    M infra/schema/src/test/resources/common/json/resource-opendj.json
    M infra/schema/src/test/resources/common/model-context-1.xml
    M infra/schema/src/test/resources/common/resource-opendj-no-xmlns.xml
    M infra/schema/src/test/resources/common/role-construction.xml
    M infra/schema/src/test/resources/common/task-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/common/user-barbossa-modify-delete-assignment-account-opendj-attr.xml
    M infra/schema/src/test/resources/common/user-barbossa.xml
    M infra/schema/src/test/resources/common/xml/no-ns/resource-opendj.xml
    M infra/schema/src/test/resources/common/xml/ns/resource-expression.xml
    M infra/schema/src/test/resources/common/xml/ns/resource-opendj.xml
    M infra/schema/src/test/resources/common/xml/ns/shadow-hbarbossa-legacy.xml
    M infra/schema/src/test/resources/common/xml/ns/shadow-hbarbossa.xml
    M infra/schema/src/test/resources/common/yaml/no-ns/resource-opendj.yaml
    M infra/schema/src/test/resources/common/yaml/ns/resource-opendj.yaml
    M infra/schema/src/test/resources/converter/account-jack.xml
    M infra/schema/src/test/resources/deltaconverter/task-new.xml
    M infra/schema/src/test/resources/deltaconverter/task-old.xml
    M infra/schema/src/test/resources/deltaconverter/user-modify-add-account.xml
    M infra/schema/src/test/resources/diff/resource-after-const.xml
    R infra/schema/src/test/resources/diff/resource-after-ns-change.xml
    M infra/schema/src/test/resources/diff/resource-after.xml
    M infra/schema/src/test/resources/diff/resource-before.xml
    M infra/schema/src/test/resources/diff/resource-white-after.xml
    M infra/schema/src/test/resources/diff/resource-white-before.xml
    M infra/schema/src/test/resources/diff/system-configuration-after.xml
    M infra/schema/src/test/resources/diff/system-configuration-before.xml
    M infra/schema/src/test/resources/diff/task-after.xml
    M infra/schema/src/test/resources/diff/task-before.xml
    M infra/schema/src/test/resources/diff/task-modelOperationContext-before.xml
    M infra/schema/src/test/resources/util/object-change-modify-password-hack.xml
    M infra/schema/src/test/resources/util/object-change-modify-password.xml
    M infra/schema/src/test/resources/xmljson/model-intest-resource-dummy.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/resource-dummy.xml
    M model/certification-impl/src/test/resources/common/task-trigger-scanner-manual.xml
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/ArchetypeManager.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/SystemObjectCache.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AbstractSearchExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationFromLinkExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/ScriptExpressionFactory.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/AbstractValuePolicyOriginResolver.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/util/DefaultColumnUtils.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/util/ObjectTemplateIncludeProcessor.java
    M model/model-common/src/test/resources/expression/functions/resource-opendj.xml
    M model/model-common/src/test/resources/mapping/account-jack.xml
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelObjectResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/FilterGizmoAssignableRoles.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/SchemaTransformer.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/ExpressionHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/triggerSetter/OptimizingTriggerCreatorImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/importer/ObjectImporter.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ClockworkConflictResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensElementContext.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensOwnerResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/PersonaProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/AssignmentEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/TargetsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/ConstructionResourceResolver.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/construction/PersonaConstruction.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/DeltaExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/LinkUpdater.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ContextLoader.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/DependencyProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ProjectionValuesProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ReconciliationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AssignmentTripleEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/AutoAssignMappingCollector.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/FocusConstraintsChecker.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundMappingsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/TemplateMappingsEvaluation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/consolidation/DeltaSetTripleMapConsolidation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/scriptExecutor/LinkTargetFinder.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/policy/scriptExecutor/ScriptingTaskCreator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/PipelineData.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/actions/AssignExecutor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/scripting/helpers/OperationsHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/GuiProfileCompiler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/GuiProfiledPrincipalManagerImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ProjectionLinkUpdater.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationExpressionsEvaluator.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/SyncTaskHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/imp/ImportFromResourceTaskHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/RemainingShadowsActivityExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/cluster/AutoScalingActivityExecution.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/trigger/CompletedTaskCleanupTriggerHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/trigger/ShadowReconcileTriggerHandler.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AuditHelper.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/ModelImplUtils.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/Resolver.java
    A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/AbstractTestProjectorPersona.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestPolicyRules2.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestProjectorPersona.java
    A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestProjectorPersonaDeprecated.java
    M model/model-impl/src/test/resources/account-custom-function.xml
    M model/model-impl/src/test/resources/account-resource-schema-handling-custom-variables.xml
    M model/model-impl/src/test/resources/account-xpath-evaluation-extension.xml
    M model/model-impl/src/test/resources/account-xpath-evaluation-filter.xml
    M model/model-impl/src/test/resources/common/account-herman-opendj.xml
    M model/model-impl/src/test/resources/common/resource-dummy-deprecated.xml
    M model/model-impl/src/test/resources/common/task-reconcile-dummy.xml
    M model/model-impl/src/test/resources/controller/addObject/expected-account.xml
    M model/model-impl/src/test/resources/controller/addUser/expected-account.xml
    M model/model-impl/src/test/resources/expr/account-xpath-evaluation.xml
    M model/model-impl/src/test/resources/expr/account.xml
    A model/model-impl/src/test/resources/lens/archetype-admin.xml
    M model/model-impl/src/test/resources/lens/org-brethren.xml
    M model/model-impl/src/test/resources/lens/policy/role-student.xml
    A model/model-impl/src/test/resources/lens/role-persona-archetype-admin.xml
    M model/model-impl/src/test/resources/migrator/after/resource.xml
    M model/model-impl/src/test/resources/migrator/before/resource.xml
    M model/model-impl/src/test/resources/misc/task-shadow-integrity-check.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-impl/src/test/resources/sync/action/account/group-change.xml
    M model/model-impl/src/test/resources/sync/action/user/existing-user-change.xml
    M model/model-impl/src/test/resources/sync/change-correct.xml
    M model/model-impl/src/test/resources/sync/change-without-object.xml
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractConfiguredModelIntegrationTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestModelServiceContract.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestTolerantAttributes.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/archetypes/TestArchetypeInheritance.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/gensync/TestEditSchema.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/importer/AbstractImportTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/scripting/AbstractBasicScriptingTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestLiveSyncTask.java
    M model/model-intest/src/test/resources/archetypes/archetype-resource-operation-task.xml
    M model/model-intest/src/test/resources/archetypes/archetype-task-basic.xml
    M model/model-intest/src/test/resources/async/grouper-amqp091/task-async-update.xml
    M model/model-intest/src/test/resources/async/task/task-async-update-hr-no-workers.xml
    M model/model-intest/src/test/resources/async/task/task-async-update-hr-one-worker.xml
    M model/model-intest/src/test/resources/async/ucf/task-async-update.xml
    M model/model-intest/src/test/resources/common/account-capsize-dummy-blue.xml
    M model/model-intest/src/test/resources/common/account-capsize-dummy-default.xml
    M model/model-intest/src/test/resources/common/account-capsize-dummy-red.xml
    M model/model-intest/src/test/resources/common/account-elaine-dummy.xml
    M model/model-intest/src/test/resources/common/account-guybrush-dummy.xml
    M model/model-intest/src/test/resources/common/account-herman-dummy.xml
    M model/model-intest/src/test/resources/common/account-jack-dummy.xml
    M model/model-intest/src/test/resources/common/account-shadow-guybrush-dummy.xml
    M model/model-intest/src/test/resources/common/account-shadow-jack-dummy.xml
    M model/model-intest/src/test/resources/common/group-pirate-dummy.xml
    M model/model-intest/src/test/resources/common/group-testers-dummy.xml
    M model/model-intest/src/test/resources/common/resource-derby.xml
    M model/model-intest/src/test/resources/common/resource-dummy-caching.xml
    M model/model-intest/src/test/resources/common/resource-dummy-yellow.xml
    M model/model-intest/src/test/resources/common/resource-dummy.json
    M model/model-intest/src/test/resources/common/resource-dummy.xml
    M model/model-intest/src/test/resources/common/resource-dummy.yaml
    M model/model-intest/src/test/resources/common/role-captain.xml
    M model/model-intest/src/test/resources/common/role-drinker.xml
    M model/model-intest/src/test/resources/common/role-empty.xml
    M model/model-intest/src/test/resources/common/role-judge.xml
    M model/model-intest/src/test/resources/common/role-nice-pirate.xml
    M model/model-intest/src/test/resources/common/role-pirate.xml
    M model/model-intest/src/test/resources/common/role-sailor.xml
    M model/model-intest/src/test/resources/common/role-strong-sailor.xml
    M model/model-intest/src/test/resources/common/role-thief.xml
    M model/model-intest/src/test/resources/common/role-useless.xml
    M model/model-intest/src/test/resources/common/task-delete-not-updated-shadows.xml
    M model/model-intest/src/test/resources/common/task-dumy-blue-livesync.xml
    M model/model-intest/src/test/resources/common/task-dumy-green-livesync.xml
    M model/model-intest/src/test/resources/common/task-dumy-livesync.xml
    M model/model-intest/src/test/resources/common/task-mock-jack.xml
    M model/model-intest/src/test/resources/common/task-partitioned-validity-scanner-multiple-tasks.xml
    M model/model-intest/src/test/resources/common/task-partitioned-validity-scanner-single-task.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multinode.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multithreaded.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-partitioned.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multinode.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multithreaded.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-partitioned.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-green.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-multinode.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-multithreaded.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy-partitioned.xml
    M model/model-intest/src/test/resources/common/task-reconcile-dummy.xml
    M model/model-intest/src/test/resources/common/task-trigger-scanner-on-demand.xml
    M model/model-intest/src/test/resources/common/task-trigger-scanner.xml
    M model/model-intest/src/test/resources/common/task-validity-scanner.xml
    M model/model-intest/src/test/resources/common/user-barbossa.xml
    M model/model-intest/src/test/resources/common/user-capsize.xml
    M model/model-intest/src/test/resources/contract/account-blackbeard-dummy.xml
    M model/model-intest/src/test/resources/entitlements/group-landlubers.xml
    M model/model-intest/src/test/resources/entitlements/group-swashbucklers.xml
    M model/model-intest/src/test/resources/entitlements/role-brute.xml
    M model/model-intest/src/test/resources/entitlements/role-landluber.xml
    M model/model-intest/src/test/resources/entitlements/role-mapmaker.xml
    M model/model-intest/src/test/resources/entitlements/role-org-grouping-repo.xml
    M model/model-intest/src/test/resources/entitlements/role-org-grouping.xml
    M model/model-intest/src/test/resources/entitlements/role-swashbuckler.xml
    M model/model-intest/src/test/resources/entitlements/role-thug.xml
    M model/model-intest/src/test/resources/entitlements/role-wimp.xml
    M model/model-intest/src/test/resources/gensync/role-meta-dummygroup.xml
    M model/model-intest/src/test/resources/gensync/role-swashbuckler.xml
    M model/model-intest/src/test/resources/importer/import-ref.json
    M model/model-intest/src/test/resources/importer/import-ref.xml
    M model/model-intest/src/test/resources/importer/import-ref.yaml
    M model/model-intest/src/test/resources/importer/import-task.json
    M model/model-intest/src/test/resources/importer/import-task.xml
    M model/model-intest/src/test/resources/importer/import-task.yaml
    M model/model-intest/src/test/resources/importer/resource-derby.json
    M model/model-intest/src/test/resources/importer/resource-derby.xml
    M model/model-intest/src/test/resources/importer/resource-derby.yaml
    M model/model-intest/src/test/resources/importer/resource-dummy-changed.json
    M model/model-intest/src/test/resources/importer/resource-dummy-changed.xml
    M model/model-intest/src/test/resources/importer/resource-dummy-changed.yaml
    M model/model-intest/src/test/resources/importer/resource-dummy-runtime-resolution.xml
    M model/model-intest/src/test/resources/iteration/task-dumy-dark-violet-livesync.xml
    M model/model-intest/src/test/resources/iterative-tasks/task-buckets-multithreaded.xml
    M model/model-intest/src/test/resources/lifecycle/role-caretaker.xml
    M model/model-intest/src/test/resources/lifecycle/role-croupier.xml
    M model/model-intest/src/test/resources/lifecycle/role-gambler.xml
    M model/model-intest/src/test/resources/lifecycle/role-headmaster.xml
    M model/model-intest/src/test/resources/lifecycle/role-pit-boss.xml
    M model/model-intest/src/test/resources/manual/task-propagation-manual-grouping.xml
    M model/model-intest/src/test/resources/manual/task-propagation-multi.xml
    M model/model-intest/src/test/resources/manual/task-shadow-refresh.xml
    M model/model-intest/src/test/resources/mapping/role-antinihilist.xml
    M model/model-intest/src/test/resources/mapping/service-router.xml
    M model/model-intest/src/test/resources/mapping/task-dummy-services-pwd-copy-import.xml
    M model/model-intest/src/test/resources/mapping/task-dummy-services-pwd-generate-import.xml
    M model/model-intest/src/test/resources/mapping/task-dumy-tea-green-livesync.xml
    M model/model-intest/src/test/resources/member-recompute/task-reconcile-clubs.xml
    M model/model-intest/src/test/resources/member-recompute/task-template-recompute-members.xml
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-crm-import.xml
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-hr-import.xml
    M model/model-intest/src/test/resources/metadata/provenance-metadata-recording/task-hr-reconciliation.xml
    M model/model-intest/src/test/resources/misc/shadow-dummy-lost1.xml
    M model/model-intest/src/test/resources/misc/task-shadow-refresh-explicit-dummy.xml
    M model/model-intest/src/test/resources/misc/task-shadow-refresh.xml
    M model/model-intest/src/test/resources/multi-resource/resource-dummy-dark-yellow.xml
    M model/model-intest/src/test/resources/multi-resource/role-dummies-beige.xml
    M model/model-intest/src/test/resources/multi-resource/role-dummies-ivory.xml
    M model/model-intest/src/test/resources/multi-resource/role-dummies.xml
    M model/model-intest/src/test/resources/negative/resource-dummy-nojars.xml
    M model/model-intest/src/test/resources/negative/resource-dummy-unaccessible.xml
    M model/model-intest/src/test/resources/notifications/task-hr-import.xml
    M model/model-intest/src/test/resources/orgstruct/role-meta-functional-org.xml
    M model/model-intest/src/test/resources/orgstruct/role-meta-piracy-org.xml
    M model/model-intest/src/test/resources/orgstruct/role-organized.xml
    M model/model-intest/src/test/resources/password/resource-dummy-maverick.xml
    M model/model-intest/src/test/resources/password/resource-dummy-souvenir.xml
    M model/model-intest/src/test/resources/password/task-change-jack-account-password.xml
    M model/model-intest/src/test/resources/preview/account-rogers-dummy-default.xml
    M model/model-intest/src/test/resources/preview/account-rogers-dummy-lemon.xml
    M model/model-intest/src/test/resources/preview/user-rogers.xml
    M model/model-intest/src/test/resources/rbac/autoassign/role-unit-rider.xml
    M model/model-intest/src/test/resources/rbac/autoassign/role-unit-sleeper.xml
    M model/model-intest/src/test/resources/rbac/autoassign/role-unit-walker.xml
    M model/model-intest/src/test/resources/rbac/autoassign/role-unit-worker.xml
    M model/model-intest/src/test/resources/rbac/metameta/role-meta-greek-group.xml
    M model/model-intest/src/test/resources/rbac/metameta/role-meta-latin-group.xml
    M model/model-intest/src/test/resources/rbac/metameta/role-meta-legacy-one.xml
    M model/model-intest/src/test/resources/rbac/metameta/role-meta-meta-legacy.xml
    M model/model-intest/src/test/resources/rbac/metameta/role-meta-meta-world.xml
    M model/model-intest/src/test/resources/rbac/role-adriatic-pirate.xml
    M model/model-intest/src/test/resources/rbac/role-black-sea-pirate.xml
    M model/model-intest/src/test/resources/rbac/role-cannibal.xml
    M model/model-intest/src/test/resources/rbac/role-cleric.xml
    M model/model-intest/src/test/resources/rbac/role-governor.xml
    M model/model-intest/src/test/resources/rbac/role-honorability.xml
    M model/model-intest/src/test/resources/rbac/role-honorable-wannabe.xml
    M model/model-intest/src/test/resources/rbac/role-indian-ocean-pirate.xml
    M model/model-intest/src/test/resources/rbac/role-loot-diamonds.xml
    M model/model-intest/src/test/resources/rbac/role-meta-fool.xml
    M model/model-intest/src/test/resources/rbac/role-rich-sailor.xml
    M model/model-intest/src/test/resources/rbac/role-strong-rich-sailor.xml
    M model/model-intest/src/test/resources/rbac/role-treasure-bronze.xml
    M model/model-intest/src/test/resources/rbac/role-treasure-gold.xml
    M model/model-intest/src/test/resources/rbac/role-treasure-silver.xml
    M model/model-intest/src/test/resources/rbac/role-wannabe.xml
    M model/model-intest/src/test/resources/rbac/role-weak-gossiper.xml
    M model/model-intest/src/test/resources/rbac/role-weak-singer.xml
    M model/model-intest/src/test/resources/rbac/sod/role-citizen-sk.xml
    M model/model-intest/src/test/resources/rbac/sod/role-citizen-us.xml
    M model/model-intest/src/test/resources/rbac/sod/role-color-blue.xml
    M model/model-intest/src/test/resources/rbac/sod/role-color-green.xml
    M model/model-intest/src/test/resources/rbac/sod/role-color-none.xml
    M model/model-intest/src/test/resources/rbac/sod/role-color-red.xml
    M model/model-intest/src/test/resources/rbac/sod/role-controlling-1.xml
    M model/model-intest/src/test/resources/rbac/sod/role-controlling-2.xml
    M model/model-intest/src/test/resources/rbac/sod/role-executive-2.xml
    M model/model-intest/src/test/resources/rbac/sod/role-meta-color.xml
    M model/model-intest/src/test/resources/rbac/sod/role-prize-bronze-enforced.xml
    M model/model-intest/src/test/resources/rbac/sod/role-prize-bronze.xml
    M model/model-intest/src/test/resources/rbac/sod/role-prize-gold-enforced.xml
    M model/model-intest/src/test/resources/rbac/sod/role-prize-gold.xml
    M model/model-intest/src/test/resources/rbac/sod/role-prize-silver-enforced.xml
    M model/model-intest/src/test/resources/rbac/sod/role-prize-silver.xml
    M model/model-intest/src/test/resources/reporting/task-import-retry-by-fetching.xml
    M model/model-intest/src/test/resources/reporting/task-import-retry-by-filtering.xml
    M model/model-intest/src/test/resources/reporting/task-import.xml
    M model/model-intest/src/test/resources/reporting/task-recompute-roles-multinode.xml
    M model/model-intest/src/test/resources/reporting/task-recompute-roles.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-0t-nb-np.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-2t-nb-np.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-interrupted-partitioned-multinode.xml
    M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-interrupted-partitioned.xml
    M model/model-intest/src/test/resources/reporting/task-reconciliation-hacked.xml
    M model/model-intest/src/test/resources/reporting/task-reconciliation-partitioned-multinode.xml
    M model/model-intest/src/test/resources/reporting/task-reconciliation.xml
    M model/model-intest/src/test/resources/scripting/modify-jack-password-task-legacy.xml
    M model/model-intest/src/test/resources/scripting/modify-jack-password-task.xml
    M model/model-intest/src/test/resources/scripting/scripting-users-in-background-iterative-task-legacy.xml
    M model/model-intest/src/test/resources/scripting/scripting-users-in-background-iterative-task.xml
    M model/model-intest/src/test/resources/scripting/scripting-users-in-background-task.xml
    M model/model-intest/src/test/resources/scripting/search-for-shadows-nofetch-legacy.xml
    M model/model-intest/src/test/resources/scripting/search-for-shadows-nofetch.xml
    M model/model-intest/src/test/resources/scripting/search-for-shadows.xml
    M model/model-intest/src/test/resources/scripting/task-delete-shadows-multinode.xml
    M model/model-intest/src/test/resources/scripting/task-to-keep-suspended.xml
    M model/model-intest/src/test/resources/scripting/task-to-resume.xml
    M model/model-intest/src/test/resources/security/role-conditional.xml
    M model/model-intest/src/test/resources/security/role-meta-nonsense.xml
    M model/model-intest/src/test/resources/security/task-dummy.xml
    M model/model-intest/src/test/resources/security/task-useless-administrator.xml
    M model/model-intest/src/test/resources/security/task-useless-jack.xml
    M model/model-intest/src/test/resources/strange/case-approval.xml
    M model/model-intest/src/test/resources/strange/role-idiot-assignment.xml
    M model/model-intest/src/test/resources/strange/role-idiot.xml
    M model/model-intest/src/test/resources/strange/role-recursion-assignment.xml
    M model/model-intest/src/test/resources/strange/role-recursion.xml
    M model/model-intest/src/test/resources/strange/role-stupid-assignment.xml
    M model/model-intest/src/test/resources/strange/role-stupid.xml
    M model/model-intest/src/test/resources/sync/account-andre-dummy.xml
    M model/model-intest/src/test/resources/sync/account-augustus-dummy.xml
    M model/model-intest/src/test/resources/sync/account-cruff-dummy.xml
    M model/model-intest/src/test/resources/sync/account-kenny-dummy.xml
    M model/model-intest/src/test/resources/sync/account-lechimp-dummy.xml
    M model/model-intest/src/test/resources/sync/account-stan-dummy.xml
    M model/model-intest/src/test/resources/sync/account-tandre-dummy.xml
    M model/model-intest/src/test/resources/sync/account-taugustus-dummy.xml
    M model/model-intest/src/test/resources/sync/account-tlafoot-dummy.xml
    M model/model-intest/src/test/resources/sync/account-tlechimp-dummy.xml
    M model/model-intest/src/test/resources/sync/account-tpalido-dummy.xml
    M model/model-intest/src/test/resources/sync/resource-dummy-uuid.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-livesync.xml
    M model/model-intest/src/test/resources/sync/task-dummy-byzantine-recon.xml
    M model/model-intest/src/test/resources/sync/task-dummy-emerald-livesync.xml
    M model/model-intest/src/test/resources/sync/task-dummy-emerald-recon.xml
    M model/model-intest/src/test/resources/sync/task-import-dummy-lime-limited-legacy.xml
    M model/model-intest/src/test/resources/sync/task-import-dummy-lime-limited.xml
    M model/model-intest/src/test/resources/sync/task-import-dummy-steelblue-multithreaded.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-azure.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-filter.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-lime.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-single.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-steelblue-multithreaded.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-steelblue-partitioned.xml
    M model/model-intest/src/test/resources/sync/task-reconcile-dummy-uuid.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute-captain.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute-herman-by-expression.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute-light.xml
    M model/model-intest/src/test/resources/sync/task-user-recompute.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-auto-scaling-skip-initial.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-auto-scaling.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-disabled-auto-scaling.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-no-workers.xml
    M model/model-intest/src/test/resources/tasks/auto-scaling/task-two-workers-per-node.xml
    M model/model-intest/src/test/resources/tasks/cleanup/task-cleanup-legacy.xml
    M model/model-intest/src/test/resources/tasks/cleanup/task-cleanup.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore-partial-stop-on-fatal.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-ignore.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-max-4.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-retry-later-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-errors-precise-stop-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-batched.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run-with-update.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-dry-run.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-error.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-model.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/legacy-task-intsync-slow-resource.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-ignore-partial-stop-on-fatal.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-ignore.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-retry-later-max-4.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-retry-later-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-errors-precise-stop-on-any.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-batched-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-batched.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-dry-run-with-update.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-dry-run.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-error-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-error.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-model-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-model.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-resource-imprecise.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-intsync-slow-resource.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-multi-changes.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-no-policy.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-xfer1.xml
    M model/model-intest/src/test/resources/tasks/livesync/task-xfer2.xml
    M model/model-intest/src/test/resources/tasks/noop/task-bucket-analysis-with-condition.xml
    M model/model-intest/src/test/resources/tasks/noop/task-bucket-analysis-with-random-sampling.xml
    M model/model-intest/src/test/resources/tasks/noop/task-bucket-analysis-with-regular-sampling.xml
    M model/model-intest/src/test/resources/tasks/recon/task-reconciliation-multinode.xml
    M model/model-intest/src/test/resources/tasks/recon/task-reconciliation.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-no-limits.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-import-simulate-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-execute-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-execute-single.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-multi.xml
    M model/model-intest/src/test/resources/tasks/thresholds/task-reconciliation-simulate-single.xml
    M model/model-intest/src/test/resources/volatility/task-dummy-hr-livesync.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
    M model/notifications-impl/src/test/resources/objects/account-jack.xml
    M model/report-impl/src/test/resources/reports/task-distributed-export.xml
    M model/report-impl/src/test/resources/reports/task-export.xml
    M model/report-impl/src/test/resources/reports/task-import.xml
    M model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/execution/ExecutionHelper.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java
    M model/workflow-impl/src/test/resources/assignments-advanced/metarole-security.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/role-role23-special-and-security.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/role-role25-very-complex-approval.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead21.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead22.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead23.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-lead24.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-security-approver-deputy-limited.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-security-approver-deputy.xml
    M model/workflow-impl/src/test/resources/assignments-advanced/user-security-approver.xml
    M model/workflow-impl/src/test/resources/association/req-add-entitlement-guests.xml
    M model/workflow-impl/src/test/resources/association/req-add-entitlement-testers.xml
    M model/workflow-impl/src/test/resources/association/resource-dummy.xml
    M model/workflow-impl/src/test/resources/association/shadow-elisabeth-dummy.xml
    M model/workflow-impl/src/test/resources/association/shadow-guests-dummy.xml
    M model/workflow-impl/src/test/resources/association/shadow-jack-dummy.xml
    M model/workflow-impl/src/test/resources/association/shadow-testers-dummy.xml
    M model/workflow-impl/src/test/resources/common/task-trigger-scanner.xml
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/SearchHelper.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/ProvisioningTestUtil.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/dummy/AbstractDummyTest.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/dummy/TestDummyConsistency.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/opendj/AbstractOpenDjTest.java
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/opendj/TestOpenDj.java
    M provisioning/provisioning-impl/src/test/resources/dummy/account-daemon.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-elaine-resource-not-found.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-elizabeth.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-lechuck.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-morgan.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-relic.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-script.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-wally.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/account-will.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/consistency/account-late.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/consistency/account-shadow-murray-pending-operation.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/consistency/resource-dummy-retry-reaper.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/consistency/resource-dummy-retry.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-caching/resource-dummy-index-only.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-caching/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-case-ignore-upcase-name/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-case-ignore/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-expression/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-extra/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-hacks/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-incomplete/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-limited/account-will.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-limited/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-parallelism/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-priorities-read-replace/resource-dummy-all-read-replace.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-priorities-read-replace/resource-dummy-legacy-update.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-priorities-read-replace/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-uuid-nonunique-name/account-alfredo-fettucini.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-uuid-nonunique-name/account-bill-fettucini.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-uuid-nonunique-name/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/dummy-uuid/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/group-pirates.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/modify-will-fullname.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/privilege-bargain.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/privilege-pillage.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/resource-dummy-legacy-update.xml
    M provisioning/provisioning-impl/src/test/resources/dummy/resource-dummy.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-bad.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-change-password.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-disable-simulated-opendj.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-jack-change.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-jack-repo.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-jack.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-jbond-repo.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-jbond.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-modify-association.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-modify-password.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-morgan.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-new-disabled.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-new-enabled.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-new-with-password.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-opendj-no-sn.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-poly.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-posix-mcmutton-change.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-posix-mcmutton.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-search-iterative.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-search.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-sparrow-repo.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-sparrow.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/account-will.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/group-corsairs.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/group-specialists.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/group-swashbucklers.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/ou-super.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/query-complex-filter-starts-with.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/query-complex-filter.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/query-filter-all-accounts.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/query-filter-all-ldap-groups.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/query-vanhelgen.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-bad-bind-dn.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-bad-credentials.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-bad.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-dumber.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-incomplete-password.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-initialized.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-no-create.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-no-delete.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-no-read.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-no-update.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj-readable-password.xml
    M provisioning/provisioning-impl/src/test/resources/opendj/resource-opendj.xml
    M provisioning/provisioning-impl/src/test/resources/synchronization/sync-task-example.xml
    M provisioning/ucf-impl-connid/src/test/java/com/evolveum/midpoint/provisioning/ucf/impl/connid/TestUcfDummy.java
    M provisioning/ucf-impl-connid/src/test/resources/resource-dummy.xml
    M provisioning/ucf-impl-connid/src/test/resources/resource-opendj-bad.xml
    M provisioning/ucf-impl-connid/src/test/resources/resource-opendj.xml
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/execution/DelegatingActivityExecution.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/work/workers/WorkersReconciliation.java
    M repo/repo-common/src/test/java/com/evolveum/midpoint/repo/common/tasks/TestActivities.java
    M repo/repo-common/src/test/java/com/evolveum/midpoint/repo/common/tasks/TestWorkerTasks.java
    M repo/repo-common/src/test/resources/tasks/activities/other/task-recomputation-bucketed.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-100-mock-simple-legacy.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-110-mock-composite-legacy.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-115-no-op-legacy.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-120-mock-simple.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-130-mock-composite.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-135-no-op.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-140-pure-composite.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-185-bucketed-tree-analysis.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-310-workers-scavenging.xml
    M repo/repo-common/src/test/resources/tasks/activities/task-pure-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-100-single-worker-four-buckets.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-020.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-030.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-040.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-050.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-100.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-110.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-120.xml
    M repo/repo-common/src/test/resources/tasks/bucketing-static/task-130.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-common/src/test/resources/tasks/worker-tasks/task-100-single-worker.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-110-four-workers.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-120-two-workers-per-node.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-130-no-op-bucketing-sanity.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-140-workers-update.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-150-workers-move.xml
    M repo/repo-common/src/test/resources/tasks/worker-tasks/task-160-workers-add-delete.xml
    M repo/repo-sqale/sql/pgnew-experiments.sql
    M repo/repo-sqale/sql/pgnew-repo-audit.sql
    M repo/repo-sqale/sql/pgnew-repo.sql
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleQueryContext.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepoContext.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryBeanConfig.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryService.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleServiceBase.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/audit/SqaleAuditServiceFactory.java
    A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/filtering/FullTextFilterProcessor.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/MObject.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/QObject.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/object/QObjectMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/ref/QReferenceMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/MTask.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTask.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTaskMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/update/RootUpdateContext.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoBaseTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoAddDeleteObjectTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoModifyObjectTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchTest.java
    A repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleSearchFullTextTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/perf/MidScaleNewRepoTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/perf/OrgHierarchyPerfTest.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreterTest.java
    M repo/repo-sql-impl-test/src/test/resources/basic/account-accountTypeShadow.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/account-full.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/account-shadow.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/objects-2.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/objects.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/resource-opendj.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/task.xml
    M repo/repo-sql-impl-test/src/test/resources/basic/tasks.xml
    M repo/repo-sql-impl-test/src/test/resources/get/expected-user.xml
    M repo/repo-sql-impl-test/src/test/resources/get/user.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/account-attribute.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/account-delete-object-change.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/account-delta.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/account-synchronization-situation.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/account.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/resource-opendj.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/system-configuration-after.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/system-configuration-before.xml
    M repo/repo-sql-impl-test/src/test/resources/modify/task.xml
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceFactory.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectTextInfo.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RTask.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/delta/ObjectDeltaUpdater.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/SqlRepoContext.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/querydsl/QuerydslUtils.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/querydsl/SqlLogger.java
    A repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/querydsl/SqlRecorder.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/TaskAsserter.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/TaskDebugUtil.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/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/NodeFoundDeadHelper.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/ResumeHelper.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/SuspendAndDeleteHelper.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskCleaner.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/tasks/TaskRetriever.java
    M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestTaskManagerBasic.java
    M testing/conntest/src/test/resources/389ds/resource-dn-localhost.xml
    M testing/conntest/src/test/resources/389ds/resource-dn-phobos.xml
    M testing/conntest/src/test/resources/389ds/resource-nsuniqueid-localhost.xml
    M testing/conntest/src/test/resources/389ds/resource-nsuniqueid-phobos.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-ad2012-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-multidomain/user-subman.xml
    M testing/conntest/src/test/resources/ad-ldap-multidomain/user-submarine.xml
    M testing/conntest/src/test/resources/ad-ldap/task-sync-user.xml
    M testing/conntest/src/test/resources/ad-ldap/task-sync.xml
    M testing/conntest/src/test/resources/common/user-barbossa.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/opendj/task-sync.xml
    M testing/conntest/src/test/resources/openldap-dumber/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap-dumber/task-sync.xml
    M testing/conntest/src/test/resources/openldap/task-sync-inetorgperson.xml
    M testing/conntest/src/test/resources/openldap/task-sync.xml
    M testing/longtest/src/test/resources/common/resource-opendj-vlv.xml
    M testing/longtest/src/test/resources/common/user-barbossa.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/rest/src/test/resources/repo/json/account-chuck.json
    M testing/rest/src/test/resources/repo/resource-opendj.xml
    M testing/rest/src/test/resources/repo/xml/account-chuck.xml
    M testing/rest/src/test/resources/repo/yaml/account-chuck.yml
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestDelayedEnable.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestResourceInMaintenance.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestServiceAccounts.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestThresholdsStoryReconExecuteMultinode.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/consistency/TestConsistencyMechanism.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/RolesConfiguration.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/sysperf/TestSystemPerformance.java
    M testing/story/src/test/resources/async/task-async-update-multi.xml
    M testing/story/src/test/resources/async/task-async-update.xml
    M testing/story/src/test/resources/async/task-recompute-multi.xml
    M testing/story/src/test/resources/buckets/task-recompute-16-04.xml
    M testing/story/src/test/resources/buckets/task-recompute-256-30.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/resource-opendj-reaper.xml
    M testing/story/src/test/resources/consistency/resource-opendj.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-multinode-multithreaded.xml
    M testing/story/src/test/resources/ldap/assoc-perf/task-recompute-multinode.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/resource-opendj-bad.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/nullattribute/resource-dummy.xml
    M testing/story/src/test/resources/orgsync/role-meta-replicated-org.xml
    M testing/story/src/test/resources/orgsync/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
    A testing/story/src/test/resources/system-perf/metarole-technical.xml
    M testing/story/src/test/resources/system-perf/role-technical.vm.xml
    M testing/story/src/test/resources/system-perf/schema.vm.xsd
    M testing/story/src/test/resources/system-perf/task-import.vm.xml
    M testing/story/src/test/resources/system-perf/task-recomputation.vm.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/thresholds/task-opendj-livesync-simulate.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-deleted-execute.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-deleted-simulate-execute.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-execute-multinode.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-execute.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-simulate-multinode.xml
    M testing/story/src/test/resources/thresholds/task-opendj-reconcile-simulate.xml
    M testing/story/src/test/resources/university/task-dummy-hr-livesync.xml
    M testing/story/src/test/resources/village/role-meta-functional-org.xml
    M testing/story/src/test/resources/village/role-meta-project-org.xml
    M testing/story/src/test/resources/village/task-dumy-source-livesync.xml
    M tools/ninja/src/test/resources/unknown-nodes/01-connector-attribute.xml
    M tools/ninja/src/test/resources/unknown-nodes/02-filter-attribute.xml
    M tools/ninja/src/test/resources/unknown-nodes/03-filter-element.xml
    M tools/ninja/src/test/resources/unknown-nodes/04-reference-attribute.xml
    M tools/ninja/src/test/resources/unknown-nodes/05-reference-element.xml
    M tools/ninja/src/test/resources/unknown-nodes/06-connector-config-element.xml
    M tools/ninja/src/test/resources/unknown-nodes/07-connector-config-nested.xml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


  Commit: f2890cae48d48c03decb4f36537927d93e79b9d5
      https://github.com/Evolveum/midpoint/commit/f2890cae48d48c03decb4f36537927d93e79b9d5
  Author: Tony Tkacik <tonydamage at gmail.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/update/ContainerTableUpdateContext.java

  Log Message:
  -----------
  sqale: Execute afterModify even if table update is empty


  Commit: 76cbf44e0dd3a6615e5c4ef0583f6ae04d4bdd57
      https://github.com/Evolveum/midpoint/commit/76cbf44e0dd3a6615e5c4ef0583f6ae04d4bdd57
  Author: lskublik <lskublik at evolveum.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/TestPageOrg.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/TestPageRole.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/TestPageSystemConfiguration.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/TestPageUser.java
    M gui/admin-gui/src/test/java/com/evolveum/midpoint/web/AbstractInitializedGuiIntegrationTest.java

  Log Message:
  -----------
  fix gui tests and adding new tests for new GUI panels


  Commit: bbacd822e81e7fcedb0ae2499081fb5119fb4f64
      https://github.com/Evolveum/midpoint/commit/bbacd822e81e7fcedb0ae2499081fb5119fb4f64
  Author: lskublik <lskublik at evolveum.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/update/ContainerTableUpdateContext.java

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/origin/master'


  Commit: 64c90f1ede5efb03704741e3728c88e743f45a85
      https://github.com/Evolveum/midpoint/commit/64c90f1ede5efb03704741e3728c88e743f45a85
  Author: kate <honchar at evolveum.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/MainObjectListPanel.java

  Log Message:
  -----------
  tooltip fix for new object button


  Commit: 0d29c7cb4867580a12dbf116547593399ddc3862
      https://github.com/Evolveum/midpoint/commit/0d29c7cb4867580a12dbf116547593399ddc3862
  Author: Tony Tkacik <tonydamage at gmail.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M model/certification-impl/src/test/java/com/evolveum/midpoint/certification/test/TestCriticalRolesCertification.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/ContainerValueIdGenerator.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryService.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/accesscert/QAccessCertificationCampaignMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/accesscert/QAccessCertificationWorkItemMapping.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoModifyObjectTest.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/mapping/QueryTableMapping.java

  Log Message:
  -----------
  sqale: Do not load unmodified LookupTable.rows and Campaign/Cases

Before fetching original object, deltas are walked and used to
generate more granular retrieve options, such as:
  - retrieve only cases which are explicitly modified
  - do not retrieve all rows when not needed


  Commit: ff4e73a412ff0c919746fba7be0367808642546e
      https://github.com/Evolveum/midpoint/commit/ff4e73a412ff0c919746fba7be0367808642546e
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M repo/repo-sqale/sql/pgnew-repo.sql
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepoContext.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/audit/SqaleAuditService.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/delta/item/UriItemDeltaProcessor.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/accesscert/QAccessCertificationCampaignMapping.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/MTask.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTask.java
    M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/task/QTaskMapping.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoAddDeleteObjectTest.java
    M repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoModifyObjectTest.java

  Log Message:
  -----------
  repo-sqale: test.fullResult mapped, insert/update + test

Now just remove it from fullObject serialization, WIP.


Compare: https://github.com/Evolveum/midpoint/compare/59cb9f114baa...ff4e73a412ff


More information about the midPoint-svn mailing list