]
Tristan Tarrant updated ISPN-5953:
----------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
Extract interface from RemoteCacheManager
-----------------------------------------
Key: ISPN-5953
URL:
https://issues.jboss.org/browse/ISPN-5953
Project: Infinispan
Issue Type: Enhancement
Components: CDI Integration, Integration
Reporter: Sebastian Łaskawiec
Assignee: Galder Zamarreño
Priority: Minor
Fix For: 9.0.0.Final, 9.0.0.Alpha1
Currently RemoteCacheManager is a concrete class which is problematic when using it in
CDI (CDI will register it as a bean). This is very inconvenient because this instance
should be created by InfinispanEmbeddedExtension.
Since this change is not backwards compatible - we need to implement it in ISPN 9.