[midPoint-git] [Evolveum/prism] 8e1a60: Fix ObjectDeltaImpl#subtractFromModifications

mederly noreply at github.com
Tue Jan 21 17:44:20 CET 2025


  Branch: refs/heads/support-4.9
  Home:   https://github.com/Evolveum/prism
  Commit: 8e1a60663870eb76758af229b710109accb53f84
      https://github.com/Evolveum/prism/commit/8e1a60663870eb76758af229b710109accb53f84
  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.

(cherry picked from commit 6dd68e128d20e767ab6b796c42f170a81714e5c5)



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