The OpenJDK Quality Outreach campaign has run a compatibility report to identify usage of JDK-internal APIs. Usage of these JDK-internal APIs could pose compatibility issues, as the Java team explained in 1996. We have created this report to help you identify which JDK-internal APIs your project uses, what to use instead, and where those changes should go. Making these changes will improve your compatibility, and in some cases give better performance.
Migrating away from the JDK-internal APIs now will give your team adequate time for testing before the release of JDK 9. If you are unable to migrate away from an internal API, please provide us with an explanation below to help us understand it better. As a reminder, supported APIs are determined by the OpenJDK's Java Community Process and not by Oracle.
This report was generated by jdeps through static analysis of artifacts: it does not identify any usage of those APIs through reflection or dynamic bytecode. You may also run jdeps on your own if you would prefer.
Summary of the analysis of the jar files within infinispan-6.0.2.Final-all:
ID | Replace Usage of | With | Inside |
---|
ID | Internal APIs (do not use) | Used by |
---|---|---|
1 | com.sun.org.apache.xml.internal.utils.PrefixResolver |
|
Explanation... | ||
2 | com.sun.org.apache.xpath.internal.XPath |
|
Explanation... | ||
3 | com.sun.org.apache.xpath.internal.XPathContext |
|
Explanation... | ||
4 | com.sun.org.apache.xpath.internal.objects.XBoolean |
|
Explanation... | ||
5 | com.sun.org.apache.xpath.internal.objects.XNodeSet |
|
Explanation... | ||
6 | com.sun.org.apache.xpath.internal.objects.XNull |
|
Explanation... | ||
7 | com.sun.org.apache.xpath.internal.objects.XNumber |
|
Explanation... | ||
8 | com.sun.org.apache.xpath.internal.objects.XObject |
|
Explanation... | ||
9 | com.sun.org.apache.xpath.internal.objects.XString |
|
Explanation... | ||
10 | org.w3c.dom.html.HTMLAnchorElement |
|
Explanation... | ||
11 | org.w3c.dom.html.HTMLAppletElement |
|
Explanation... | ||
12 | org.w3c.dom.html.HTMLAreaElement |
|
Explanation... | ||
13 | org.w3c.dom.html.HTMLBRElement |
|
Explanation... | ||
14 | org.w3c.dom.html.HTMLBaseElement |
|
Explanation... | ||
15 | org.w3c.dom.html.HTMLBaseFontElement |
|
Explanation... | ||
16 | org.w3c.dom.html.HTMLBodyElement |
|
Explanation... | ||
17 | org.w3c.dom.html.HTMLButtonElement |
|
Explanation... | ||
18 | org.w3c.dom.html.HTMLCollection |
|
Explanation... | ||
19 | org.w3c.dom.html.HTMLDListElement |
|
Explanation... | ||
20 | org.w3c.dom.html.HTMLDirectoryElement |
|
Explanation... | ||
21 | org.w3c.dom.html.HTMLDivElement |
|
Explanation... | ||
22 | org.w3c.dom.html.HTMLDocument |
|
Explanation... | ||
23 | org.w3c.dom.html.HTMLElement |
|
Explanation... | ||
24 | org.w3c.dom.html.HTMLFieldSetElement |
|
Explanation... | ||
25 | org.w3c.dom.html.HTMLFontElement |
|
Explanation... | ||
26 | org.w3c.dom.html.HTMLFormElement |
|
Explanation... | ||
27 | org.w3c.dom.html.HTMLFrameElement |
|
Explanation... | ||
28 | org.w3c.dom.html.HTMLFrameSetElement |
|
Explanation... | ||
29 | org.w3c.dom.html.HTMLHRElement |
|
Explanation... | ||
30 | org.w3c.dom.html.HTMLHeadElement |
|
Explanation... | ||
31 | org.w3c.dom.html.HTMLHeadingElement |
|
Explanation... | ||
32 | org.w3c.dom.html.HTMLHtmlElement |
|
Explanation... | ||
33 | org.w3c.dom.html.HTMLIFrameElement |
|
Explanation... | ||
34 | org.w3c.dom.html.HTMLImageElement |
|
Explanation... | ||
35 | org.w3c.dom.html.HTMLInputElement |
|
Explanation... | ||
36 | org.w3c.dom.html.HTMLIsIndexElement |
|
Explanation... | ||
37 | org.w3c.dom.html.HTMLLIElement |
|
Explanation... | ||
38 | org.w3c.dom.html.HTMLLabelElement |
|
Explanation... | ||
39 | org.w3c.dom.html.HTMLLegendElement |
|
Explanation... | ||
40 | org.w3c.dom.html.HTMLLinkElement |
|
Explanation... | ||
41 | org.w3c.dom.html.HTMLMapElement |
|
Explanation... | ||
42 | org.w3c.dom.html.HTMLMenuElement |
|
Explanation... | ||
43 | org.w3c.dom.html.HTMLMetaElement |
|
Explanation... | ||
44 | org.w3c.dom.html.HTMLModElement |
|
Explanation... | ||
45 | org.w3c.dom.html.HTMLOListElement |
|
Explanation... | ||
46 | org.w3c.dom.html.HTMLObjectElement |
|
Explanation... | ||
47 | org.w3c.dom.html.HTMLOptGroupElement |
|
Explanation... | ||
48 | org.w3c.dom.html.HTMLOptionElement |
|
Explanation... | ||
49 | org.w3c.dom.html.HTMLParagraphElement |
|
Explanation... | ||
50 | org.w3c.dom.html.HTMLParamElement |
|
Explanation... | ||
51 | org.w3c.dom.html.HTMLPreElement |
|
Explanation... | ||
52 | org.w3c.dom.html.HTMLQuoteElement |
|
Explanation... | ||
53 | org.w3c.dom.html.HTMLScriptElement |
|
Explanation... | ||
54 | org.w3c.dom.html.HTMLSelectElement |
|
Explanation... | ||
55 | org.w3c.dom.html.HTMLStyleElement |
|
Explanation... | ||
56 | org.w3c.dom.html.HTMLTableCaptionElement |
|
Explanation... | ||
57 | org.w3c.dom.html.HTMLTableCellElement |
|
Explanation... | ||
58 | org.w3c.dom.html.HTMLTableColElement |
|
Explanation... | ||
59 | org.w3c.dom.html.HTMLTableElement |
|
Explanation... | ||
60 | org.w3c.dom.html.HTMLTableRowElement |
|
Explanation... | ||
61 | org.w3c.dom.html.HTMLTableSectionElement |
|
Explanation... | ||
62 | org.w3c.dom.html.HTMLTextAreaElement |
|
Explanation... | ||
63 | org.w3c.dom.html.HTMLTitleElement |
|
Explanation... | ||
64 | org.w3c.dom.html.HTMLUListElement |
|
Explanation... | ||
65 | org.w3c.dom.ranges.DocumentRange |
|
Explanation... | ||
66 | org.w3c.dom.ranges.Range |
|
Explanation... | ||
67 | org.w3c.dom.ranges.RangeException |
|
Explanation... | ||
68 | sun.misc.Signal |
|
Explanation... | ||
69 | sun.misc.SignalHandler |
|
Explanation... | ||
70 | sun.misc.Unsafe |
|
Explanation... | ||
71 | sun.nio.ch.FileChannelImpl |
|
Explanation... | ||
72 | sun.reflect.ReflectionFactory |
|
Explanation... | ||
73 | sun.reflect.ReflectionFactory$GetReflectionFactoryAction |
|
Explanation... |
You should use a separate third-party library that performs this functionality.
ID | Internal API (grouped by package) | Used By | Identify External Replacement |
---|