이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 8. Removed features
The following features have been removed from this release.
8.1. 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. Red Hat build of Keycloak 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 All provider configuration for more details on these options.
8.2. KeycloakSessionTask.useExistingSession method 링크 복사링크가 클립보드에 복사되었습니다!
KeycloakSessionTask.useExistingSession was only useful to private server logic. Now that this logic has been refined, no need exists for this method.
In previous releases, there was a default implementation in the interface returning false and it is unlikely that it was overwritten in implementations.