[ 
https://issues.apache.org/jira/browse/DERBY-5982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490654#comment-13490654
 ] 

Kim Haase commented on DERBY-5982:
----------------------------------

This issue seems to be related to DERBY-5948, which I filed on the 10.9 branch. 
Looks as if updates to include Java 8 would be needed for 10.8, 10.9, and the 
trunk -- assuming 10.8 is meant to support Java 8.
                
> sysinfo can report  JRE - JDBC: ?-? for java 8 
> -----------------------------------------------
>
>                 Key: DERBY-5982
>                 URL: https://issues.apache.org/jira/browse/DERBY-5982
>             Project: Derby
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 10.8.3.0
>            Reporter: Kathey Marsden
>
> Sysinfo can report   JRE - JDBC: ?-?  on java 8 at least on the 10.8 branch, 
> e.g. 
> JRE - JDBC: ?-?
> .../db-derby-10.8.2.3.1326460/derby.jar] 10.8.2.3 - (1326460)
> This method derbyVMLevel() in org.apache.derby.tools.sysinfo.Main has code:
>    else if (javaVersion.equals("1.7")) {
>                 // We don't have full JDBC 4.1 support yet, so still print 
> JDBC
>                 // 4.0
>             return "Java SE 7 - JDBC 4.0";
>             }
>             else
>                 return "?-?";
> In trunk that code and the output  has been removed completely I think.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to