[midPoint-git] [Evolveum/midpoint] 5dd233: Smart Integration: Remove unused statistics comput...
Michal Zelenčík
noreply at github.com
Thu Feb 5 12:09:44 CET 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 5dd2331bcfe50909c251eb8c7eb1ae314a99e60b
https://github.com/Evolveum/midpoint/commit/5dd2331bcfe50909c251eb8c7eb1ae314a99e60b
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2026-02-05 (Thu, 05 Feb 2026)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/CorrelationSuggestionOperation.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/StatisticsService.java
R model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/CorrelationStatisticsComputationActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/CorrelationSuggestionActivityHandler.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/CorrelationSuggestionRemoteServiceCallActivityRun.java
R model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/MappingsStatisticsComputationActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/MappingsSuggestionRemoteServiceCallActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/ObjectTypeRelatedSuggestionWorkDefinition.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestCorrelatorSuggestions.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestObjectTypesSuggestionOperation.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
Log Message:
-----------
Smart Integration: Remove unused statistics computation from correlation and mappings suggestions
Statistics computation was removed from correlation and mappings suggestion
work definitions and work states as these were not being used by the
suggestion operations.
Changes:
- Removed statisticsRef from CorrelationSuggestionWorkStateType
- Removed statisticsRef from MappingsSuggestionWorkStateType
- Removed statisticsRef from ObjectTypeRelatedSuggestionWorkDefinitionType
- Removed statisticsObjectOid field from ObjectTypeRelatedSuggestionWorkDefinition
- Removed unused ShadowObjectTypeStatisticsTypeUtil imports from activity runs
- Removed unused imports from CorrelationSuggestionRemoteServiceCallActivityRun
- Updated test calls to remove statistics parameter from suggestCorrelation
Statistics computation remains available for object types suggestion where
it is still actively used (ObjectTypesSuggestionWorkDefinitionType).
Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>
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