[midPoint-git] [Evolveum/midpoint] 309444: Add stub for existing mappings elimination
Tadeas Chrapovic
noreply at github.com
Tue Sep 9 14:31:01 CEST 2025
Branch: refs/heads/feature/smart-integration-gui
Home: https://github.com/Evolveum/midpoint
Commit: 309444ec814df3f0136de1f28529e3a1f6b34ce2
https://github.com/Evolveum/midpoint/commit/309444ec814df3f0136de1f28529e3a1f6b34ce2
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/config/InboundMappingConfigItem.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ApplicabilityEvaluator.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/CorrelatorEvaluator.java
Log Message:
-----------
Add stub for existing mappings elimination
The goal is to avoid suggesting inbound mappings if there
is one already present.
As part of this, the logic for deciding whether a mapping
is applicable to given evaluation phase was partly moved to
InboundMappingConfigItem, as it's now used from two places.
Related to MID-10847.
Commit: 5f449984b05929616e18a6c42506c5ac7d84c09c
https://github.com/Evolveum/midpoint/commit/5f449984b05929616e18a6c42506c5ac7d84c09c
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/PrismComplexTypeDefinitionSerializer.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SchemaSerializer.java
Log Message:
-----------
Fix complex attributes serialization.
Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>
Commit: d5b6232c2724dea37e717b667528b988a0cead14
https://github.com/Evolveum/midpoint/commit/d5b6232c2724dea37e717b667528b988a0cead14
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/MappingsSuggestionOperation.java
Log Message:
-----------
Fix suggest mappings request examples when value is empty.
Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>
Commit: 13d20a29af422173450c14f9397235b42b79971f
https://github.com/Evolveum/midpoint/commit/13d20a29af422173450c14f9397235b42b79971f
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/MappingsSuggestionOperation.java
Log Message:
-----------
Revert "Fix suggest mappings request examples when value is empty."
This reverts commit d5b6232c2724dea37e717b667528b988a0cead14.
Commit: 6b3ebe89f2b18c13df0cb1614ca5f0de229c3d01
https://github.com/Evolveum/midpoint/commit/6b3ebe89f2b18c13df0cb1614ca5f0de229c3d01
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M model/smart-impl/pom.xml
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
Log Message:
-----------
Remove Mockito dependency
Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>
Commit: 94443959d1b35c3f41c5dd1ccbb7b7b69669cb11
https://github.com/Evolveum/midpoint/commit/94443959d1b35c3f41c5dd1ccbb7b7b69669cb11
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/config/InboundMappingConfigItem.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ApplicabilityEvaluator.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/CorrelatorEvaluator.java
Log Message:
-----------
Merge branch 'feature/mid-10847' into feature/smart-integration-service
Commit: 4ad50d1cee9a8196c986d3fe0065a3259aaa9347
https://github.com/Evolveum/midpoint/commit/4ad50d1cee9a8196c986d3fe0065a3259aaa9347
Author: tchrapovic <chrapovic.tadeas at gmail.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/config/InboundMappingConfigItem.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ApplicabilityEvaluator.java
M model/smart-impl/pom.xml
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/CorrelatorEvaluator.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/PrismComplexTypeDefinitionSerializer.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SchemaSerializer.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
Log Message:
-----------
Merge branch 'feature/smart-integration-service' into feature/smart-integration-gui
# Conflicts:
# model/smart-impl/pom.xml
# model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/CorrelationSuggestionOperation.java
Compare: https://github.com/Evolveum/midpoint/compare/d8f239bcce82...4ad50d1cee9a
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