[ 
https://issues.apache.org/jira/browse/BEAM-7238?focusedWorklogId=239297&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239297
 ]

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_r282149807
 
 

 ##########
 File path: runners/reference/job-server/build.gradle
 ##########
 @@ -34,7 +35,7 @@ description = "Apache Beam :: Runners :: Reference :: Job 
Server"
 dependencies {
   compile project(path: ":beam-runners-direct-java", configuration: "shadow")
   compile project(path: ":beam-runners-java-fn-execution", configuration: 
"shadow")
-  compile library.java.slf4j_simple
+  shadowTestRuntimeClasspath library.java.slf4j_simple
 
 Review comment:
   I believe the reference job server is also meant to be a standalone 
application and we want the logging backend to be included so that logging is 
output.
 
----------------------------------------------------------------
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: 239297)
    Time Spent: 20m  (was: 10m)

> 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: 20m
>  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)

Reply via email to