[midPoint-git] [Evolveum/midpoint] fd8e6a: Smart Integration: Use local handler OperationResu...
Tadeas Chrapovic
noreply at github.com
Thu May 28 15:05:55 CEST 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: fd8e6a8b446aa91c6b73c650221157c876d3ac14
https://github.com/Evolveum/midpoint/commit/fd8e6a8b446aa91c6b73c650221157c876d3ac14
Author: tchrapovic <chrapovic.tadeas at gmail.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ShadowsWithOwnersCorrelatingProvider.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/mappingSuggestion/MappingsSuggestionRemoteServiceCallActivityRun.java
Log Message:
-----------
Smart Integration: Use local handler OperationResult in addOwnerOrOwnerCandidate to prevent huge task partial result accumulation
*NOTE*
Large mapping suggestion tasks could grow to ~150MB with millions of partial
result lines, causing very slow UI interactions (e.g. accepting suggestions,
checkbox clicks, expand/collapse actions taking 40s+).
Fixed by using local iterative handler results (lResult) instead of parent
results and summarizing per-item sub-results to prevent task result bloat.
Commit: bb8516b41d01fde902c257e8c6808cb35f5a94f6
https://github.com/Evolveum/midpoint/commit/bb8516b41d01fde902c257e8c6808cb35f5a94f6
Author: tchrapovic <chrapovic.tadeas at gmail.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M docs/simulation/index.adoc
M docs/tasks/activities/work.adoc
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/ContainerableListPanel.java
M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/9ec2fbe70f56...bb8516b41d01
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