[midPoint-git] [Evolveum/midpoint] 8971df: Smart Integration: Ensure consistent system mappin...
Michal Zelenčík
noreply at github.com
Mon Mar 2 11:37:05 CET 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 8971df96c3648ac35bf18be33a8bc379bc18bc08
https://github.com/Evolveum/midpoint/commit/8971df96c3648ac35bf18be33a8bc379bc18bc08
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2026-03-02 (Mon, 02 Mar 2026)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/AttributeMappingCandidateSet.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/MappingsSuggestionOperation.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/wellknownschemas/ldap/InetOrgPersonLdapMappingProvider.java
Log Message:
-----------
Smart Integration: Ensure consistent system mapping suggestions for well-known schemas
System-provided mappings from well-known schemas (e.g., LDAP inetOrgPerson)
are now suggested consistently regardless of data quality variations.
Problem: uid-to-name inbound mapping suggestion wasn't suggested when data
didn't match. Root cause was quality filtering (0.4 threshold) rejecting
these mappings.
- Added proposeSystemMapping() method that bypasses quality filtering for
system-provided mappings from well-known schema providers
- System mappings are curated domain knowledge, not AI guesses, so they
should always be suggested when schema is detected
- Added uid → name inbound mapping to InetOrgPersonLdapMappingProvider
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