jax-ws-api icon indicating copy to clipboard operation
jax-ws-api copied to clipboard

Remove DEFAULT_JAXWSPROVIDER fallback class name

Open jGauravGupta opened this issue 4 years ago • 3 comments

Signed-off-by: Gaurav Gupta [email protected]

Seems com.sun.xml.internal.ws.spi.ProviderImpl refactored to com.sun.xml.ws.spi.ProviderImpl earlier but package is not renamed in Provider class.

See the package of ProviderImpl.java.

jGauravGupta avatar Jun 03 '20 12:06 jGauravGupta

btw: did you check #90 before creating this?

lukasj avatar Jun 03 '20 12:06 lukasj

Hi @lukasj,

I missed that ticket. Thanks for the suggestions, I have updated PR.

jGauravGupta avatar Jun 04 '20 06:06 jGauravGupta

What about adding a static overload to Provider that takes the provider class? Then it could be used thusly:

Provider.provider(com.sun.xml.ws.spi.ProviderImpl.class);

As a side note, I believe the com.sun.xml.ws module should export com.sun.xml.ws.spi.

brcolow avatar Sep 23 '20 03:09 brcolow