Skip to content

Commit 6cb64d0

Browse files
committed
Add the jTDS built-in driver deprecated message
1 parent 3f7fb40 commit 6cb64d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

embulk-input-sqlserver/src/main/java/org/embulk/input/sqlserver/SQLServerInputPlugin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ private UrlAndProperties buildUrlAndProperties(SQLServerPluginTask sqlServerTask
225225
}
226226

227227
if (useJtdsDriver) {
228+
logger.warn("The jTDS built-in driver will be removed in an upcoming release.");
229+
logger.warn("Please see https://github.com/embulk/embulk-input-jdbc/issues/267");
228230
// jTDS URL: host:port[/database] or host[/database][;instance=]
229231
// host:port;instance= is allowed but port will be ignored? in this case.
230232
if (sqlServerTask.getInstance().isPresent()) {

0 commit comments

Comments
 (0)