8000 Remove default configuration of crl cache from CacheManagerFactory · Issue #37037 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Remove default configuration of crl cache from CacheManagerFactory #37037
Open
@mhajas

Description

@mhajas

Description

Issue 36752 added a new default implementation for crl cache that is used if Infinispan XML file does not contain the cache definition.

private static final Map<String, Supplier<ConfigurationBuilder>> DEFAULT_CONFIGS = Map.of(
CRL_CACHE_NAME, InfinispanUtil::getCrlCacheConfig
);

This was done to avoid breaking change in minor version of Keycloak. As part of next major release we should remove this default implementation and document how to migrate Infinispan XML with addition of crl cache.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0