Vladimir Ozerov created IGNITE-5408:
---------------------------------------
Summary: 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
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)