From 20770d8aaaa9b8745fff8396e0a4f59c9ab006b8 Mon Sep 17 00:00:00 2001 From: Martin Kanis Date: Mon, 25 Nov 2024 09:27:52 +0100 Subject: [PATCH] Fix upgrading guide about deprecation of getAll() methods in the organization APIs Closes #34975 Signed-off-by: Martin Kanis --- docs/documentation/release_notes/topics/26_1_0.adoc | 5 ----- .../upgrading/topics/changes/changes-26_1_0.adoc | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/documentation/release_notes/topics/26_1_0.adoc b/docs/documentation/release_notes/topics/26_1_0.adoc index 85cbc9b2dfa1..d56034c2fb46 100644 --- a/docs/documentation/release_notes/topics/26_1_0.adoc +++ b/docs/documentation/release_notes/topics/26_1_0.adoc @@ -23,11 +23,6 @@ by the LDAP provider. {project_name} now uses by default its database to discover other nodes of the same cluster, which removes the need of additional network related configurations. It is also a default that will work out-of-the-box in cloud environments. -= Deprecating `getAll()` methods in `Organizations` and `OrganizationMembers` APIs - -`getAll()` methods in `Organizations` and `OrganizationMembers` APIs are now deprecated and will be removed in the next minor release. -Instead, use corresponding `list(first, max)` methods in `Organizations` and `OrganizationMembers` APIs. - For information on how to migrate, see the link:{upgradingguide_link}[{upgradingguide_name}], and the https://www.keycloak.org/server/caching[Configuring distributed caches] guide. diff --git a/docs/documentation/upgrading/topics/changes/changes-26_1_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_1_0.adoc index 87f359dacd7b..290d57ec60fc 100644 --- a/docs/documentation/upgrading/topics/changes/changes-26_1_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-26_1_0.adoc @@ -19,6 +19,11 @@ The following APIs for the JavaScript Authorization client are deprecated and wi These APIs are no longer needed as initialization is done automatically on demand when calling methods on the `KeycloakAuthorization` instance. You can safely remove any code that depends on these APIs. += Deprecating `getAll()` methods in `Organizations` and `OrganizationMembers` APIs + +`getAll()` methods in `Organizations` and `OrganizationMembers` APIs are now deprecated and will be removed in the next major release. +Instead, use corresponding `list(first, max)` methods in `Organizations` and `OrganizationMembers` APIs. + = Virtual Threads enabled for Infinispan and JGroups thread pools Starting from this release, {project_name} automatically enables the virtual thread pool support in both the embedded Infinispan and JGroups when running on OpenJDK 21.