Akanksha-kedia opened a new pull request, #18025: URL: https://github.com/apache/iceberg/pull/18025
## Description Follow-up to #12937. `connector-test-utils` still pulled in junit4 transitively even though none of the JUnit4-specific APIs it was needed for remain in use. `TestIcebergSourceFailover` (cited in #12937 as the remaining blocker) already uses `org.apache.flink.test.junit5.MiniClusterExtension` instead of the JUnit4-only `MiniClusterWithClientResource`. I checked all 4 Flink version dirs (`v1.20`, `v2.1`, `v2.2`, `v2.3`) and found no other `org.junit.*` (non-jupiter) imports anywhere in their test sources — so this exclusion is now safe to add, matching the exclusion already applied to the neighboring `test.utilsjunit` dependency in the same block. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
