[midPoint-git] [Evolveum/midpoint] bff946: Fix "no fetch from source" for reconciliation
mederly
noreply at github.com
Tue Jul 30 16:43:04 CEST 2024
Branch: refs/heads/tmp/shadow-caching-new
Home: https://github.com/Evolveum/midpoint
Commit: bff946198b730cb0e1bdb90b1f680edfd484ef40
https://github.com/Evolveum/midpoint/commit/bff946198b730cb0e1bdb90b1f680edfd484ef40
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/RemainingShadowsActivityRun.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/ResourceObjectsReconciliationActivityRun.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestShadowCaching.java
Log Message:
-----------
Fix "no fetch from source" for reconciliation
(Limited support: deleted shadows are still tried to be fetched.)
Commit: cd3d0593e239b7ba3d2704bdf1b0c956110d509a
https://github.com/Evolveum/midpoint/commit/cd3d0593e239b7ba3d2704bdf1b0c956110d509a
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ShadowUtil.java
M infra/schema/src/main/resources/xml/ns/public/common/common-provisioning-3.xsd
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/sync/tasks/Synchronizer.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/imp/AbstractImportActivityRun.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/imp/ImportFromResourceLauncher.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/ResourceObjectsReconciliationActivityRun.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/tasks/ShadowCleanupActivityHandler.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestShadowCaching.java
M model/model-intest/src/test/resources/caching/resource-dummy-hr.xml
M model/model-intest/src/test/resources/caching/task-recompute-persons.xml
A model/model-intest/src/test/resources/caching/task-reconcile-persons.xml
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/definition/ResourceObjectSetSpecificationProvider.java
Log Message:
-----------
Do not sync expired accounts; fix attributes recon
1. When doing no-fetch import/reconciliation, we skip expired shadows
(whose TTL is over).
2. ReconciliationProcessor now obeys shadowCacheUse option.
Commit: 3fd47be73583dc5563cb1ffd3ba0ee7036497e2b
https://github.com/Evolveum/midpoint/commit/3fd47be73583dc5563cb1ffd3ba0ee7036497e2b
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensProjectionContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/FullInboundsSource.java
Log Message:
-----------
Clear isFullShadow/hasFullShadow difference
This fixes TestFirstSteps.
Compare: https://github.com/Evolveum/midpoint/compare/506490977f59...3fd47be73583
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list