]
Adrian Nistor updated ISPN-8688:
--------------------------------
Status: Open (was: New)
EncoderCache.withWrapping(Class) is not implemented
---------------------------------------------------
Key: ISPN-8688
URL:
https://issues.jboss.org/browse/ISPN-8688
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.2.0.Beta2, 9.1.4.Final
Reporter: William Burns
Assignee: Gustavo Fernandes
The EncoderCache.withWrapping(Class) method falls back to the
AbstractDelegatingAdvancedCache which causes it to always supply the previous encoding and
wrapping, completely ignoring the wrapping supplied. The EncoderCache.withWrapping(Class,
Class) is properly implemented and works as it should.