You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ran Tao (Jira)" <ji...@apache.org> on 2022/12/21 06:50:00 UTC

[jira] [Commented] (FLINK-30465) Remove flink-connector-jdbc from master branch

    [ https://issues.apache.org/jira/browse/FLINK-30465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650102#comment-17650102 ] 

Ran Tao commented on FLINK-30465:
---------------------------------

Hi, Martijn.  i found the external flink-connector-jdbc parent pom groupId is not standard by using github username. Can we use apache group id? 

FYI.

```

<parent>
    <groupId>io.github.zentol.flink</groupId>
    <artifactId>flink-connector-parent</artifactId>
    <version>1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-jdbc-parent</artifactId>
<version>3.1-SNAPSHOT</version>

```

 

 

> Remove flink-connector-jdbc from master branch
> ----------------------------------------------
>
>                 Key: FLINK-30465
>                 URL: https://issues.apache.org/jira/browse/FLINK-30465
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: Connectors / JDBC
>            Reporter: Martijn Visser
>            Assignee: Martijn Visser
>            Priority: Major
>              Labels: pull-request-available
>
> With JDBC being synchronized to https://github.com/apache/flink-connector-jdbc we can now remove the JDBC connector from {{master}} so it won't be included in the 1.17 release anymore



--
This message was sent by Atlassian Jira
(v8.20.10#820010)