eclipse-ee4j / metro-jax-ws

metro-jax-ws
https://eclipse-ee4j.github.io/metro-jax-ws/
BSD 3-Clause "New" or "Revised" License
72 stars 40 forks source link

Support for java 9 jrt:/ protocol #588

Open Tomas-Kraus opened 2 years ago

Tomas-Kraus commented 2 years ago

Since java 9 exists a new way for loading resources, especially for module images. The WSDL parser should be able to load those resources, if a modern jdk is used, maybe a check on the protocol used (http:/, file:/, jar:/, jrt:/) .

More references are available at this link: http://openjdk.java.net/jeps/220

Source: https://github.com/javaee/metro-jax-ws/issues/1210 Author: madduci