[midPoint-git] [Evolveum/midpoint] 3fa7ec: Change suggestFocusType to Async

Tadeas Chrapovic noreply at github.com
Fri Aug 8 10:35:32 CEST 2025


  Branch: refs/heads/feature/smart-integration-gui
  Home:   https://github.com/Evolveum/midpoint
  Commit: 3fa7ecbb2088629eca2f476d8e0bff3ce3485e04
      https://github.com/Evolveum/midpoint/commit/3fa7ecbb2088629eca2f476d8e0bff3ce3485e04
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-05 (Tue, 05 Aug 2025)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/work/WorkDefinitionUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    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/SmartIntegrationServiceImpl.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionActivityHandler.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionWorkDefinition.java

  Log Message:
  -----------
  Change suggestFocusType to Async


  Commit: 7acc9d97679f43d1b79b74d9be6d62e623a407ae
      https://github.com/Evolveum/midpoint/commit/7acc9d97679f43d1b79b74d9be6d62e623a407ae
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-05 (Tue, 05 Aug 2025)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/Operation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ResourceObjectClassSchemaSerializer.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ServiceAdapter.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/TypeOperation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
    M model/smart-impl/src/test/resources/logback-test.xml
    M model/smart-impl/src/test/resources/smart/test-100-statistics.xml
    M model/smart-impl/src/test/resources/smart/test-110-expected-request.json
    M model/smart-impl/src/test/resources/smart/test-1xx-statistics.xml

  Log Message:
  -----------
  Improve communication with Python microservice

- All attributes are now full paths, like c:attributes/ri:login,
c:activation/c:administrativeStatus, etc.
- The suggestMapping method now supports multiple resource attributes
and multiple focus items.

The code in midPoint is not fully adapted yet, e.g. mapping
suggestions for non-attribute items do not work yet.


  Commit: 3ee49beb533faef5a52ca09f6214ee986941085d
      https://github.com/Evolveum/midpoint/commit/3ee49beb533faef5a52ca09f6214ee986941085d
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2025-08-05 (Tue, 05 Aug 2025)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/work/WorkDefinitionUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    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/SmartIntegrationServiceImpl.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionActivityHandler.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionWorkDefinition.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/feature/smart-integration-service' into feature/smart-integration-service


  Commit: 08b11e83b91bf49cf671aebea29606384cd930f2
      https://github.com/Evolveum/midpoint/commit/08b11e83b91bf49cf671aebea29606384cd930f2
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2025-08-07 (Thu, 07 Aug 2025)

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

  Log Message:
  -----------
  Statistics computer refactor

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


  Commit: 7c61928f8e075a4eff5208625216a21b8437b8b9
      https://github.com/Evolveum/midpoint/commit/7c61928f8e075a4eff5208625216a21b8437b8b9
  Author: tchrapovic <chrapovic.tadeas at gmail.com>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/work/WorkDefinitionUtil.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
    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/Operation.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ResourceObjectClassSchemaSerializer.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ServiceAdapter.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/TypeOperation.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionActivityHandler.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/FocusTypeSuggestionWorkDefinition.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/StatisticsComputer.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
    M model/smart-impl/src/test/resources/logback-test.xml
    M model/smart-impl/src/test/resources/smart/test-100-statistics.xml
    M model/smart-impl/src/test/resources/smart/test-110-expected-request.json
    M model/smart-impl/src/test/resources/smart/test-1xx-statistics.xml

  Log Message:
  -----------
  Merge branch 'feature/smart-integration-service' into feature/smart-integration-gui


  Commit: d08c8faa810c8e2e7d8909d564543b6d4113b81e
      https://github.com/Evolveum/midpoint/commit/d08c8faa810c8e2e7d8909d564543b6d4113b81e
  Author: tchrapovic <chrapovic.tadeas at gmail.com>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M gui/admin-gui/pom.xml
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/smart/SmartSuggestionWizardPanel.java

  Log Message:
  -----------
  Smart integration: update amin-gui dependency
1. TBD


Compare: https://github.com/Evolveum/midpoint/compare/a385fd39f046...d08c8faa810c

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