Add deprecation of Java 11 for server to release notes (#1780)

This commit is contained in:
Stian Thorgersen 2023-02-22 07:20:30 +01:00 committed by GitHub
parent 89a1fb3aa1
commit 343c5dc9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,13 @@ Due to this change, metrics have been renamed.
See the migration guide for details.
= Java 11 support for Keycloak server deprecated
Running the Keycloak server with Java 11 is now deprecated, and planned to be removed in Keycloak 22.
Adapters remain supported on Java 8, Java 11, and Java 17. However, we are planning to remove support for Java 8 in the
not too distant future.
= Hashicop Vault no longer supported
We removed the out-of-box support for Hashicorp vault in this release.