[midPoint-git] [Evolveum/midpoint] 944a9d: Update suggestFocusType microservice call
mederly
noreply at github.com
Tue Jul 15 12:45:28 CEST 2025
Branch: refs/heads/feature/smart-integration-service
Home: https://github.com/Evolveum/midpoint
Commit: 944a9d09d0fe464fc3566c85efe5780e23adf2be
https://github.com/Evolveum/midpoint/commit/944a9d09d0fe464fc3566c85efe5780e23adf2be
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-07-15 (Tue, 15 Jul 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/DummyBasicScenario.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
R model/model-intest/src/test/resources/smart/resource-dummy-basic.xml
A model/model-intest/src/test/resources/smart/resource-dummy-for-suggest-focus-type.xml
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/DefaultServiceClientImpl.java
Log Message:
-----------
Update suggestFocusType microservice call
The client was updated to the new interface
(SiSuggestFocusTypeRequestType). Now the data on the
wire look like this:
{
"kind" : "account",
"intent" : "default",
"schema" : {
"name" : "account",
"description" : "Contains user accounts",
"attribute" : [ {
"name" : "created",
"type" : "xsd:dateTime"
}, {
"name" : "status",
"type" : "xsd:string"
}, {
"name" : "description",
"type" : "xsd:string"
}, {
"name" : "phone",
"type" : "xsd:string"
}, {
"name" : "name",
"type" : "xsd:string"
}, {
"name" : "personalNumber",
"type" : "xsd:string"
}, {
"name" : "email",
"type" : "xsd:string"
}, {
"name" : "fullname",
"type" : "xsd:string",
"description" : "User's full name"
}, {
"name" : "lastLogin",
"type" : "xsd:dateTime"
}, {
"name" : "uid",
"type" : "xsd:string"
} ]
},
"baseContextFilter" : "attributes/name = 'main'"
}
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