Bug Report: ecosystem-security-connectors should explicitly close its JAX-RS Clients / FISH-7621 #69
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Brief Summary
OAuth2AuthenticationMechanism opens a
javax.ws.rs.client.Client
but never closes it afterwards.The javadoc of Client states:
Using the standalone implementation of OIDC connector on JBoss/Wildfly gives the following warning:
Expected Outcome
OAuth2AuthenticationMechanism should close Clients.
Current Outcome
OAuth2AuthenticationMechanism does not close Clients.
Reproducer
TBD
Operating System
Windows 10
JDK Version
Temurin 11.0.19.7
Ecosystem Tool
Security Connectors
The text was updated successfully, but these errors were encountered: