[
https://issues.apache.org/jira/browse/IGNITE-15508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yury Gerzhedovich updated IGNITE-15508:
---------------------------------------
Description:
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..
was:
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.
> 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
> Assignee: Vladimir Ermakov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha3
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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.20.10#820010)