[midPoint-git] [Evolveum/midpoint] d2b4f8: Skip mapping suggestion if no target data

mederly noreply at github.com
Mon Sep 22 16:01:16 CEST 2025


  Branch: refs/heads/midpilot
  Home:   https://github.com/Evolveum/midpoint
  Commit: d2b4f8c6e210d23ac1085477a66f44896c6874a2
      https://github.com/Evolveum/midpoint/commit/d2b4f8c6e210d23ac1085477a66f44896c6874a2
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-09-22 (Mon, 22 Sep 2025)

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

  Log Message:
  -----------
  Skip mapping suggestion if no target data

When suggesting mapping script for a particular target (focus) item,
we could go into situation that there is no data in that item.
This commit ensures that we don't attempt to derive the mapping script,
as It would yield "null" anyway.

Instead, we go for "asIs" mapping, assuming that the data will be
provided by the resource in question.

This commit also improves diagnostics logging for the operation.


  Commit: e3c05e464d542f839ef0888f5d9df9b4f4c1d52b
      https://github.com/Evolveum/midpoint/commit/e3c05e464d542f839ef0888f5d9df9b4f4c1d52b
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-09-22 (Mon, 22 Sep 2025)

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

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/midpilot' into midpilot


Compare: https://github.com/Evolveum/midpoint/compare/06d3806845dd...e3c05e464d54

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