[midPoint-git] [Evolveum/midpoint] b9c2a7: Fix RObjectReference equals/hashCode (MID-5105)
mederly
noreply at github.com
Thu Dec 12 17:38:01 UTC 2019
Branch: refs/heads/support-4.0
Home: https://github.com/Evolveum/midpoint
Commit: b9c2a7b0806b94b8da190549a7fcd6bb079d333a
https://github.com/Evolveum/midpoint/commit/b9c2a7b0806b94b8da190549a7fcd6bb079d333a
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/ModifyTest.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectReference.java
Log Message:
-----------
Fix RObjectReference equals/hashCode (MID-5105)
Originally the RObjectReference.equals method regarded the target type
attribute and ignored the reference type (a.k.a. reference owner).
This was incorrect.
This will most probably fix MID-5102 as well.
More information about the midPoint-svn
mailing list