]
Farah Juma resolved ELY-1821.
-----------------------------
Resolution: Done
ProviderUtil should contain overloaded methods which accept arrays of
Providers
-------------------------------------------------------------------------------
Key: ELY-1821
URL:
https://issues.jboss.org/browse/ELY-1821
Project: WildFly Elytron
Issue Type: Bug
Components: Utils
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Major
Fix For: 1.10.0.CR1
Presently the methods only accept Supplier<Provider[]> - this means even if you
have an array of Provider instances it needs wrapping in a Supplier just to use these
methods.