yoobin_mion

Results 5 issues of 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...

status: waiting-for-triage

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...

status: waiting-for-feedback
type: enhancement
in: oauth2

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...

type: enhancement
in: oauth2

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...