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 (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/16 01:13:00 UTC

[jira] [Resolved] (DERBY-5410) sysinfo needs to be adjusted to indicate support for Java 7 jdbc 4.1 level

     [ https://issues.apache.org/jira/browse/DERBY-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden resolved DERBY-5410.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 10.8.2.2
    
> sysinfo needs to be adjusted to indicate support for Java 7 jdbc 4.1 level
> --------------------------------------------------------------------------
>
>                 Key: DERBY-5410
>                 URL: https://issues.apache.org/jira/browse/DERBY-5410
>             Project: Derby
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 10.9.0.0
>            Reporter: Myrna van Lunteren
>            Assignee: Kathey Marsden
>            Priority: Minor
>             Fix For: 10.8.2.2
>
>         Attachments: DERBY-5410_1.diff
>
>
> 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)
> 		{
> 		case J2SE_14: return J2ME ? "J2ME - JDBC for CDC/FP 1.1" : "J2SE 1.4 - JDBC 3.0";
> 		case J2SE_142: return "J2SE 1.4.2 - JDBC 3.0";
> 		case J2SE_15: return "J2SE 5.0 - JDBC 3.0";
> 		case J2SE_16: return "Java SE 6 - JDBC 4.0";
> 		default: return "?-?";
> 		}
> 	}
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira