[midPoint-git] [Evolveum/midpoint] d568a6: Introduce empty prism-api module

Pavol Mederly mederly at evolveum.com
Thu Nov 29 22:28:15 CET 2018


  Branch: refs/heads/feature/prism-api
  Home:   https://github.com/Evolveum/midpoint
  Commit: d568a6869de1ec2a565e45432092edb843f09083
      https://github.com/Evolveum/midpoint/commit/d568a6869de1ec2a565e45432092edb843f09083
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M dist/midpoint-api/pom.xml
    M gui/admin-gui/pom.xml
    M infra/common/pom.xml
    M infra/pom.xml
    A infra/prism-api/pom.xml
    M infra/prism-maven-plugin/pom.xml
    M infra/prism/pom.xml
    M infra/schema/pom.xml
    M infra/test-util/pom.xml
    M model/certification-api/pom.xml
    M model/certification-impl/pom.xml
    M model/model-api/pom.xml
    M model/model-common/pom.xml
    M model/model-impl/pom.xml
    M model/model-intest/pom.xml
    M model/model-test/pom.xml
    M model/notifications-api/pom.xml
    M model/notifications-impl/pom.xml
    M model/report-api/pom.xml
    M model/report-impl/pom.xml
    M model/workflow-api/pom.xml
    M model/workflow-impl/pom.xml
    M provisioning/provisioning-api/pom.xml
    M provisioning/provisioning-impl/pom.xml
    M provisioning/ucf-api/pom.xml
    M provisioning/ucf-impl-builtin/pom.xml
    M provisioning/ucf-impl-connid/pom.xml
    M repo/audit-api/pom.xml
    M repo/audit-impl/pom.xml
    M repo/repo-api/pom.xml
    M repo/repo-cache/pom.xml
    M repo/repo-common/pom.xml
    M repo/repo-sql-impl-test/pom.xml
    M repo/repo-sql-impl/pom.xml
    M repo/repo-test-util/pom.xml
    M repo/security-api/pom.xml
    M repo/security-enforcer-api/pom.xml
    M repo/security-enforcer-impl/pom.xml
    M repo/security-impl/pom.xml
    M repo/system-init/pom.xml
    M repo/task-api/pom.xml
    M repo/task-quartz-impl/pom.xml
    M samples/samples-test/pom.xml
    M testing/conntest/pom.xml
    M testing/longtest/pom.xml
    M testing/rest/pom.xml
    M testing/sanity/pom.xml
    M testing/story/pom.xml
    M tools/ninja/pom.xml
    M tools/xjc-plugin/pom.xml

  Log Message:
  -----------
  Introduce empty prism-api module


  Commit: 77edea9dbc0da98522336896fcfa8cdf5be59bb7
      https://github.com/Evolveum/midpoint/commit/77edea9dbc0da98522336896fcfa8cdf5be59bb7
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M infra/prism-api/pom.xml
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/ChangeTypeType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/CipherDataType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/DigestMethodType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/EncryptedDataType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/EncryptionMethodType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/EvaluationTimeType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/Extension.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/HashedDataType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/KeyInfoType.java
    A infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/ModificationTypeType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/ChangeTypeType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/CipherDataType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/DigestMethodType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/EncryptedDataType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/EncryptionMethodType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/EvaluationTimeType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/Extension.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/HashedDataType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/KeyInfoType.java
    R infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/ModificationTypeType.java

  Log Message:
  -----------
  Move first part of types-3 beans to prism-api


  Commit: ab0be062cf5d14dcf90912ac2ccd6774a09daed8
      https://github.com/Evolveum/midpoint/commit/ab0be062cf5d14dcf90912ac2ccd6774a09daed8
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContextImpl.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/crypto/KeyStoreBasedProtectorImpl.java
    M repo/system-init/src/main/java/com/evolveum/midpoint/init/ConfigurableProtectorFactory.java

  Log Message:
  -----------
  Remove Protector-PrismContext circular dependency


Compare: https://github.com/Evolveum/midpoint/compare/71de40dbb39e...ab0be062cf5d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the midPoint-svn mailing list