[infinispan-issues] [JBoss JIRA] (ISPN-5433) JSR-107 Support for standard annotations in client-server mode

Matej Čimbora (JIRA) issues at jboss.org
Mon May 4 04:33:45 EDT 2015


    [ https://issues.jboss.org/browse/ISPN-5433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064870#comment-13064870 ] 

Matej Čimbora commented on ISPN-5433:
-------------------------------------

The idea is to make the following dependency sufficient to provide the functionality (works with embedded mode).

{code}
        <dependency>
            <groupId>org.infinispan</groupId>
            <artifactId>infinispan-jcache-remote</artifactId>
            <version>${infinispan.version}</version>
        </dependency>
{code}

> JSR-107 Support for standard annotations in client-server mode
> --------------------------------------------------------------
>
>                 Key: ISPN-5433
>                 URL: https://issues.jboss.org/browse/ISPN-5433
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: JCache
>            Reporter: Matej Čimbora
>
> Currently all the annotation-related logic resides in embedded module. Add support for HotRod implementation as well.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the infinispan-issues mailing list