[infinispan-issues] [JBoss JIRA] (ISPN-5953) Extract interface from RemoteCacheManager
Radoslav Husar (JIRA)
issues at jboss.org
Thu Nov 12 08:11:00 EST 2015
[ https://issues.jboss.org/browse/ISPN-5953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar updated ISPN-5953:
---------------------------------
Description:
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.
was:
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 InfinispanEmbeddedExtendion.
Since this change is not backwards compatible - we need to implement it in ISPN 9.
> 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
> Priority: Minor
> Fix For: 9.0.0.Final
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list