[midPoint-git] [Evolveum/midpoint] 473467: Fix associationTargetSearch queries

mederly noreply at github.com
Fri May 27 17:02:59 CEST 2022


  Branch: refs/heads/feature/refined-object-classes
  Home:   https://github.com/Evolveum/midpoint
  Commit: 473467d303225b207a2f8da820ee08f7cc786791
      https://github.com/Evolveum/midpoint/commit/473467d303225b207a2f8da820ee08f7cc786791
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-05-27 (Fri, 27 May 2022)

  Changed paths:
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AbstractSearchExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssignmentTargetSearchExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AssociationTargetSearchExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/ReferenceSearchExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/caching/AbstractSearchExpressionEvaluatorCache.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/caching/AssociationSearchExpressionEvaluatorCache.java
    R model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/caching/DefaultSearchExpressionEvaluatorCache.java

  Log Message:
  -----------
  Fix associationTargetSearch queries

These queries filtered on objectClass, while the correct behavior is
to filter on kind/intent. (As we are looking for specific type, as
provided in association definition.)

Also removed long-obsolete DefaultSearchExpressionEvaluatorCache.

Related to e9934aa7fa2c58bce9eeded759ef08880d60d7aa.




More information about the midPoint-svn mailing list