You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ermakov (Jira)" <ji...@apache.org> on 2021/09/14 12:59:00 UTC

[jira] [Created] (IGNITE-15508) JDBC driver for 3.0: Support JDBC driver loading by ServiceLoader

Vladimir Ermakov created IGNITE-15508:
-----------------------------------------

             Summary: JDBC driver for 3.0: Support JDBC driver loading by ServiceLoader
                 Key: IGNITE-15508
                 URL: https://issues.apache.org/jira/browse/IGNITE-15508
             Project: Ignite
          Issue Type: Improvement
          Components: jdbc, sql
            Reporter: Vladimir Ermakov


Support JDBC driver loading by ServiceLoader.

All is needed is to add classname to META_INF/services/java.sql.Driver file.

It is also necessary to check whether the driver needs to be registered additionally via a static block.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)