[midPoint-git] [Evolveum/midpoint] 4ba836: Fix multiple activation mappings (MID-3419)

mederly noreply at github.com
Sat Jan 18 05:23:57 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 4ba8369e51f7e40dc144afccac8e390a844c66d0
      https://github.com/Evolveum/midpoint/commit/4ba8369e51f7e40dc144afccac8e390a844c66d0
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-01-18 (Sat, 18 Jan 2020)

  Changed paths:
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ActivationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/mappings/MappingEvaluator.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestActivation.java
    A model/model-intest/src/test/resources/activation/resource-dummy-precreate.xml

  Log Message:
  -----------
  Fix multiple activation mappings (MID-3419)

The condition "activation mapping should produce at least one value"
was checked for each mapping individually, leading to failures if
there were more of them; and some of them skipped because of true->false
condition transition.

NOTE: This commit also changes rule for weak mapping evaluation. This
is yet to be revisited; probably in the context of overall mapping code
cleanup (MID-3847).




More information about the midPoint-svn mailing list