flink-connector-jdbc icon indicating copy to clipboard operation
flink-connector-jdbc copied to clipboard

[FLINK-36009] Architecture tests refactor and fixes

Open eskabetxe opened this issue 5 months ago • 1 comments

  • 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"

eskabetxe avatar Aug 28 '24 20:08 eskabetxe