spuru9 opened a new pull request, #217: URL: https://github.com/apache/flink-connector-jdbc/pull/217
## Summary - No test code in the repo uses JUnit 4 APIs (`org.junit.Test`, `@Before`, `@After`, `@Rule`) — all tests use JUnit 5 (Jupiter). - Removes the leftover `junit4.version` property, the `junit-vintage-engine` test dependency, and the `junit:junit` dependency management entry from the root `pom.xml`. ## Test plan - [x] Confirmed no `.java` files reference JUnit 4 imports - [x] Confirmed no other `pom.xml` in the repo references `junit4.version`, `junit-vintage-engine`, or the plain `junit` artifact - [x] Verified `pom.xml` remains well-formed XML after edits -- 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]
