[midPoint-git] [Evolveum/prism] eb4cab: Mark Item as Cloneable (and others)
mederly
noreply at github.com
Sat Jan 25 00:04:09 CET 2025
Branch: refs/heads/feature/repo-cache-improvements
Home: https://github.com/Evolveum/prism
Commit: eb4cab9962518c726a942d37ba9edf3d7f5d62a9
https://github.com/Evolveum/prism/commit/eb4cab9962518c726a942d37ba9edf3d7f5d62a9
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-01-25 (Sat, 25 Jan 2025)
Changed paths:
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/Freezable.java
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/Item.java
M infra/util/src/main/java/com/evolveum/midpoint/util/caching/CacheConfiguration.java
Log Message:
-----------
Mark Item as Cloneable (and others)
Item implements public clone() method, but it was not marked as
Cloneable yet. It should be marked so, e.g., to be able to use it
in utility methods like CloneUtil#toImmutable.
Other changes:
- Freezable#doFreeze method added;
- some cosmetics.
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/prism/settings/notifications
More information about the midPoint-svn
mailing list