[midPoint-git] [Evolveum/midpoint] 9402fd: Fix DELETED reaction check & shadows cleanup task
mederly
noreply at github.com
Fri Nov 25 10:53:37 CET 2022
Branch: refs/heads/feature/simulations
Home: https://github.com/Evolveum/midpoint
Commit: 9402fd3bed96e5e17dfec27f749d0f89c6aa2dd0
https://github.com/Evolveum/midpoint/commit/9402fd3bed96e5e17dfec27f749d0f89c6aa2dd0
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/reactions/SynchronizationActionExecutor.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/sync/TestSyncStoryUsingLiveSync.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/ShadowGetOperation.java
Log Message:
-----------
Fix DELETED reaction check & shadows cleanup task
1. DELETED reaction check now treats ObjectNotFoundExceptions
gracefully. This fixes some failing model-impl tests.
2. !!! BEHAVIOR CHANGE !!! Shadows cleanup activity now checks the real
existence of a resource object before sending a "shadow deleted" event.
This may break the functionality for connectors not providing the READ
capability. (But the original use case is now obsolete, anyway.) See
also MID-8350.
More information about the midPoint-svn
mailing list