Liviu Gheorghe
Liviu Gheorghe
Fixes https://github.com/resilience4j/resilience4j/issues/1592 - added Bulkhead#tryAcquirePermissionNoWait which tries to acquire a permit from the underlying semaphore without waiting - added ReactiveBulkhead which wraps a Bulkhead in a non blocking way -...
solves https://github.com/spring-projects/spring-security/issues/14635
**Expected Behavior** Saml2MetadataFilter should be able to return a metadata for a registration without Asserting Party details. **Context** The Asserting Party/IdP details might not be available during the metadata download...
**Expected Behavior** Saml2LogoutRequestFilter should return a logout response back to the user agent when validation errors happen. This would allow the logout flow to continue to other SPs involved in...