On 24/09/2016 18:57, Mandy Chung wrote:
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).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.
-Alan