[midPoint-git] [Evolveum/midpoint] 7acc9d: Improve communication with Python microservice
mederly
noreply at github.com
Tue Aug 5 16:48:46 CEST 2025
Branch: refs/heads/feature/smart-integration-service
Home: https://github.com/Evolveum/midpoint
Commit: 7acc9d97679f43d1b79b74d9be6d62e623a407ae
https://github.com/Evolveum/midpoint/commit/7acc9d97679f43d1b79b74d9be6d62e623a407ae
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-08-05 (Tue, 05 Aug 2025)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/Operation.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ResourceObjectClassSchemaSerializer.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ServiceAdapter.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/TypeOperation.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
M model/smart-impl/src/test/resources/logback-test.xml
M model/smart-impl/src/test/resources/smart/test-100-statistics.xml
M model/smart-impl/src/test/resources/smart/test-110-expected-request.json
M model/smart-impl/src/test/resources/smart/test-1xx-statistics.xml
Log Message:
-----------
Improve communication with Python microservice
- All attributes are now full paths, like c:attributes/ri:login,
c:activation/c:administrativeStatus, etc.
- The suggestMapping method now supports multiple resource attributes
and multiple focus items.
The code in midPoint is not fully adapted yet, e.g. mapping
suggestions for non-attribute items do not work yet.
Commit: 3ee49beb533faef5a52ca09f6214ee986941085d
https://github.com/Evolveum/midpoint/commit/3ee49beb533faef5a52ca09f6214ee986941085d
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-08-05 (Tue, 05 Aug 2025)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/work/WorkDefinitionUtil.java
M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
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/SmartIntegrationServiceImpl.java
A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionActivityHandler.java
A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionWorkDefinition.java
Log Message:
-----------
Merge remote-tracking branch 'origin/feature/smart-integration-service' into feature/smart-integration-service
Compare: https://github.com/Evolveum/midpoint/compare/3fa7ecbb2088...3ee49beb533f
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