[JBoss JIRA] (ISPN-6933) Rename the jdk8backported package as its name is confusing
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6933?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-6933:
-------------------------------------
Assignee: Tristan Tarrant (was: William Burns)
> Rename the jdk8backported package as its name is confusing
> ----------------------------------------------------------
>
> Key: ISPN-6933
> URL: https://issues.jboss.org/browse/ISPN-6933
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Reporter: Sanne Grinovero
> Assignee: Tristan Tarrant
> Fix For: 9.0.0.Beta1
>
>
> As discussed on the mailing list on this thread, the package name of {{org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8}} (and others in the same package) is confusing as people keep wondering if we should get rid of it, if it's supposed to work on JDK7, etc..
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6947) Indexing mode not compatible with multiple entities per cache
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6947?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6947:
------------------------------------
Status: Open (was: New)
> Indexing mode not compatible with multiple entities per cache
> -------------------------------------------------------------
>
> Key: ISPN-6947
> URL: https://issues.jboss.org/browse/ISPN-6947
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Reporter: Gustavo Fernandes
>
> Consider a cache composed of two entities A and B, entity A is stored on RAM and entity B on Infinispan itself. The configuration to achieve that is below:
> {noformat}
> cacheCfg.indexing()
> .index(Index.ALL)
> .addIndexedEntity(A.class)
> .addIndexedEntity(B.class)
> .addProperty("A.directory_provider", "ram")
> .addProperty("A.indexmanager", "org.infinispan.query.indexmanager.InfinispanIndexManager")
> {noformat}
> The configuration Index.ALL only makes sense to RAM directory, while for InfinispanIndexManager it'd cause redundant indexing. The indexing mode should not be at cache level but at "index" level
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months