Loading... (original) (raw)

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.