-
Bug
-
Resolution: Done
-
Major
-
37.0.0.Beta1
-
None
Infinispan caches requested by an application are normally associated with a deployment-specific media type, which triggers the dynamic registration of a transcoder that performs MarshalledValue wrapping of keys/values.
However, there is logic in place to bypass this for local caches that do not use a cache store.
An additional exception must be made for off-heap caches, which require binary storage.