[midPoint-git] [Evolveum/midpoint] be8352: Mark selected GetOperationOptions as cache-neutral
mederly
noreply at github.com
Fri May 7 13:08:46 CEST 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: be8352b320541af8b49d88c525c68f6577ff4582
https://github.com/Evolveum/midpoint/commit/be8352b320541af8b49d88c525c68f6577ff4582
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/RepositoryCache.java
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/PassReason.java
Log Message:
-----------
Mark selected GetOperationOptions as cache-neutral
The doNotDiscovery, forceRefresh, forceRetry, errorHandling options
are currently relevant only at the level of provisioning module.
They do not affect processing in repository in any way, so they can
be considered neutral (harmless) from the caching point of view.
This resolves MID-7040.
More information about the midPoint-svn
mailing list