[midPoint-git] [Evolveum/midpoint] 69a5bb: Update LDAP connector version, add/adapt tests

mederly noreply at github.com
Mon Mar 20 22:52:09 CET 2023


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 69a5bb014420d26bee1d029c3c9fa0d5de06ae53
      https://github.com/Evolveum/midpoint/commit/69a5bb014420d26bee1d029c3c9fa0d5de06ae53
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/RefinedResourceSchemaParser.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectTypeUtil.java
    M infra/test-util/src/main/java/com/evolveum/midpoint/test/util/MidPointTestConstants.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/RemainingShadowsActivityRun.java
    M pom.xml
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/opendj/TestOpenDj.java
    M provisioning/ucf-impl-connid/src/test/resources/connector-ldap.xml
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/prism/PrismContainerValueAsserter.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestUnix.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestUnixTolerantAux.java
    M testing/story/src/test/resources/schema/unix.xsd
    M testing/story/src/test/resources/unix/object-template-user.xml
    A testing/story/src/test/resources/unix/resource-opendj-inbound.xml
    M testing/story/src/test/resources/unix/resource-opendj-tolerant-aux.xml
    M testing/story/src/test/resources/unix/resource-opendj.xml
    M testing/story/src/test/resources/unix/role-meta-unix-group2.xml
    M testing/story/src/test/resources/unix/role-unix.xml

  Log Message:
  -----------
  Update LDAP connector version, add/adapt tests

In connectors-ldap 493d2f2a6fd99788b66b29c8f894dee2d06f1e72 we fixed
mapping for LDAP Integer from Java int to Java BigInteger. Then, in
prism 9703d9ce50fc48c47c130dd5e53a25ce86b44d0e we fixed related
automatic conversions between BigInteger and int and long.

This commit upgrades connector-ldap dependency to 3.6-SNAPSHOT and adds
some tests for this feature. Other tests are adapted, because the type
of LDAP Integer attributes (like uidNumber) has changed.

Related to MID-4424.


  Commit: f40c8d11a2db8459b4b9c3027a5a41b8d6616c79
      https://github.com/Evolveum/midpoint/commit/f40c8d11a2db8459b4b9c3027a5a41b8d6616c79
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestModelServiceContract.java
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/CommonInitialObjects.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Evolveum/midpoint/compare/1a8c8686454d...f40c8d11a2db


More information about the midPoint-svn mailing list