[midPoint-git] [Evolveum/midpoint] 3bad04: Fix handling exceptions in search post-processing
mederly
noreply at github.com
Tue Aug 23 12:32:07 CEST 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 3bad047b29a224134794d3af313016a382d0c08e
https://github.com/Evolveum/midpoint/commit/3bad047b29a224134794d3af313016a382d0c08e
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/negative/TestBrokenResources.java
Log Message:
-----------
Fix handling exceptions in search post-processing
When an exception occurred during "applyDefinition" for provisioning
objects (resources, shadows) after they were fetched from the
repository, it was not handled correctly. It caused the whole
search operation to fail.
This is now fixed.
However, it is questionable if we want to support this mode of operation
(i.e. searching for more object types e.g. resources + connectors
in a single query) in the long term.
More information about the midPoint-svn
mailing list