-
Bug
-
Resolution: Done
-
Major
-
14.0.0.Final
A new API is being added to JBoss Modules to optimise how loaded services can be filtered, this will allow us to filter out the JDK provided security providers before they are instantiated.
Presently we can filter after instantiation which is wasted overhead during boot, including contributing the GC overhead.
Once this issue is available we can switch over:
https://issues.redhat.com/browse/MODULES-402
- is blocked by
-
MODULES-402 Introduce utility method like <T> Iterable<T> Module.findServices(Class<T> type, Predicate<Class<?>> filter)
- Resolved
- is cloned by
-
JBEAP-21781 [GSS](7.4.z) WFCORE-5185 - Update ProviderDefinition to use optimised service loading API
- Closed
- is related to
-
ELY-2040 ServiceLoader discovery of security Providers discovers JDK instances as well
- Open