[midPoint-git] [Evolveum/prism] 6dd68e: Fix ObjectDeltaImpl#subtractFromModifications
mederly
noreply at github.com
Tue Jan 21 17:43:46 CET 2025
Branch: refs/heads/master
Home: https://github.com/Evolveum/prism
Commit: 6dd68e128d20e767ab6b796c42f170a81714e5c5
https://github.com/Evolveum/prism/commit/6dd68e128d20e767ab6b796c42f170a81714e5c5
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/delta/ItemDelta.java
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/delta/ObjectDeltaImpl.java
M infra/util/src/main/java/com/evolveum/midpoint/util/MiscUtil.java
Log Message:
-----------
Fix ObjectDeltaImpl#subtractFromModifications
This method is belongs to the "delta algebra": it tries to remove
a specific value added/deleted from a delta. It was not correct in the
checking (dry run) mode, where it executed exact comparison instead of
"real value" one.
This is now fixed. It should resolve MID-10345.
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/prism/settings/notifications
More information about the midPoint-svn
mailing list