[9] Review request JDK-8131667: JAX-WS Plugability Layer: using java.util.ServiceLoader

Miroslav Kos miroslav.kos at oracle.com
Wed Aug 19 15:37:47 UTC 2015


Hi everybody,

I am sending changes for review.

CCC: http://ccc.us.oracle.com/8131667
JBS: https://bugs.openjdk.java.net/browse/JDK-8131667
webrev: http://cr.openjdk.java.net/~mkos/8131667/jaxws.01/

It's about migrating to standard java.util.ServiceLoader. This part of 
service discovery was implemented previously "own" way. There are some 
changes in javadoc and implementation has been refactored in order to 
use same code as is in JAX-B and SAAJ.

Testing - I run JAX-WS unit tests (JAX-WS standalone repo), JCK9 + new 
tests specificaly developed for testing service discovery in JAX-WS.

Thanks
Miran





More information about the core-libs-dev mailing list