This is an automated email from the ASF dual-hosted git repository.
ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 0712b0a [BEAM-13571] Fix ClassNotFound exception in Flink tests
new 9ac567a Merge pull request #16375 from ibzib/flink-class1
0712b0a is described below
commit 0712b0a12c4885d5af9b78b7e4bd3bfa626defc1
Author: Kyle Weaver <[email protected]>
AuthorDate: Tue Dec 28 09:15:37 2021 -0800
[BEAM-13571] Fix ClassNotFound exception in Flink tests
---
runners/flink/job-server/flink_job_server.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/runners/flink/job-server/flink_job_server.gradle
b/runners/flink/job-server/flink_job_server.gradle
index 07ce308..1dcb837 100644
--- a/runners/flink/job-server/flink_job_server.gradle
+++ b/runners/flink/job-server/flink_job_server.gradle
@@ -80,6 +80,7 @@ dependencies {
implementation project(flinkRunnerProject)
permitUnusedDeclared project(flinkRunnerProject) // BEAM-11761
runtimeOnly group: "org.slf4j", name: "jcl-over-slf4j", version:
dependencies.create(project.library.java.slf4j_api).getVersion()
+ validatesPortableRunner project(path: flinkRunnerProject)
validatesPortableRunner project(path: flinkRunnerProject, configuration:
"testRuntimeMigration")
validatesPortableRunner project(path: ":sdks:java:core", configuration:
"shadowTest")
validatesPortableRunner project(path: ":runners:core-java", configuration:
"testRuntimeMigration")