aljoscha opened a new pull request #9595: [FLINK-13586] Make ClosureCleaner.clean() backwards compatible with 1.8.0 URL: https://github.com/apache/flink/pull/9595 ## What is the purpose of the change We revert earlier changes that make (among other things) connectors incompatible between different 1.8.x versions. See https://issues.apache.org/jira/browse/FLINK-13586 for a more thorough description ## Brief change log - introduce a new method `ClosureCleaner.clean()` that has the same signature as the 1.8.0 method. - change call sites in connectors to use the "new" method ## Verifying this change - This is covered by existing tests, the default of `RECURSIVE` is still in place - actually verifying that we don't break binary compatibility in this way again is prohibitively difficult, IMO ## Does this pull request potentially affect one of the following parts: - Technically, this does affect public API but only because the connectors internally use `ClosureCleaner` ## Documentation - No new feature, and no documentation
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
