]
William Burns updated ISPN-8667:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
EncoderCache.withWrapping(Class) is not implemented
---------------------------------------------------
Key: ISPN-8667
URL:
https://issues.jboss.org/browse/ISPN-8667
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.