Details
Description
Since 10.8.1.2 JDBC 4.1 is supported but sysinfo hasn't been updated, and so is not able to return updated JDBC level info.
The addition needs to go here:
Class: org.apache.derby.iapi.services.info.JVMInfo
Method:
/**
Return Derby's understanding of the virtual machine's environment.
*/
public static String derbyVMLevel()
{
switch (JDK_ID)
}
This was reported in email to derbydev by frank.pientka@gmx.de:
http://old.nabble.com/Re%3A--VOTE--10.8.2.1-release-p32462975.html
Attachments
Attachments
Issue Links
- is depended upon by
-
DERBY-4869 Implement JDBC 4.1, the api increment introduced by Java 7
- Closed
- is related to
-
DERBY-1046 JVMInfo is duplicated in derbyclient.jar
- Closed