yoobin_mion
yoobin_mion
# Pull Request Template ## What does this PR do? This PR implements the Thread-Pool Executor pattern, which demonstrates how a pool of worker threads can be used to execute...
## Issue Closes #2402 The current implementation of the get method in the ClientSideCaching class does not provide a mechanism to ensure exclusive access by a single thread when retrieving...
This PR adds support for extracting usernames from nested properties in OAuth2 user info responses using SpEL expressions, addressing the limitation where providers wrap user data in nested objects. Fixes...
Currently, OAuth2 client registration requires a redirect URI, and omitting it throws an exception during application startup. However, in most cases, users would use the standard pattern `{baseUrl}/login/oauth2/code/{registrationId}`. Closes gh-16377...
Implements `array_reverse()` and `array_sort()` HQL functions. - `array_reverse(array)` - Returns reversed array - `array_sort(array [, descending [, nulls_first]])` - Returns sorted array - Default: ASC, NULLs last - Follows PostgreSQL...