[JBoss JIRA] (ISPN-5434) ClusteringConfigurationBuilder.l1() does not enable L1
by Dominik Pospisil (JIRA)
Dominik Pospisil created ISPN-5434:
--------------------------------------
Summary: ClusteringConfigurationBuilder.l1() does not enable L1
Key: ISPN-5434
URL: https://issues.jboss.org/browse/ISPN-5434
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.1.1.Final, 5.2.10.Final
Reporter: Dominik Pospisil
ClusteringConfigurationBuilder.l1() method javadocs says:
This method allows configuration of the L1 cache for distributed caches. When this method is called, it automatically enables L1.
However what it does is it just return plain instance of L1ConfigurationBuilder created by empty constructor whith default (disabled) value.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 8 months
[JBoss JIRA] (ISPN-5433) JSR-107 Support for standard annotations in client-server mode
by Matej Čimbora (JIRA)
[ https://issues.jboss.org/browse/ISPN-5433?page=com.atlassian.jira.plugin.... ]
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)
9 years, 8 months