[midPoint-git] [Evolveum/midpoint] 8d3850: Add support for suggesting Groovy mappings
mederly
noreply at github.com
Mon Aug 4 11:13:36 CEST 2025
Branch: refs/heads/feature/smart-integration-service
Home: https://github.com/Evolveum/midpoint
Commit: 8d3850d5e09808c6bee1210eb68ff0c2e7e8edc7
https://github.com/Evolveum/midpoint/commit/8d3850d5e09808c6bee1210eb68ff0c2e7e8edc7
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-08-04 (Mon, 04 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/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationServiceStory.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/smart/MockServiceClientImpl.java
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/ServiceClient.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/DefaultServiceClientImpl.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/SmartIntegrationServiceImpl.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/TypeOperation.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
A model/smart-impl/src/test/resources/smart/user-alice.xml
A model/smart-impl/src/test/resources/smart/user-bob.xml
A model/smart-impl/src/test/resources/smart/user-jack.xml
A model/smart-impl/src/test/resources/smart/user-jim.xml
Log Message:
-----------
Add support for suggesting Groovy mappings
Now we call the Python microservice with a couple of example
data pairs to derive Groovy/as-is mappings.
Work in progress: inbounds only; no progress reporting.
Related change:
The serialization of values for Python microservice is switched
to xsd:string, with the specification of expected type. It is
because the midPoint-ish encoding of xsd:anyType is unnecessarily
complex for now (@type, @value).
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