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

ASF GitHub Bot commented on IGNITE-5408:
----------------------------------------

Github user devozerov closed the pull request at:

    https://github.com/apache/ignite/pull/2087


> JDBC driver should not require Class.forName() call
> ---------------------------------------------------
>
>                 Key: IGNITE-5408
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5408
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>             Fix For: 2.1
>
>
> Modern JDBC drivers do not require explicit init through {{Class.forName}}. 
> Instead, it works as follows:
> 1) {{java.sql.Driver}} file is created under {{META-INF/services}} directory.
> 2) Driver has static initializer which registers itself within 
> {{DriverManager}}.
> We should do that for both think and new thin drivers, and remove all 
> {{Class.forName}} calls from tests afterwards.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to