-
Sub-task
-
Resolution: Fixed
-
P4
-
8, 10
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236457 | 8u251 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8239638 | emb-8u251 | Joe Wang | P4 | Resolved | Fixed | team |
Fix these warnings:
[deprecation]: 219
Example:
[javac] jdk9-dev/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/SourceTreeManager.java:39: warning: [deprecation] XMLReaderFactory in org.xml.sax.helpers has been deprecated
[javac] import org.xml.sax.helpers.XMLReaderFactory;
[deprecation]: 219
Example:
[javac] jdk9-dev/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/SourceTreeManager.java:39: warning: [deprecation] XMLReaderFactory in org.xml.sax.helpers has been deprecated
[javac] import org.xml.sax.helpers.XMLReaderFactory;
- backported by
-
JDK-8236457 Fix lint warnings in JAXP repo: deprecation
- Resolved
-
JDK-8239638 Fix lint warnings in JAXP repo: deprecation
- Resolved
- relates to
-
JDK-8183972 Cleanup: investigate the use of deprecated SAX interfaces
- Open