[midPoint-git] [Evolveum/midpoint] c5a873: Add missing subtitle in mappings page

Radovan Semancik noreply at github.com
Mon Mar 9 14:45:01 CET 2026


  Branch: refs/heads/feature/cel
  Home:   https://github.com/Evolveum/midpoint
  Commit: c5a873f5e918d8eb24962597516e7763ea899212
      https://github.com/Evolveum/midpoint/commit/c5a873f5e918d8eb24962597516e7763ea899212
  Author: Andrej Zan <andrej.zan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/attribute/mapping/AttributeMappingsTableWizardPanel.java

  Log Message:
  -----------
  Add missing subtitle in mappings page

**What**

Add subtitle to the attributes mapping page.

**Why**

It was there before, but for some unknown reason it was removed. This
change brings it back.


  Commit: 351b947beff811c49c6ec9270c8daaff4e9455ea
      https://github.com/Evolveum/midpoint/commit/351b947beff811c49c6ec9270c8daaff4e9455ea
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/CorrelationSuggestionOperation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/correlationSuggestion/CorrelationSuggestionRemoteServiceCallActivityRun.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/correlationSuggestion/CorrelationSuggestionWorkDefinition.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestCorrelatorSuggestions.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java

  Log Message:
  -----------
  Smart Integration: Deduplicate correlation suggestions

Introduces the ability to exclude specific target paths when generating
correlation suggestions. This allows filtering out certain attributes
from the suggestion process.

- Add targetPathsToIgnore element to CorrelationSuggestionWorkDefinitionType XSD
- Extend SmartIntegrationService.suggestCorrelation() with targetPathsToIgnore parameter
- Implement path filtering in CorrelationSuggestionOperation
- Parse and store targetPathsToIgnore in CorrelationSuggestionWorkDefinition
- Update all test cases to pass null for backward compatibility

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 5ff47980f879ea4a46bfca913356ae3fc43d777e
      https://github.com/Evolveum/midpoint/commit/5ff47980f879ea4a46bfca913356ae3fc43d777e
  Author: dakle <dakle at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M docs/resources/entitlements/index.adoc

  Log Message:
  -----------
  add `explicitReferentialIntegrity` to the table of delineating reference type participants; fix typo


  Commit: 7a8351c74289d2faf277bebed342ec87dc80966f
      https://github.com/Evolveum/midpoint/commit/7a8351c74289d2faf277bebed342ec87dc80966f
  Author: edison23 <dakle at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M docs/resources/entitlements/index.adoc

  Log Message:
  -----------
  Merge pull request #530 from Evolveum/docs/master/add/simulated-references-explicitReferentialIntegrity

Add `explicitReferentialIntegrity` to entitlements article


  Commit: bcb5e383bc2891de9fffc0fc1a56bad916f40685
      https://github.com/Evolveum/midpoint/commit/bcb5e383bc2891de9fffc0fc1a56bad916f40685
  Author: janmederly <jan.mederly at gmail.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M docs/deployment/ports-80-and-443.adoc

  Log Message:
  -----------
  Fix search alias metadata in ports documentation


  Commit: 57bf8867894310ca562bb3c3817d35880c3d625e
      https://github.com/Evolveum/midpoint/commit/57bf8867894310ca562bb3c3817d35880c3d625e
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/wrapper/PrismContainerValueWrapperImpl.java

  Log Message:
  -----------
  WARNING: Fixed stack overflow exception for task details by commenting out shady code, which seems to be incorrect.


  Commit: 9733104126ab003caca924848fe39e7611f8e892
      https://github.com/Evolveum/midpoint/commit/9733104126ab003caca924848fe39e7611f8e892
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M docs/deployment/ports-80-and-443.adoc
    M docs/resources/entitlements/index.adoc

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


  Commit: de9151ea8398f99316c30a52b0f5d3c3c84a0358
      https://github.com/Evolveum/midpoint/commit/de9151ea8398f99316c30a52b0f5d3c3c84a0358
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/wrapper/PrismContainerValueWrapperImpl.java

  Log Message:
  -----------
  Fixing a NPE in prism GUI wrappers


  Commit: 34e5222b1fd65cd8503248402d3929dd623ad4f4
      https://github.com/Evolveum/midpoint/commit/34e5222b1fd65cd8503248402d3929dd623ad4f4
  Author: janmederly <jan.mederly at gmail.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M docs/deployment/ports-80-and-443.adoc

  Log Message:
  -----------
  Update keywords in port 80 and 443 adoc


  Commit: f4bf45afd313c3bd61d93152b245f542ef2a3554
      https://github.com/Evolveum/midpoint/commit/f4bf45afd313c3bd61d93152b245f542ef2a3554
  Author: Veronika Kolpascikova <vera at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M publiccode.yml

  Log Message:
  -----------
  Removing softwareversion.yml


  Commit: a4d3d3288c07e2ba635d840183d049750a87ca94
      https://github.com/Evolveum/midpoint/commit/a4d3d3288c07e2ba635d840183d049750a87ca94
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/panel/SingleContainerPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/wrapper/PrismContainerValueWrapperImpl.java

  Log Message:
  -----------
  Reverting wrapper internals changes.

Too many unexpected errors during container searches and panel initialization.


  Commit: 8e1efd5beb68e92a857b9b86e37cd567ef758aa5
      https://github.com/Evolveum/midpoint/commit/8e1efd5beb68e92a857b9b86e37cd567ef758aa5
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/RightSidebarHelpPanel.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/RightSidebarHelpPanel.java

  Log Message:
  -----------
  sidebar help panel added close button, disabled escaping for help content


  Commit: 520e03102073fe7978c8f8046989461ff9afbafd
      https://github.com/Evolveum/midpoint/commit/520e03102073fe7978c8f8046989461ff9afbafd
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/wizard/BasicWizardStepPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/wizard/AbstractWizardBasicInitializer.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/wizard/AbstractWizardBasicPanel.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/wizard/EnumWizardChoicePanel.java

  Log Message:
  -----------
  more details subtext added to all remaining wizard steps


  Commit: 2926befbae0c3418f38132f63efccaaa200b163d
      https://github.com/Evolveum/midpoint/commit/2926befbae0c3418f38132f63efccaaa200b163d
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/basic/SelectObjectClassesStepPanel.java

  Log Message:
  -----------
  closing help (if opened) after resource wizard is finished (create resource button clicked)


  Commit: 287f83b5a49751e2e8e35db01fe2fb863f8e8464
      https://github.com/Evolveum/midpoint/commit/287f83b5a49751e2e8e35db01fe2fb863f8e8464
  Author: Tony Tkáčik <tonydamage at gmail.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/connector/development/component/wizard/scimrest/basic/DocumentationConnectorStepPanel.java

  Log Message:
  -----------
  Fixed button style in connector wizard


  Commit: 664ad4b242cf23f59e394dc226108ae05a1c5cb5
      https://github.com/Evolveum/midpoint/commit/664ad4b242cf23f59e394dc226108ae05a1c5cb5
  Author: Tony Tkáčik <tonydamage at gmail.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/RestTestBackend.java

  Log Message:
  -----------
  Hardcoded OpenProject docs link


  Commit: 0438ed40b6454f794e4434bb0207ca009940f5df
      https://github.com/Evolveum/midpoint/commit/0438ed40b6454f794e4434bb0207ca009940f5df
  Author: Andrej Zan <andrej.zan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/simulation/widget/MetricWidgetPanel.java

  Log Message:
  -----------
  Remove unnecessary `title` attribute

**What**

Remove the `title` attribute from the title of the metric widget in
simulation results page.

**Why**

The `title` attribute causes a tooltip on mouse hover. However it is the
same as the title text itself, so it does not have any additional value.
Plus, it is shown over the tooltip with help message, which is shown
when you hover on the "info" icon next to the title.


  Commit: 514fd0f761f14c161d4244891d6a3f98a5413d2b
      https://github.com/Evolveum/midpoint/commit/514fd0f761f14c161d4244891d6a3f98a5413d2b
  Author: Tony Tkáčik <tonydamage at gmail.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/ConnectorDevelopmentBackend.java

  Log Message:
  -----------
  Switch Connector Wizard REST backend to production


  Commit: 9ec2e1bbfcf3ba4a658526c7b74e1b5bd954001d
      https://github.com/Evolveum/midpoint/commit/9ec2e1bbfcf3ba4a658526c7b74e1b5bd954001d
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/frontend/scss/midpoint.scss
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/RightSidebarHelpPanel.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/RightSidebarHelpPanel.java

  Log Message:
  -----------
  right sidebar css improvements


  Commit: 5202bc46e6a7484980deb10bf2ff6ee47eb6ec54
      https://github.com/Evolveum/midpoint/commit/5202bc46e6a7484980deb10bf2ff6ee47eb6ec54
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/simulation/widget/MetricWidgetPanel.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/ConnectorDevelopmentBackend.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/RestTestBackend.java

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


  Commit: 3a8e79e862dabf1cd199e1b332d603789f0225b4
      https://github.com/Evolveum/midpoint/commit/3a8e79e862dabf1cd199e1b332d603789f0225b4
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/frontend/js/midpoint-theme.js

  Log Message:
  -----------
  tooltip will be shown only for element after 1s delay


  Commit: dbbfcc1698378e132699936cad02bdbb7800db2b
      https://github.com/Evolveum/midpoint/commit/dbbfcc1698378e132699936cad02bdbb7800db2b
  Author: Andrej Zan <andrej.zan at evolveum.com>
  Date:   2026-03-06 (Fri, 06 Mar 2026)

  Changed paths:
    M repo/system-init/src/main/resources/initial-objects/mark/740-mark-shadow-correlation-owner-not-found.xml

  Log Message:
  -----------
  Fix wrong translation key in "owner not found" mark

**What**

Fix wrong translation key


  Commit: b11b9922472a238b77826c816d60e3541acb1c77
      https://github.com/Evolveum/midpoint/commit/b11b9922472a238b77826c816d60e3541acb1c77
  Author: Ivan Noris <ivan.noris at evolveum.com>
  Date:   2026-03-06 (Fri, 06 Mar 2026)

  Changed paths:
    M repo/system-init/src/main/resources/initial-objects/mark/739-mark-shadow-correlation-owner-found.xml
    M repo/system-init/src/main/resources/initial-objects/mark/740-mark-shadow-correlation-owner-not-found.xml
    M repo/system-init/src/main/resources/initial-objects/mark/741-mark-shadow-correlation-owner-not-certain.xml

  Log Message:
  -----------
  Corrected shadow owner related mark defaul help texts (aligned with translations)


  Commit: 6e95cae5e225c8199f4916f8d7553fcdc982f69f
      https://github.com/Evolveum/midpoint/commit/6e95cae5e225c8199f4916f8d7553fcdc982f69f
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2026-03-06 (Fri, 06 Mar 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/wellknownschemas/WellKnownSchemaService.java

  Log Message:
  -----------
  Smart Integration: Add null-safety checks for schemaMatch in wellKnownSchemaProvider

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 185ccd1b79377e9bd5eba813bdc4cb3ca838ff9b
      https://github.com/Evolveum/midpoint/commit/185ccd1b79377e9bd5eba813bdc4cb3ca838ff9b
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2026-03-06 (Fri, 06 Mar 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/DefaultServiceClientImpl.java

  Log Message:
  -----------
  Smart Integration: Add responseText to serverClient in case of error.


  Commit: 2dc761277503118d1cd453f06d24970637a281ee
      https://github.com/Evolveum/midpoint/commit/2dc761277503118d1cd453f06d24970637a281ee
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-06 (Fri, 06 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/panel/PrismContainerHeaderPanel.html

  Log Message:
  -----------
  fixed help component hierarchy - wrong ID used (failing gui wicket tests)


  Commit: b927c1a2c27673f69670d58190297a1c5f7e7c2a
      https://github.com/Evolveum/midpoint/commit/b927c1a2c27673f69670d58190297a1c5f7e7c2a
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-03-06 (Fri, 06 Mar 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/DefaultServiceClientImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/wellknownschemas/WellKnownSchemaService.java
    M repo/system-init/src/main/resources/initial-objects/mark/739-mark-shadow-correlation-owner-found.xml
    M repo/system-init/src/main/resources/initial-objects/mark/740-mark-shadow-correlation-owner-not-found.xml
    M repo/system-init/src/main/resources/initial-objects/mark/741-mark-shadow-correlation-owner-not-certain.xml

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


  Commit: 8b972ff8176485ef0b6f8498ed4d3747b10bd1cf
      https://github.com/Evolveum/midpoint/commit/8b972ff8176485ef0b6f8498ed4d3747b10bd1cf
  Author: Radovan Semancik <radovan.semancik at evolveum.com>
  Date:   2026-03-06 (Fri, 06 Mar 2026)

  Changed paths:
    M docs/deployment/ports-80-and-443.adoc
    M docs/resources/entitlements/index.adoc
    M gui/admin-gui/src/frontend/js/midpoint-theme.js
    M gui/admin-gui/src/frontend/scss/midpoint.scss
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/component/wizard/BasicWizardStepPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/RightSidebarHelpPanel.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/menu/RightSidebarHelpPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/wizard/AbstractWizardBasicInitializer.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/wizard/AbstractWizardBasicPanel.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/component/wizard/EnumWizardChoicePanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/connector/development/component/wizard/scimrest/basic/DocumentationConnectorStepPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/basic/SelectObjectClassesStepPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/attribute/mapping/AttributeMappingsTableWizardPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/simulation/widget/MetricWidgetPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/panel/PrismContainerHeaderPanel.html
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/panel/SingleContainerPanel.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/wrapper/PrismContainerValueWrapperImpl.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/CorrelationSuggestionOperation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/DefaultServiceClientImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/correlationSuggestion/CorrelationSuggestionRemoteServiceCallActivityRun.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/correlationSuggestion/CorrelationSuggestionWorkDefinition.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/ConnectorDevelopmentBackend.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/RestTestBackend.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/wellknownschemas/WellKnownSchemaService.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestCorrelatorSuggestions.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
    M publiccode.yml
    M repo/system-init/src/main/resources/initial-objects/mark/739-mark-shadow-correlation-owner-found.xml
    M repo/system-init/src/main/resources/initial-objects/mark/740-mark-shadow-correlation-owner-not-found.xml
    M repo/system-init/src/main/resources/initial-objects/mark/741-mark-shadow-correlation-owner-not-certain.xml

  Log Message:
  -----------
  Merge branch 'master' into feature/cel


  Commit: 93ad643dd1cbb60a1bde38d296097431430b930c
      https://github.com/Evolveum/midpoint/commit/93ad643dd1cbb60a1bde38d296097431430b930c
  Author: Radovan Semancik <radovan.semancik at evolveum.com>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M model/model-common/pom.xml
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/mel/CelTypeMapper.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/mel/MelScriptEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/mel/extension/CelFormatExtensions.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/mel/extension/CelMelExtensions.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/mel/extension/CelPolyStringExtensions.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/mel/extension/CelSecretExtensions.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/mel/value/QNameCelValue.java
    M model/model-common/src/test/java/com/evolveum/midpoint/model/common/expression/script/TestMelExpressions.java
    A model/model-common/src/test/resources/expression/mel/expression-user-administrative-status-null.xml
    M model/model-common/src/test/resources/expression/mel/expression-user-administrative-status.xml
    M model/model-common/src/test/resources/expression/mel/expression-user-given-name.xml
    M model/model-impl/src/test/resources/expr/mel/expression-testGetLinkedShadowKindIntentFullnameRepo.xml
    M model/model-intest/src/test/resources/common/resource-dummy.xml
    M pom.xml

  Log Message:
  -----------
  CEL: upgrade to cel-java 0.12.0, adapting code, MEL experiments in model-intest, fighting with nulls and optionals.


Compare: https://github.com/Evolveum/midpoint/compare/ed0681e01502...93ad643dd1cb

To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications


More information about the midPoint-svn mailing list