[midPoint-git] [Evolveum/midpoint] 2b98df: Replace DiscoverObjectClassDetails with parallel A...

johnstone3 noreply at github.com
Fri Mar 20 14:43:42 CET 2026


  Branch: refs/heads/vaia/wp1/4565
  Home:   https://github.com/Evolveum/midpoint
  Commit: 2b98dfa2f22361d6ff8231eec45de791ee05f655
      https://github.com/Evolveum/midpoint/commit/2b98dfa2f22361d6ff8231eec45de791ee05f655
  Author: jkamenicky <jan.kamenicky at evolveum.com>
  Date:   2026-03-20 (Fri, 20 Mar 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/connector/development/component/wizard/scimrest/objectclass/schema/WaitingObjectClassDetailsConnectorStepPanel.java
    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/conndev/ConnectorBootstrapStoryTest.java
    M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/conndev/ConnectorDevelopmentService.java
    M model/smart-impl/pom.xml
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/StatusInfoImpl.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/ConnectorDevelopmentServiceImpl.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/RestBackend.java
    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/AbstractConnDevActivityHandler.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/activity/DiscoverObjectClassAttributesActivityHandler.java
    R model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/activity/DiscoverObjectClassDetailsActivityHandler.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/activity/DiscoverObjectClassEndpointsActivityHandler.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/activity/DiscoverObjectClassInformationActivityHandler.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/AbstractSmartIntegrationTest.java
    A model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestDiscoverObjectClassDetails.java
    A model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/testdata/DiscoverObjectClassDetailsTestData.java
    A model/smart-impl/src/test/resources/codegen/mock/openproject/responseJobFinishedTemplate.json

  Log Message:
  -----------
  Replace DiscoverObjectClassDetails with parallel Attributes and Endpoints activity handlers

- Split DiscoverObjectClassDetailsActivityHandler into two independent handlers:
  DiscoverObjectClassAttributesActivityHandler and DiscoverObjectClassEndpointsActivityHandler
- Add fail-fast suspendSiblings() to AbstractConnDevActivityHandler: on failure,
  suspends sibling tasks by querying affectedObjects.activity.objects.objectRef
- Remove obsolete DiscoverObjectClassDetailsActivityHandler
- Remove ConnDevDiscoverObjectClassDetailsDefinitionType and related XSD types from common-tasks-3.xsd
- Remove getDiscoverObjectClassDetailsStatus from ConnectorDevelopmentService interface and impl
- Add TestDiscoverObjectClassDetails integration test with WireMock-based test data
- Update WaitingObjectClassDetailsConnectorStepPanel and ConnectorBootstrapStoryTest
  to use new getDiscoverObjectClassAttributesStatus



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