]
Darran Lofthouse updated ELY-1821:
----------------------------------
Fix Version/s: 1.10.0.CR1
(was: 1.9.2.CR1)
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.