[midPoint-git] [Evolveum/midpoint] 13646f: MID-8796 Fixed Custom CertificationHandler not wor...
Viliam Repan
noreply at github.com
Thu May 4 21:16:58 CEST 2023
Branch: refs/heads/feature/upgrade-process
Home: https://github.com/Evolveum/midpoint
Commit: 13646f3ba3caf4a8f9e4d1e3c93296603794986f
https://github.com/Evolveum/midpoint/commit/13646f3ba3caf4a8f9e4d1e3c93296603794986f
Author: Hiroyuki Wada <h2-wada at nri.co.jp>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageAdminLTE.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/boot/MidPointSpringApplication.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/CertDecisionHelper.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/handlers/CertGuiHandlerRegistry.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/handlers/DirectAssignmentCertGuiHandler.java
M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/test/TestMidPointSpringApplication.java
Log Message:
-----------
MID-8796 Fixed Custom CertificationHandler not working (#196)
There was a process in the CertGuiHandlerRegistry class that returned a
CertGuiHandler according to the URI of the CertificationHandler.
This part was previously hard-coded and therefore Custom
CertificationHandler could not be used. This has been fixed so that the
CertGuiHandlerRegistry is automatically registered according to the URL
of the CertificationHandler at start-up.
Commit: 330f9aa43c7caf3fb82cb37d68c34856aaf4b3d7
https://github.com/Evolveum/midpoint/commit/330f9aa43c7caf3fb82cb37d68c34856aaf4b3d7
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/error/ConfigErrorReporter.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ApplicabilityEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/MSource.java
M model/model-intest/src/test/resources/archetypes/resource-dummy-source.xml
M model/model-intest/src/test/resources/identities/resource-multi.xml
M model/model-intest/src/test/resources/identities/resource-single-outbound.xml
M model/model-intest/src/test/resources/identities/resource-single.xml
M model/model-intest/src/test/resources/sync/resource-dummy-archetyped.xml
M testing/story/src/test/resources/first-steps/resource-opendj-210.xml
M testing/story/src/test/resources/first-steps/resource-opendj-220.xml
M testing/story/src/test/resources/first-steps/resource-opendj-240.xml
M testing/story/src/test/resources/first-steps/resource-opendj-250.xml
M testing/story/src/test/resources/first-steps/resource-opendj-260.xml
M testing/story/src/test/resources/first-steps/resource-opendj-270.xml
M testing/story/src/test/resources/first-steps/resource-opendj-280.xml
M testing/story/src/test/resources/first-steps/resource-opendj-290.xml
Log Message:
-----------
Add inbound mapping "use" property
This is a simple way of marking a mapping to be used for correlation,
data transfer (~ clockwork), or both.
Commit: 6707aaca697c82e1ea4a2fc7ef2f4d430a6a4913
https://github.com/Evolveum/midpoint/commit/6707aaca697c82e1ea4a2fc7ef2f4d430a6a4913
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ApplicabilityEvaluator.java
Log Message:
-----------
Make inbound mapping use single-valued
This form is simpler for GUI as well as for resource inheritance.
Commit: 0111bcc6db7d6dcd2de2c4924b69091c217b1965
https://github.com/Evolveum/midpoint/commit/0111bcc6db7d6dcd2de2c4924b69091c217b1965
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageAdminLTE.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/boot/MidPointSpringApplication.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/CertDecisionHelper.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/handlers/CertGuiHandlerRegistry.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/handlers/DirectAssignmentCertGuiHandler.java
M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/test/TestMidPointSpringApplication.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/error/ConfigErrorReporter.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ApplicabilityEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/MSource.java
M model/model-intest/src/test/resources/archetypes/resource-dummy-source.xml
M model/model-intest/src/test/resources/identities/resource-multi.xml
M model/model-intest/src/test/resources/identities/resource-single-outbound.xml
M model/model-intest/src/test/resources/identities/resource-single.xml
M model/model-intest/src/test/resources/sync/resource-dummy-archetyped.xml
M testing/story/src/test/resources/first-steps/resource-opendj-210.xml
M testing/story/src/test/resources/first-steps/resource-opendj-220.xml
M testing/story/src/test/resources/first-steps/resource-opendj-240.xml
M testing/story/src/test/resources/first-steps/resource-opendj-250.xml
M testing/story/src/test/resources/first-steps/resource-opendj-260.xml
M testing/story/src/test/resources/first-steps/resource-opendj-270.xml
M testing/story/src/test/resources/first-steps/resource-opendj-280.xml
M testing/story/src/test/resources/first-steps/resource-opendj-290.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into feature/upgrade-process
Compare: https://github.com/Evolveum/midpoint/compare/d97b96ccdd96...0111bcc6db7d
More information about the midPoint-svn
mailing list