[midPoint-git] [Evolveum/midpoint] fe0e3c: Improve the fix related to the "complete" flag
mederly
noreply at github.com
Fri Mar 7 14:21:43 CET 2025
Branch: refs/heads/feature/less-cloning
Home: https://github.com/Evolveum/midpoint
Commit: fe0e3c4e1a95edbb427fa008f11df73fd8c257a0
https://github.com/Evolveum/midpoint/commit/fe0e3c4e1a95edbb427fa008f11df73fd8c257a0
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/values/CachedObjectValue.java
Log Message:
-----------
Improve the fix related to the "complete" flag
Previously, we forgot to skip the value metadata processing for PCVs.
Commit: 9567c7b5135769efbf08d84009e61b0b95539a27
https://github.com/Evolveum/midpoint/commit/9567c7b5135769efbf08d84009e61b0b95539a27
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/CachedOpExecution.java
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/SearchOpExecution.java
Log Message:
-----------
Remove some needless ObjectQuery.toString() calls
SearchOpExecution#getDescription can use lazy stringification, as it's
used mainly for detailed logging.
Commit: 7bb4818e79b38318716c2dc3e1209bf87495b7fb
https://github.com/Evolveum/midpoint/commit/7bb4818e79b38318716c2dc3e1209bf87495b7fb
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResult.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResultBuilder.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/processing/ProcessingCoordinator.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/JobExecutor.java
Log Message:
-----------
Turn off recording of op. result details for tasks
Normally, we don't need parameters, context info, and return values
being recorded into OperationResult. This commit turns off this feature
for background tasks.
Temporary! We need a way how to enable this recording when really
needed.
Compare: https://github.com/Evolveum/midpoint/compare/238dd624db91...7bb4818e79b3
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