]
Jason Greene updated WFLY-782:
------------------------------
Fix Version/s: 9.0.0.CR1
(was: 9.0.0.Beta1)
DefaultAuthenticationCacheFactory should not use internal Infinispan
classes
----------------------------------------------------------------------------
Key: WFLY-782
URL:
https://issues.jboss.org/browse/WFLY-782
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: NadirX
Assignee: Paul Ferraro
Fix For: 9.0.0.CR1
The DefaultAuthenticationCacheFactory class (and the AuthenticationCacheEvictionListener
class) use internal Infinispan classes which are subject to change without API stability
guarantees. The code should be rewritten to use an Infinispan cache instead.