[midPoint-git] [Evolveum/midpoint] f19ae9: Add suggestMappings and suggestCorrelation API
mederly
noreply at github.com
Tue Jul 22 16:28:56 CEST 2025
Branch: refs/heads/feature/smart-integration-service
Home: https://github.com/Evolveum/midpoint
Commit: f19ae93fcd8d5d6eb3fdaa5cc70d751939345c0e
https://github.com/Evolveum/midpoint/commit/f19ae93fcd8d5d6eb3fdaa5cc70d751939345c0e
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/DefinedResource.java
A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/PageSmartIntegrationDefiningType.html
A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/PageSmartIntegrationDefiningType.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/PageSmartIntegrationTypesSuggestion.html
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/PageSmartIntegrationTypesSuggestion.java
A gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/Util.java
M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/ServiceClient.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/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/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
A model/smart-impl/src/test/resources/smart/resource-dummy-for-suggest-mappings-and-correlation.xml
M model/smart-impl/src/test/resources/smart/test-110-expected-request.json
Log Message:
-----------
Add suggestMappings and suggestCorrelation API
1. Added Python structures for matchSchema method.
2. Added Java API for suggestMappings and suggestCorrelation methods.
3. Added (very incomplete) parts of suggestMappings implementation.
4. Added (incomplete) naive UI page for these methods.
5. Added (incomplete) tests.
Other changes:
- SiObjectClassSchemaType generalized to SiObjectSchemaType
(because it now provides midPoint schemas as well)
- SiObjectSchemaType.name changed from string to QName
Work in progress.
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