-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Milestone
Description
Description
Issue 36752 added a new default implementation for crl cache that is used if Infinispan XML file does not contain the cache definition.
Lines 119 to 121 in 1793af6
| 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.