[midPoint-git] [Evolveum/midpoint] 4f10f9: Fix assignment activation deltas

mederly noreply at github.com
Sat Mar 14 12:26:55 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 4f10f92a2bdd2496d38b25671b717e8589f5b9f6
      https://github.com/Evolveum/midpoint/commit/4f10f92a2bdd2496d38b25671b717e8589f5b9f6
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/FocusProcessor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestNotifications.java
    A model/model-intest/src/test/resources/notifications/archetype-dummy.xml
    A model/model-intest/src/test/resources/notifications/role-dummy.xml
    M model/model-intest/src/test/resources/notifications/system-configuration.xml
    M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/Event.java
    M model/notifications-impl/src/test/java/com/evolveum/midpoint/notifications/impl/TestTextFormatter.java

  Log Message:
  -----------
  Fix assignment activation deltas

These deltas were usually created as "replace Activation container
with new one containing (effectiveStatus=ENABLED)". Notification module
currently cannot render these deltas correctly. So these deltas were
changed to simpler form of "replace activation/effectiveStatus with
ENABLED" that are processable by notifications.

See MID-5350 and MID-6111.




More information about the midPoint-svn mailing list