[
https://issues.apache.org/jira/browse/DERBY-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lily Wei updated DERBY-4597:
----------------------------
Fix Version/s: 10.7.0.0
Issue & fix info: [Newcomer, Patch Available] (was: [Newcomer])
Description:
Sysinfo still picks up IBM's jcc driver if db2jcc.jar is in the classpath. We
should remove this code as IBM doesn't support the use of the JCC driver. Not
sure that we need to backport it but removing it from 10.5 and 10.6 seems
reasonable.
jcc code is present in the following sysinfo-related classes:
org.apache.derby.impl.tools.sysinfo.ZipInfoProperties
method: getVersionBuildInfo()
org.apache.derby.impl.tools.sysinfo.Main
(15 occurrences of the string 'jcc'
was:
Sysinfo still picks up IBM's jcc driver if db2jcc.jar is in the classpath. We
should remove this code as IBM doesn't support the use of the JCC driver. Not
sure that we need to backport it but removing it from 10.5 and 10.6 seems
reasonable.
jcc code is present in the following sysinfo-related classes:
org.apache.derby.impl.tools.sysinfo.ZipInfoProperties
method: getVersionBuildInfo()
org.apache.derby.impl.tools.sysinfo.Main
(15 occurrences of the string 'jcc')
Sutes.all test suites passed.
> remove references to IBM jcc driver from sysinfo
> -------------------------------------------------
>
> Key: DERBY-4597
> URL: https://issues.apache.org/jira/browse/DERBY-4597
> Project: Derby
> Issue Type: Task
> Components: Tools
> Affects Versions: 10.5.3.1, 10.6.1.0
> Reporter: Myrna van Lunteren
> Assignee: Lily Wei
> Fix For: 10.7.0.0
>
> Attachments: DERBY-4597-1.diff, sysinfo.out
>
>
> Sysinfo still picks up IBM's jcc driver if db2jcc.jar is in the classpath. We
> should remove this code as IBM doesn't support the use of the JCC driver. Not
> sure that we need to backport it but removing it from 10.5 and 10.6 seems
> reasonable.
> jcc code is present in the following sysinfo-related classes:
> org.apache.derby.impl.tools.sysinfo.ZipInfoProperties
> method: getVersionBuildInfo()
> org.apache.derby.impl.tools.sysinfo.Main
> (15 occurrences of the string 'jcc'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.