RFR: 8164479: Update JAX-WS RI integration to latest version

Alan Bateman Alan.Bateman at oracle.com
Sun Sep 25 14:49:42 UTC 2016


On 24/09/2016 18:57, Mandy Chung wrote:

> You can run jdeps --check java.xml.ws on your local build with this change.
>
> This will analyze the dependences and any unused qualified exports.
>
Good idea. I think java.activation's module-info.java will need updating 
too as it no longer requires java.desktop (we can decide at a later time 
whether to change this to `requires static` and change this code to use 
a reflection guard + static reference).

-Alan


More information about the core-libs-dev mailing list