-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.12.1.1
-
Fix Version/s: None
-
Component/s: JDBC
-
Labels:None
-
Urgency:Normal
Java 9 has introduced new classes and methods into java.sql. and javax.sql. At a minimum, we will need to stub these out and return an unimplemented feature exception. For instance, Java 9 introduces a new interface called java.sql.ShardingKey.
Right now, a Derby server built on Java 8 will fail the UnsupportedVetter test because of these new classes and methods.
See the Java 9 javadoc here: http://download.java.net/jdk9/docs/api/index.html
- is related to
-
DERBY-6465 Add JDK 9 to the list of JVMs which can be used to build and test Derby
-
- Open
-
-
DERBY-6856 Make it possible to build Derby using JDK 9
-
- Closed
-
- relates to
-
DERBY-6854 Make it possible to run Derby tests on early access versions of JDK 9
-
- Open
-