-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b53
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083963 | emb-9 | Mandy Chung | P4 | Resolved | Fixed | team |
src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.java
public static final String URI_ENVELOPE = SOAPNamespaceConstants.ENVELOPE;
This dependency requires a qualified export of com.sun.xml.internal.ws.encoding.soap.streaming package from java.xml.ws to jdk.xml.ws module which is currently missing in modules.xml.
maybe another option is to replace it with
public static final String URI_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/";
public static final String URI_ENVELOPE = SOAPNamespaceConstants.ENVELOPE;
This dependency requires a qualified export of com.sun.xml.internal.ws.encoding.soap.streaming package from java.xml.ws to jdk.xml.ws module which is currently missing in modules.xml.
maybe another option is to replace it with
public static final String URI_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/";
- backported by
-
JDK-8083963 Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants
-
- Resolved
-
- blocks
-
JDK-8073372 Redundant CONSTANT_Class entry not generated for inlined constant
-
- Closed
-
- relates to
-
JDK-8078057 Reapply fixes for 8073361, 8073374, 8073696
-
- Closed
-
-
JDK-8073372 Redundant CONSTANT_Class entry not generated for inlined constant
-
- Closed
-