-
Bug
-
Resolution: Done
-
Major
-
None
-
None
We are running into an issue where calls to ServiceLoader.load(Provider, ClassLoader) are returning JVM security providers in addition to the providers defined in the META-INF/services of the individual module.
Ideally this should be handled within JBoss Modules but in the meantime these additional Providers are causing problems so this issue is to filter them out by detecting if they were loaded by a ModuleClassLoader.
- is related to
-
WFCORE-5205 Use Module.findServices() to load Security Providers
- Closed
- relates to
-
WFCORE-5219 OpenSSL tests should be running on JDK 11
- Closed
-
ELY-2040 ServiceLoader discovery of security Providers discovers JDK instances as well
- Open