You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2012/11/05 07:27:12 UTC

[jira] [Created] (DERBY-5982) sysinfo can report JRE - JDBC: ?-? for java 8

Kathey Marsden created DERBY-5982:
-------------------------------------

             Summary: 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

[jira] [Commented] (DERBY-5982) sysinfo can report JRE - JDBC: ?-? for java 8

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Commented] (DERBY-5982) sysinfo can report JRE - JDBC: ?-? for java 8

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-5982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490683#comment-13490683 ] 

Kathey Marsden commented on DERBY-5982:
---------------------------------------

Committed change to 10.8
New Revision: 1405823

URL: http://svn.apache.org/viewvc?rev=1405823&view=rev
Log:
DERBY-5982 sysinfo can report  JRE - JDBC: ?-? for java 8 

Add java 8 info to sysinfo. Note in 10.9 and trunk this line has been 
eliminated with DERBY-5439

                
> 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

[jira] [Resolved] (DERBY-5982) sysinfo can report JRE - JDBC: ?-? for java 8

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden resolved DERBY-5982.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 10.8.3.1
         Assignee: Kathey Marsden
    
> 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
>            Assignee: Kathey Marsden
>             Fix For: 10.8.3.1
>
>
> 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