[midPoint-git] [Evolveum/midpoint] e9ff85: Remove obsolete schema info from audit-3.xsd

mederly noreply at github.com
Wed Sep 20 14:03:25 CEST 2023


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: e9ff858b2f759bd82886f70ec251cd84534624c7
      https://github.com/Evolveum/midpoint/commit/e9ff858b2f759bd82886f70ec251cd84534624c7
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/audit-3.xsd

  Log Message:
  -----------
  Remove obsolete schema info from audit-3.xsd


  Commit: 0a384b387f7508f9e981d7dda30e14a873c15306
      https://github.com/Evolveum/midpoint/commit/0a384b387f7508f9e981d7dda30e14a873c15306
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M infra/common/src/main/java/com/evolveum/midpoint/common/ActivationComputer.java
    M infra/common/src/test/java/com/evolveum/midpoint/common/AbstractActivationComputerTest.java
    M infra/common/src/test/java/com/evolveum/midpoint/common/TestActivationComputerLifecycle.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ActivationUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/expr/MidpointFunctions.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/FocusComputer.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ActivationProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/ProjectionMappingSetEvaluator.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestActivation.java
    A model/model-intest/src/test/resources/activation/resource-dummy-full-validity.xml
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/DummyAccountAsserter.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/DummyObjectAsserter.java
    M repo/security-impl/src/test/java/com/evolveum/midpoint/security/impl/MidPointPrincipalManagerMock.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestMapleLeaf.java
    M testing/story/src/test/resources/mapleLeaf/object-template-user.xml

  Log Message:
  -----------
  Limit use of ARCHIVED activation status

This activation status was only "half-supported" from the beginning.
For example, it cannot be mapped onto ConnId __ENABLE__ attribute
(which is a boolean) and it's not supported by the simulated activation
feature either. Gradually, it became clear that this value will be
eventually removed, and replaced by the lifecycle state feature.

Hence, this commit marks the value as deprecated. Moreover, we make
sure it will not be propagated to the resources (where it isn't
supported anyway):

1. effectiveStatus property will never contain this value;
2. and the default source of the administrativeStatus outbound mapping
("Magic" computed status) will never contain it.

This resolves MID-9026.


  Commit: 13574809662d7ab3932187357f2889101ad3e76f
      https://github.com/Evolveum/midpoint/commit/13574809662d7ab3932187357f2889101ad3e76f
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/AbstractPageObjectDetails.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/ResourceObjectsPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/menu/cog/ButtonInlineMenuItem.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/menu/cog/ButtonInlineMenuItemWithCount.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/menu/cog/IconMenuLinkPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/show/VisualizationItemLinePanel.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/show/VisualizationItemLinePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/show/VisualizationPanel.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/ModelCommonBeans.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/ScriptExpressionFactory.java
    M model/model-impl/src/main/resources/ctx-model.xml
    M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/mining/ExportMiningOptions.java
    M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/action/UpgradeInstallationAction.java
    M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/upgrade/action/UpgradeInstallationOptions.java
    M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/NinjaUsageFormatter.java

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


Compare: https://github.com/Evolveum/midpoint/compare/5d9348d5886f...13574809662d


More information about the midPoint-svn mailing list