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

ASF subversion and git services commented on DERBY-6459:
--------------------------------------------------------

Commit 1569470 from [~chaase3] in branch 'code/trunk'
[ https://svn.apache.org/r1569470 ]

DERBY-6459  Remove Class.forName calls that load JDBC driver from Derby 
samples/demos

Modified 9 Java files and 7 documentation files, and replaced 2 documentation 
text files with HTML files.

Patch: DERBY-6459-2.diff

> Remove Class.forName calls that load JDBC driver from Derby samples/demos
> -------------------------------------------------------------------------
>
>                 Key: DERBY-6459
>                 URL: https://issues.apache.org/jira/browse/DERBY-6459
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Demos/Scripts
>    Affects Versions: 10.11.0.0
>            Reporter: Kim Haase
>            Assignee: Kim Haase
>         Attachments: DERBY-6459-2.diff, DERBY-6459.diff, DERBY-6459.stat
>
>
> Several of the Derby samples and demos call Class.forName to load the JDBC 
> driver, although this is not necessary at Java SE 6 and later. Since at 10.11 
> we won't support versions of the platform earlier than JDK 6, these calls 
> should be removed from the samples (and any mention of them removed from the 
> accompanying documentation).
> There are calls to Class.forName that load other objects besides the driver; 
> I assume these are still needed, but if not, they could be replaced with 
> something more current.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to