Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove default configuration of crl cache from CacheManagerFactory #37037

@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

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions