RFR 8179566: Add additional jaxws messages to be translated
Roman Grigoriadi
roman.grigoriadi at oracle.com
Thu May 4 15:50:13 UTC 2017
> On 4 May 2017, at 17:21, Mandy Chung <mandy.chung at oracle.com> wrote:
>
> The JAX-WS in JDK 9 is going to be 2.3.0 [1]. java.xml.ws is not resolved by default. JAX-WS 2.1 API can only be loaded to the runtime from class path if java.xml.ws is not resolved. The JAX-WS runtime in JDK 9 will not be loaded in this case. If this message is specific for this scenario, this message is okay to keep it and would be good to add a comment saying “this message should not be loaded from JDK 9 runtime"
Yes I think, it is OK to keep untranslated. According to comments in code it looks like this may happen if JAXWS-RI 2.2 is loaded together with JAXWS-API 2.1. Which in turn could only happen if java.xml.ws module is not resolved in and both are loaded from classpath.
Adding Lukas.
Roman
More information about the core-libs-dev
mailing list