The GitHub Actions job "Flink Connector JDBC CI" on flink-connector-jdbc.git/hotfix-v4.1-backward-compat-license-headers has succeeded. Run started by GitHub user weiqingy (triggered by RocMarshal).
Head commit for run: aa42c794b983057199a8c84eae2446ad1b78bce5 / weiqingy <[email protected]> [hotfix] Add missing ASF license headers in backward-compatibility module The flink-connector-jdbc-backward-compatibility module's pom.xml and DynamicTableSourceTest.java were missing the Apache license header that every other source file in the repository carries, yet they ship in the source release. The omission escapes CI because the module is deliberately excluded from the parent pom's <modules> so it can be built standalone against multiple Flink versions: the repository-wide RAT check, bound to the verify phase of the root reactor, never scans the module, and the dedicated backwards_compatibility workflow runs 'mvn ... test' inside the module, which stops before the verify phase where RAT runs. Add the standard header to both files, matching the module's sibling test files. Report URL: https://github.com/apache/flink-connector-jdbc/actions/runs/28916074623 With regards, GitHub Actions via GitBox
