-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b68
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083968 | emb-9 | Miroslav Kos | P3 | Resolved | Fixed | team |
In Jigsaw, then ClassLoader.getResource* and Class.getResource* methods cannot be be used to get to resources in named modules. Class.getResourceAsStream will of course allow code in a module to open a stream to resources in its own module.
From that reason, some parts in JAX-B/JAX-WS code had to be updated. Method Class::getResourceAsStream() is used instead and code using URL has been removed/adjusted.
From that reason, some parts in JAX-B/JAX-WS code had to be updated. Method Class::getResourceAsStream() is used instead and code using URL has been removed/adjusted.
- backported by
-
JDK-8083968 Update JAXB and JAX-WS to work with resource encapsulation
-
- Resolved
-
- relates to
-
JDK-8047774 Audit JAXB and scope out API/other changes that might be needed to work with modules
-
- Resolved
-
-
JDK-8047775 Audit JAX-WS and SAAJ, scope out API/other changes that might be needed to work with modules
-
- Resolved
-