Hi Yuepeng, Thanks for driving the release. One minor, pre-existing thing I hit while verifying RC3:
The flink-connector-jdbc-backward-compatibility module ships two files missing the Apache license header: pom.xml and DynamicTableSourceTest.java. CI doesn't catch it because the module sits outside the parent pom's <modules>, so RAT never scans it. It was the same in 3.3.0, so it's not a regression and doesn't affect the artifacts. (PRs created to fix it: maste <https://github.com/apache/flink-connector-jdbc/pull/205>, v4.1 <https://github.com/apache/flink-connector-jdbc/pull/206>, v3.4 <https://github.com/apache/flink-connector-jdbc/pull/207>) My read is this doesn't need an RC respin, but wanted to check how you'd prefer to handle it. Best, Weiqing On Tue, Jul 7, 2026 at 9:45 AM Yuepeng Pan <[email protected]> wrote: > Hi everyone, > > Please review and vote on release candidate #3 for > > flink-connector-jdbc v3.4.0, as follows: > > [ ] +1, Approve the release > > [ ] -1, Do not approve the release (please provide specific comments) > > > > The complete staging area is available for your review, which includes: > > * JIRA release notes [1], > > * the official Apache source release to be deployed to dist.apache.org > > [2], which are signed with the key with fingerprint B5B638DCA5F94E4A > > [3], > > * all artifacts to be deployed to the Maven Central Repository [4], > > * source code tag v3.4.0-rc3 [5], > > * website pull request listing the new release [6]. > > * CI build of the tag [7][8]. > > > > The vote will be open for at least 72 hours. It is adopted by majority > > approval, with at least 3 PMC affirmative votes. > > > > Thanks, > > Yuepeng Pan > > > > [1] > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12356738 > > [2] > https://dist.apache.org/repos/dist/dev/flink/flink-connector-jdbc-3.4.0-rc3 > > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > > [4] > > https://repository.apache.org/content/repositories/staging/org/apache/flink/flink-connector-jdbc/3.4.0-1.20/ > > [5] https://github.com/apache/flink-connector-jdbc/releases/tag/v3.4.0-rc3 > > [6] https://github.com/apache/flink-web/pull/869 > > [7] > https://github.com/apache/flink-connector-jdbc/actions/runs/28875672551 > > [8] > https://github.com/apache/flink-connector-jdbc/actions/runs/28875669459 >
