[infinispan-issues] [JBoss JIRA] (ISPN-11855) Internal caches should ignore wildcard configurations

Dan Berindei (Jira) issues at jboss.org
Tue May 19 04:04:03 EDT 2020


Dan Berindei created ISPN-11855:
-----------------------------------

             Summary: Internal caches should ignore wildcard configurations
                 Key: ISPN-11855
                 URL: https://issues.redhat.com/browse/ISPN-11855
             Project: Infinispan
          Issue Type: Bug
          Components: Core
    Affects Versions: 10.1.8.Final, 11.0.0.Dev05
            Reporter: Dan Berindei
            Assignee: Dan Berindei
             Fix For: 11.0.0.CR1, 10.1.9.Final


{{InternalCacheRegistryImpl.registerInternalCache}} throws a {{CacheConfigurationException}} if a wildcard configuration matches the internal cache name.

It should ignore wildcard configurations instead, and a user should be able to replicate the pre-ISPN-11367 behaviour with a {{*}} wildcard:

{code:xml}
<cache-container>
  <local-cache-configuration name="*">
  </local-cache-configuration>
</cache-container>
{code}




--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list