]
Andrew Rubinger commented on SHRINKWRAP-336:
--------------------------------------------
Patch mostly looks good; put in place one line note to be addressed. But that won't
block resolution here:
Provide addAsServiceProvider overload that supports String
----------------------------------------------------------
Key: SHRINKWRAP-336
URL:
https://issues.jboss.org/browse/SHRINKWRAP-336
Project: ShrinkWrap
Issue Type: Feature Request
Components: api
Affects Versions: 1.0.0-beta-6
Reporter: Aslak Knutsen
Fix For: 1.0.0-cr-3
In some cases you want to package ServiceProviderInterfaces to might not be
available/loadable at package time.
This only work if CDI API is on client path
{code}
.addAsServiceProvider(Extension.class, CDIExtension.class);
{code}
A possible overload could be:
{code}
.addAsServiceProvider("javax.enterprise.inject.spi.Extension",
"my.cdi.CDIExtension");
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: