flink-connector-jdbc
flink-connector-jdbc copied to clipboard
[FLINK-36009] Architecture tests refactor and fixes
- Created the module flink-connector-jdbc-architecture to have all tests, we need to add the modules as dependency to validate that module..
- Created the package "org.apache.flink.connector.jdbc.core.util" to have classes of flink that are Internal and fails on architecture (could be discussed)
- Precondition for Preconditions
- VisibleForTest for VisibleForTesting
- Other under evaluation, we still have 91 offends on "Connector production code must depend only on public API when outside of connector packages"