tomncooper opened a new pull request, #53: URL: https://github.com/apache/flink-connector-shared-utils/pull/53
With the new Flink Connector Parent POM enforcing Java 17 as the default target, we need to use the `java11-target` profile when testing against JDK 11. Rather than add this logic to _every_ connector CI, this PR adds that logic here. Connectors using older parent pom versions without the `java11-target` should just silently ignore the missing profile. This PR also: * Updates both Java and Python CI workflows * Updated various github actions to their latest versions -- 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]
