RFR: 8174735 Update JAX-WS RI integration to latest version
Mandy Chung
mandy.chung at oracle.com
Tue Feb 14 21:39:47 UTC 2017
> On Feb 14, 2017, at 4:28 AM, Roman Grigoriadi <roman.grigoriadi at oracle.com> wrote:
>
> On 02/14/2017 01:05 PM, Alan Bateman wrote:
>> Is the webrev missing the update to java.base's module-info.java? I assume we can drop the exporting of sun.reflect.misc to java.xml.ws.
> Thanks Alan, Mandy's patch for jaxws own MethodUtil is integrated, so sun.reflect.misc export should now be removed.
After you update module-info.java, you can run jdeps —-check java.base,java.xml that will report any unused qualified exports. You can double check if there is any qualified export remaining to java.xml.ws or other relevant modules.
Mandy
More information about the core-libs-dev
mailing list