Hello!
I would like to know if there are plans to support JAX-WS RI extensions?
For example @InstanceResolverAnnotation works,
But what about SPI like:
com.sun.xml.ws.api.BindingIDFactory or
com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
Now I get a warning:
WARN [RuntimeModelDeploymentAspect] Unable to resolve SPI for type: class com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
Thank you very much.