[infinispan-issues] [JBoss JIRA] (ISPN-5154) Make JCacheManager/JCache more reusable

Galder Zamarreño (JIRA) issues at jboss.org
Fri Jan 23 11:46:49 EST 2015


     [ https://issues.jboss.org/browse/ISPN-5154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated ISPN-5154:
-----------------------------------
    Git Pull Request: https://github.com/infinispan/infinispan/pull/3218


> Make JCacheManager/JCache more reusable
> ---------------------------------------
>
>                 Key: ISPN-5154
>                 URL: https://issues.jboss.org/browse/ISPN-5154
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: JCache
>    Affects Versions: 7.1.0.Beta1
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>             Fix For: 7.1.0.CR2, 7.1.0.Final
>
>
> I've been looking into adding a cache subsystem to WildFly for jsr-107 integration.  WildFly will need to implement its own CachingProvider that supplies custom CacheManager implementations, but I'd like to reuse as much of Infinispan's JCache implementation as possible.  There are at least 2 issues preventing me from doing this:
> # JCache's constructor accepts a JCacheManager, but doesn't require any special methods.  The generic interface could be used instead - thus allowing WildFly to create a JCache using its own CacheManager.
> # WildFly will want to customize specific behavior of Infinispan's JCache implementation, which becomes difficult since JCache is a final class.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)



More information about the infinispan-issues mailing list