[
https://issues.apache.org/jira/browse/BEAM-7238?focusedWorklogId=239300&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239300
]
ASF GitHub Bot logged work on BEAM-7238:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/May/19 16:38
Start Date: 08/May/19 16:38
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #8515: [BEAM-7238]
Make sfl4j bindings runtimeOnly/testRuntimeOnly
URL: https://github.com/apache/beam/pull/8515#discussion_r282149985
##########
File path: runners/flink/job-server/flink_job_server.gradle
##########
@@ -82,10 +83,10 @@ dependencies {
validatesPortableRunner project(path: ":beam-runners-core-java",
configuration: "shadowTest")
validatesPortableRunner project(path: ":beam-runners-reference-java",
configuration: "shadowTest")
compile project(path:
":beam-sdks-java-extensions-google-cloud-platform-core", configuration:
"shadow")
- compile library.java.slf4j_simple
// TODO: Enable AWS and HDFS file system.
// For resolving external transform requests
compile project(path: ":beam-sdks-java-io-kafka", configuration: "shadow")
+ shadowTestRuntimeClasspath library.java.slf4j_simple
Review comment:
The Flink job server is meant to be a standalone application and not a
library which is why we include the slf4j backend as part of it.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 239300)
Time Spent: 40m (was: 0.5h)
> Make sfl4j bindings runtimeOnly/testRuntimeOnly
> -----------------------------------------------
>
> Key: BEAM-7238
> URL: https://issues.apache.org/jira/browse/BEAM-7238
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Multiple modules are including sfl4j bindings in the compile or testCompile
> scope this is an issue because this may break loggin in particular in logs
> that are reused by others. Concrete case sfl4j-simple runners-core and the
> logging in the specific runners.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)