Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.12.1.1
-
None
-
None
-
Normal
Description
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
Attachments
Issue Links
- 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