]
Ryan Emerson updated ISPN-9693:
-------------------------------
Status: Open (was: New)
Make MarshalledEntryImpl private and utilise MarshalledEntryFactory
instead
---------------------------------------------------------------------------
Key: ISPN-9693
URL:
https://issues.jboss.org/browse/ISPN-9693
Project: Infinispan
Issue Type: Enhancement
Components: Core, Loaders and Stores
Affects Versions: 9.4.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Alpha1
Currently MarshalledEntryImpl is used throughout both our production and test code.
Instead, we should utilise a MarshalledEntryFactory to create all MarshalledEntry
instances in production and where appropriate in test classes. Furthermore, we should
prevent MarshalledEntryImpl instances being created directly by users.