]
Jeff Mesnil updated WFCORE-5185:
--------------------------------
Fix Version/s: 14.0.1.Final
(was: 14.0.0.Final)
Update ProviderDefinition to use optimised service loading API
--------------------------------------------------------------
Key: WFCORE-5185
URL:
https://issues.redhat.com/browse/WFCORE-5185
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Darran Lofthouse
Priority: Major
Fix For: 14.0.1.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