[midPoint-git] [Evolveum/midpoint] 00ee27: Fix failing TestScience
mederly
noreply at github.com
Wed Jul 3 17:38:08 CEST 2024
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 00ee2777144ee85642aa7dc96f6387631de90444
https://github.com/Evolveum/midpoint/commit/00ee2777144ee85642aa7dc96f6387631de90444
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/AbstractSearchExpressionEvaluator.java
Log Message:
-----------
Fix failing TestScience
The stack overflow error was caused by using Java serialization
to clone List<PrismValue> (at the place fixed by this commit).
TODO: We should make CloneUtil.clone more robust to avoid cloning
by serialization for such cases.
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