Abacn commented on code in PR #38961:
URL: https://github.com/apache/beam/pull/38961#discussion_r3423624921
##########
examples/java/common.gradle:
##########
@@ -35,6 +35,16 @@ configurations.sparkRunnerPreCommit {
exclude group: "org.slf4j", module: "jul-to-slf4j"
exclude group: "org.slf4j", module: "slf4j-jdk14"
}
+configurations.flinkRunnerPreCommit {
Review Comment:
What does this chunk do?
Is it due to https://issues.apache.org/jira/browse/FLINK-38764?
We don't need this workaround in examples/java. If we really want to patch
it, it should happens in module that ships for production (runners/flink/2.1).
Here it's just Java examples where handling CVEs doesn't adds much value
If it's required to make Flink 2.1 working it's more concerning, as it
indicates users would need the same hack here
--
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]