[midPoint-git] [Evolveum/midpoint] 2c360b: Add forgotten files

mederly noreply at github.com
Wed Mar 13 14:39:08 CET 2019


  Branch: refs/heads/feature/messaging-as-source
  Home:   https://github.com/Evolveum/midpoint
  Commit: 2c360b741e261f8e377852ba6f4809a64cd3cfb9
      https://github.com/Evolveum/midpoint/commit/2c360b741e261f8e377852ba6f4809a64cd3cfb9
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    A provisioning/provisioning-impl/src/test/resources/async/change-125-banderson-notification-only.xml
    M provisioning/ucf-impl-builtin/pom.xml

  Log Message:
  -----------
  Add forgotten files


  Commit: aa5fbc89701cbb2845a3fcb25885c56915dd56b5
      https://github.com/Evolveum/midpoint/commit/aa5fbc89701cbb2845a3fcb25885c56915dd56b5
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/util/RawTypeUtil.java
    A infra/schema/src/main/java/com/evolveum/midpoint/schema/util/UcfChangeUtil.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/ScriptExpressionUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/async/MockAsyncUpdateSource.java
    A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/async/TestAsyncUpdateGrouperAmqp091.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/async/TestAsyncUpdateUcf.java
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-100-banderson-add-supergroup.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-110-alumni-add.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-110a-staff-add.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-200-banderson-add-alumni.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-210-banderson-add-staff.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-220-jlewis685-add-alumni.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-230-jlewis685-add-supergroup.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-240-banderson-add-staff.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-250-banderson-delete-alumni.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/change-310-staff-delete.json
    A model/model-intest/src/test/resources/async/grouper-amqp091/resource-grouper-amqp091.xml
    R model/model-intest/src/test/resources/async/ucf/100_banderson_super_add.json
    R model/model-intest/src/test/resources/async/ucf/105_jlewis685_super_add.json
    R model/model-intest/src/test/resources/async/ucf/110_alumni_add.json
    R model/model-intest/src/test/resources/async/ucf/120_staff_add.json
    R model/model-intest/src/test/resources/async/ucf/200_banderson_alumni_add.json
    R model/model-intest/src/test/resources/async/ucf/210_jlewis685_staff_add.json
    A model/model-intest/src/test/resources/async/ucf/change-100-banderson-add.xml
    R model/model-intest/src/test/resources/async/ucf/change-100-banderson-first-occurrence.xml
    R model/model-intest/src/test/resources/async/ucf/change-105-jlewis685-first-occurrence.xml
    A model/model-intest/src/test/resources/async/ucf/change-110-alumni-add.xml
    R model/model-intest/src/test/resources/async/ucf/change-110-alumni-first-occurrence.xml
    A model/model-intest/src/test/resources/async/ucf/change-110a-staff-add.xml
    R model/model-intest/src/test/resources/async/ucf/change-110a-staff-first-occurrence.xml
    A model/model-intest/src/test/resources/async/ucf/change-120-kwhite-identifiers-only.xml
    R model/model-intest/src/test/resources/async/ucf/change-130-banderson-delete.xml
    A model/model-intest/src/test/resources/async/ucf/change-200-banderson-add-alumni-full-shadow.xml
    R model/model-intest/src/test/resources/async/ucf/change-200-banderson-add-groups-full-shadow.xml
    A model/model-intest/src/test/resources/async/ucf/change-210-banderson-add-staff.xml
    R model/model-intest/src/test/resources/async/ucf/change-210-jlewis685-add-alumni.xml
    A model/model-intest/src/test/resources/async/ucf/change-220-jlewis685-add-alumni.xml
    A model/model-intest/src/test/resources/async/ucf/change-230-jlewis685-identifiers-only.xml
    M model/model-intest/src/test/resources/async/ucf/change-310-staff-delete.xml
    R model/model-intest/src/test/resources/async/ucf/message-processing.xml
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowCache.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowManager.java
    M provisioning/ucf-impl-builtin/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/builtin/async/TransformationalAsyncUpdateListener.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/prism/PrismObjectAsserter.java

  Log Message:
  -----------
  Add JSON-based async update test

Also some minor change processing improvements in provisioning-impl.


Compare: https://github.com/Evolveum/midpoint/compare/fb4e87482408...aa5fbc89701c


More information about the midPoint-svn mailing list