]
Gustavo Fernandes updated ISPN-11629:
-------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Initialize DataConversion storage media type only once
------------------------------------------------------
Key: ISPN-11629
URL:
https://issues.redhat.com/browse/ISPN-11629
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 11.0.0.Dev03
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 11.0.0.CR1
{{DataConversion}} constructors have a {{storageMediaType}} parameter, but then the
storage media type is overridden in {{injectDependencies()}}, except for the static
instances defined as constants in {{DataConversion}}.
{{InternalCacheFactory}} can also be simplified to only use the {{DataConversion}} s to
create the {{EncoderCache}}, without passing them to the wrapped cache(s).