[midPoint-git] [Evolveum/midpoint] bb2a19: Reload lens context if there's a focus change
mederly
noreply at github.com
Thu Mar 17 21:58:07 CET 2022
Branch: refs/heads/tmp/mid-7725
Home: https://github.com/Evolveum/midpoint
Commit: bb2a191dc5f7353f2ccebc41e036ab22762f3462
https://github.com/Evolveum/midpoint/commit/bb2a191dc5f7353f2ccebc41e036ab22762f3462
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/executor/FocusChangeExecution.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ContextLoader.java
M testing/story/src/test/resources/very-authoritative-source/template-delete-description.xml
M testing/story/src/test/resources/very-authoritative-source/template-global.xml
Log Message:
-----------
Reload lens context if there's a focus change
If the focus is changed during lens context loading - presumably
because of the discovery process - we will rot the context and re-load
it. This is to avoid continuing with the obsolete data, because that
can lead to inconsistent results, as demonstrated
by TestVeryAuthoritativeSource (and MID-7725).
This resolves MID-7725.
More information about the midPoint-svn
mailing list