-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b46
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082035 | emb-9 | Alan Bateman | P3 | Resolved | Fixed | b46 |
This issue tracks subsuming the proposed java.xml.soap module into the proposed java.xml.ws module (and dropping the java.xml.soap module).
In implementation terms then this means:
1. Move (hg mv) the sources that are in jaxws/src/java.xml.soap to jaxws/src/java.xml.ws
2. Update modules.xml in the top-level repo to reflect the updated module graph. This means removing java.xml.soap, updating the definition of java.xml.ws to ensure that it has the expanded set of exports, and adjusting the qualified exports that the java.xml module currently has to export internal API packages to java.xml.soap.
3. Dropping java.xml.soap from boot.modules.
In implementation terms then this means:
1. Move (hg mv) the sources that are in jaxws/src/java.xml.soap to jaxws/src/java.xml.ws
2. Update modules.xml in the top-level repo to reflect the updated module graph. This means removing java.xml.soap, updating the definition of java.xml.ws to ensure that it has the expanded set of exports, and adjusting the qualified exports that the java.xml module currently has to export internal API packages to java.xml.soap.
3. Dropping java.xml.soap from boot.modules.
- backported by
-
JDK-8082035 Subsume module java.xml.soap into module java.xml.ws
-
- Resolved
-
- relates to
-
JDK-8057645 Deprivilege JAX-WS, JAXB, JAF to extension class loader
-
- Closed
-