[midPoint-git] [Evolveum/midpoint] 7e7305: Smart integration: fix parallel object class disco...
johnstone3
noreply at github.com
Mon Mar 30 17:18:57 CEST 2026
Branch: refs/heads/vaia/wp1/fix-parallel-discovery-objectclass-details
Home: https://github.com/Evolveum/midpoint
Commit: 7e7305fc5f2ff7195c6ffb4ce2feb55e8d192f7e
https://github.com/Evolveum/midpoint/commit/7e7305fc5f2ff7195c6ffb4ce2feb55e8d192f7e
Author: jkamenicky <jan.kamenicky at evolveum.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/activity/AbstractConnDevActivityHandler.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/activity/DiscoverObjectClassAttributesActivityHandler.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/activity/DiscoverObjectClassEndpointsActivityHandler.java
Log Message:
-----------
Smart integration: fix parallel object class discovery coordination
Add waitForSiblingByPolling() so that parallel discovery tasks always
finish together - the task that completes first signals its own SUCCESS
via activity resultStatus and waits for siblings; on sibling failure it
returns FATAL_ERROR, on sibling success it returns success.
Refactor suspendSiblings() and waitForSiblingByPolling() to use
getSiblingActivityTypes() defined per handler instead of passing the set
as a parameter. Fix Javadoc to correctly state SystemException is thrown
when task is asked to stop.
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