]
Will Burns reassigned ISPN-11262:
---------------------------------
Assignee: Will Burns
Remove deprecated eviction configuration values
-----------------------------------------------
Key: ISPN-11262
URL:
https://issues.redhat.com/browse/ISPN-11262
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Alpha1
EvictionStrategy used to include things such as FIFO, UNORDERED, LRU, LIRS. These are
never used anymore as each container has only a single eviction strategy it supports.
Instead eviction strategy has been used for NONE, MANUAL, REMOVE or EXCEPTION moving
forward.
Off heap memory address has been deprecated since 10.0 as well.