mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Create CacheEmbeddedConfigProvider
Closes #38497 Signed-off-by: Pedro Ruivo <pruivo@redhat.com> Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
@@ -24,6 +24,20 @@ When you want the user, who is authenticated to your client application, to link
|
||||
mechanism with the action `idp_link`. The proprietary custom protocol for client initiated account linking is deprecated now and might be removed in the future versions. For more information, see the
|
||||
Client initiated account link section of the link:{developerguide_link}[{developerguide_name}].
|
||||
|
||||
=== Deprecation of `spi-connections-infinispan-quarkus-site-name`
|
||||
|
||||
The option `spi-connections-infinispan-quarkus-site-name` is deprecated and no longer used for multi-site setups, and it will be removed in the future.
|
||||
Use `spi-cache-embedded-default-site-name` instead in setups when running with embedded distributed caches.
|
||||
See the https://www.keycloak.org/server/all-provider-config[All provider configuration] for more details on these options.
|
||||
|
||||
=== Removal of `jboss.site.name` and `jboss.node.name`
|
||||
|
||||
Both system properties have been used internally within Keycloak and have not been part of the official documentation.
|
||||
{project_name} will fail to start if those are present.
|
||||
|
||||
Instead, use the command line option `spi-cache-embedded-default-site-name` as `jboss.site.name` replacement, and `spi-cache-embedded-default-node-name` as `jboss.node.name` replacement.
|
||||
See the https://www.keycloak.org/server/all-provider-config[All provider configuration] for more details on these options.
|
||||
|
||||
== Notable changes
|
||||
|
||||
Notable changes where an internal behavior changed to prevent common misconfigurations, fix bugs or simplify running {project_name}.
|
||||
|
||||
Reference in New Issue
Block a user