-
Bug
-
Resolution: Done
-
Major
-
9.0.0.Final
-
None
TypeConverterDelegatingAdvancedCache does not seem to box values when using compute(), computeIfAbsent() or computeIfPresent(). I think convertFunction() should include a boxValue() call.
It boxes the key, but not the value, see here: https://github.com/infinispan/infinispan/blob/faf0a83c05449e7e5b874f859acadfe2241cd04f/core/src/main/java/org/infinispan/cache/impl/TypeConverterDelegatingAdvancedCache.java#L101
- is caused by
-
ISPN-7753 Compute, ComputeIfPresent, ComputeIfAbsent
- Closed