]
Darran Lofthouse updated ELY-1471:
----------------------------------
Fix Version/s: 1.2.0.Beta13
(was: 1.2.0.Beta12)
Reduce Class Loading overhead of WildFly Elytron Provider
---------------------------------------------------------
Key: ELY-1471
URL:
https://issues.jboss.org/browse/ELY-1471
Project: WildFly Elytron
Issue Type: Bug
Components: API / SPI
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.2.0.Beta13
We currently load every single implementation class just to identify it's name.
Whilst this makes refactoring easier it causes a heavy hit to the ClassLoader just to
install the provider even though only a small subset of it's services tend to be used
at once.