Purushottam Sinha created FLINK-40110: -----------------------------------------
Summary: Connectors/OpenSearch: Bump flink.version to 2.1.2 in
flink-connector-opensearch
Key: FLINK-40110
URL: https://issues.apache.org/jira/browse/FLINK-40110
Project: Flink
Issue Type: Technical Debt
Components: Connectors / Opensearch
Reporter: Purushottam Sinha
Problem
flink-connector-opensearch still builds and tests against flink.version=2.0.0,
even though flink-connector-parent was already bumped to 2.0.0 (FLINK-39707)
and Flink 2.1.2/2.2.1 are the current released lines. This mirrors FLINK-40061,
which did the equivalent bump for flink-connector-jdbc.
Evidence
- pom.xml:58 — <flink.version>2.0.0</flink.version>, unused by nothing else
(every submodule references ${flink.version}).
- .github/workflows/push_pr.yml:31 — CI matrix still tests [ 2.1-SNAPSHOT ]
instead of released versions.
- .github/workflows/weekly.yml:33 — main-branch matrix entry pins flink:
2.1-SNAPSHOT, stale now that Flink master is 2.4-SNAPSHOT (release-2.3.0
already cut).
Proposed fix
- Bump pom.xml flink.version to 2.1.2.
- Update push_pr.yml matrix to [ 2.1.2, 2.2.1 ], matching
flink-connector-kafka's pattern.
- Update weekly.yml line 33 to flink: 2.4-SNAPSHOT.
Acceptance
- mvn validate and mvn test pass against flink.version=2.1.2 (pre-existing
ConnectorRules ArchUnit failure in opensearch/opensearch2 modules is out of
scope, tracked separately).
- CI matrices reference only currently-supported/released Flink versions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
