Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CONJ-906] possible Deadlock in AwsIamCredentialPlugin
nonMappedOptions properties internally use a ConcurrentHashap with lots of locking. This must not be checked for equality, possibly resulting in dead lock (and since non used option, it doesn't even make sense to test equality on it)
- Loading branch information