[midPoint-git] [Evolveum/midpoint] 4b67c3: Stop resolving non-existing references for audit

mederly noreply at github.com
Mon Jul 1 12:47:18 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 4b67c3164b38816478d33bacf6c976babaa1f21d
      https://github.com/Evolveum/midpoint/commit/4b67c3164b38816478d33bacf6c976babaa1f21d
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AuditHelper.java
    M repo/audit-api/src/main/java/com/evolveum/midpoint/audit/api/AuditEventRecord.java
    M repo/system-init/src/main/java/com/evolveum/midpoint/init/AuditServiceProxy.java

  Log Message:
  -----------
  Stop resolving non-existing references for audit

If an object is known to not exist (e.g. because it was deleted during
the operation) it's of no use trying to resolve it. See MID-5378.


  Commit: f45df84d6dbe07d34a44a0efe731edffe5d90595
      https://github.com/Evolveum/midpoint/commit/f45df84d6dbe07d34a44a0efe731edffe5d90595
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/util/CloneUtil.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResult.java
    M infra/util/src/main/java/com/evolveum/midpoint/util/LocalizableMessageList.java
    M infra/util/src/main/java/com/evolveum/midpoint/util/SingleLocalizableMessage.java

  Log Message:
  -----------
  Remove LocalizableMessage cloning (MID-5379)

Objects of this type are immutable, so they don't need to be cloned.
(Reworked one place where they were actually mutated.)


Compare: https://github.com/Evolveum/midpoint/compare/efd62f2203e1...f45df84d6dbe


More information about the midPoint-svn mailing list