-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: xml
-
b163
-
Not verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8178196 | 10 | Joe Wang | P2 | Resolved | Fixed | b04 |
In a jigsaw changeset [1], configuration files were moved from ${java.home}/lib directory to ${java.home}/conf. However, two of them were missed.
javax/xml/stream/FactoryFinder.java:
There were two references to the "lib" directories. The one for jaxp.properties was replaced with "conf", but the other for stax.properties was missed.
javax/xml/xpath/XPathFactoryFinder.java:
The jigsaw changeset contained the correct change. However, the change is not in the current JDK 9/jaxp repository. It could have been a glitch in the source merge.
Note that a follow-up spec change for jigsaw was documented throughJDK-8049378.
[1] http://hg.openjdk.java.net/jigsaw/m2/jaxp/rev/b7027b4b5c06
javax/xml/stream/FactoryFinder.java:
There were two references to the "lib" directories. The one for jaxp.properties was replaced with "conf", but the other for stax.properties was missed.
javax/xml/xpath/XPathFactoryFinder.java:
The jigsaw changeset contained the correct change. However, the change is not in the current JDK 9/jaxp repository. It could have been a glitch in the source merge.
Note that a follow-up spec change for jigsaw was documented through
[1] http://hg.openjdk.java.net/jigsaw/m2/jaxp/rev/b7027b4b5c06
- backported by
-
JDK-8178196 Two missed in the change from ${java.home}/lib to ${java.home}/conf
-
- Resolved
-
- relates to
-
JDK-8049378 Examine references to ${java.home}/lib in JAXP
-
- Resolved
-
-
JDK-8049930 Move configuration files from ${java.home}/lib directory to ${java.home}/conf
-
- Resolved
-