-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.15.1.3
-
Fix Version/s: None
-
Component/s: Build tools
-
Labels:None
-
Urgency:Normal
When I build Derby using JDK 10, I get the following warning:
[javac] /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728: warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements getPrefixes(String) in NamespaceContext [javac] public Iterator getPrefixes(String namespaceURI) { [javac] ^ [javac] return type requires unchecked conversion from Iterator to Iterator<String> [javac] 1 warning
I will clean this up.
- is related to
-
DERBY-7087 Make it possible to build and run tests cleanly on Java 15
-
- Closed
-
- relates to
-
DERBY-6856 Make it possible to build Derby using JDK 9
-
- Closed
-
-
DERBY-7021 Run the modulepath tests on Linux and Windows
-
- Closed
-