Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/data/flink_connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ hive:
source_release_sha512_url: "https://downloads.apache.org/flink/flink-connector-hive-3.0.0/flink-connector-hive-3.0.0-src.tgz.sha512"
compatibility: ["1.20.x"]

http:
name: "Apache Flink HTTP Connector 1.0.0"
source_release_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc2/flink-connector-http-1.0.0-src.tgz"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it not be better if this was included for a final version and not an RC?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not better, but a must. Pls. provide the final release paths here, the web PR will only be merged after the release bits are out.

source_release_asc_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc2/flink-connector-http-1.0.0-src.tgz.asc"
source_release_sha512_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc2/flink-connector-http-1.0.0-src.tgz.sha512"

@leonardBang leonardBang Jun 15, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both dev and -rc should not appear here, we need final release paths

@davidradl davidradl Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prshnt @leonardBang good spot. I will change

compatibility: ["2.2.x"]

jdbc:
name: "Apache Flink JDBC Connector 3.3.0"
source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-connector-jdbc-3.3.0/flink-connector-jdbc-3.3.0-src.tgz"
Expand Down