]
Ilia Vassilev updated WFCORE-5185:
----------------------------------
Fix Version/s: (was: 14.0.1.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
Affects Versions: 14.0.0.Final
Reporter: Darran Lofthouse
Assignee: Ilia Vassilev
Priority: Major
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