Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Known fix
-
Deviation from standard
Description
The method derbyVMLevel gives correct result only up to and including Java 6, cf. this snippet:
public static String derbyVMLevel()
{
switch (JDK_ID)
}
This is exposed through our MBean implementation in org.apache.derby.jdbc.JDBC#getDriverLevel
Attachments
Attachments
Issue Links
- is related to
-
DERBY-5521 JDBCMBeanTest#testAttributeDriverLevel uses Java assert in lieu of JUnit assert: no real testing happens
- Closed