Skip to content

Commit

Permalink
Fix upgrading guide about deprecation of getAll() methods in the orga…
Browse files Browse the repository at this point in the history
…nization APIs

Closes keycloak#34975

Signed-off-by: Martin Kanis <mkanis@redhat.com>
  • Loading branch information
martin-kanis authored and ahus1 committed Nov 25, 2024
1 parent b0b247f commit 20770d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/documentation/release_notes/topics/26_1_0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 20770d8

Please sign in to comment.