spuru9 opened a new pull request, #228: URL: https://github.com/apache/flink-connector-jdbc/pull/228
## What is the purpose of the change Routine CI-matrix currency pass, split by workflow: - `push_pr.yml`: test PRs against JDK 17 **and 21** (flink-connector-kafka already tests 11/17/21 via the same reusable `apache/flink-connector-shared-utils` workflow, so this is mechanical parity, not new capability), and against the currently relevant Flink minor lines (`2.1.3`, `2.2.1`, `2.3.0`). - `weekly.yml`: give the actively-developed `main` line the broadened JDK matrix by defaulting to `'17, 21'` (matching flink-connector-kafka's convention of testing `main` broadly while pinning release lines to a single JDK to stay under the ASF's 20-concurrent-job limit); fixes `main`'s `flink_branches` entry, which was pinned to the stale `2.2-SNAPSHOT` even though `apache/flink`'s actual `master` now builds `2.4-SNAPSHOT`; `v4.1` is now tested against both `2.3.0` and `2.2.1`; `v3.4` bumped to the latest `1.20.x` patch (`1.20.5`). - `pom.xml`: bump `flink.version` from `2.0.0` to `2.1.2` so the connector's actual declared build target matches what the CI matrix now tests, instead of trailing behind it. ## Brief change log - Bump `push_pr.yml` `jdk` matrix from `['17']` to `['17, 21']` - Bump `push_pr.yml` `flink` matrix from `[2.0.1, 2.1.1]` to `[2.1.3, 2.2.1, 2.3.0]` - Fix `weekly.yml` `main` entry's Flink version: `2.2-SNAPSHOT` -> `2.4-SNAPSHOT` - Default `weekly.yml` `jdk_version` fallback to `'17, 21'` (used by `main`) - Add a `v4.1` / `2.3.0` entry to `weekly.yml`, alongside the existing `v4.1` / `2.2.1` entry - Bump `weekly.yml` `v3.4` Flink patch from `1.20.3` to `1.20.5` - Bump `pom.xml` `flink.version` from `2.0.0` to `2.1.2` ## Verifying this change - Full reactor compile (`flink-connector-jdbc-core` + dependents) succeeds against `flink.version=2.1.2`. - `push_pr.yml` and `weekly.yml` validated as well-formed YAML. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): yes (`flink.version` 2.0.0 -> 2.1.2) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no ##### Was generative AI tooling used to co-author this PR? - [X] Yes (Claude Code) Generated-by: Claude Code (claude-sonnet-5) -- 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]
