eskabetxe commented on code in PR #123:
URL:
https://github.com/apache/flink-connector-jdbc/pull/123#discussion_r1676435075
##########
flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/source/JdbcSource.java:
##########
@@ -50,8 +50,13 @@
import java.util.ArrayList;
import java.util.Objects;
-/** JDBC source. */
+/**
+ * JDBC source.
+ *
+ * @deprecated please use {@link
org.apache.flink.connector.jdbc.core.datastream.source.JdbcSource}
Review Comment:
fixed
##########
flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/source/JdbcSourceBuilder.java:
##########
@@ -94,8 +89,11 @@
* @see PreparedStatement
* @see DriverManager
* @see JdbcSource
+ * @deprecated please use {@link
+ *
org.apache.flink.connector.jdbc.core.datastream.source.JdbcSourceBuilder}
Review Comment:
fixes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]