[
https://issues.apache.org/jira/browse/BEAM-7238?focusedWorklogId=239673&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239673
]
ASF GitHub Bot logged work on BEAM-7238:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/19 09:36
Start Date: 09/May/19 09:36
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #8515: [BEAM-7238] Make
sfl4j bindings runtimeOnly/testRuntimeOnly
URL: https://github.com/apache/beam/pull/8515#discussion_r282410743
##########
File path: sdks/java/extensions/sql/jdbc/build.gradle
##########
@@ -34,12 +34,13 @@ dependencies {
compile project(path: ":beam-sdks-java-extensions-sql", configuration:
"shadow")
compile "jline:jline:2.14.6"
compile "sqlline:sqlline:1.4.0"
- compile library.java.slf4j_jdk14
compile library.java.guava
testCompile project(path: ":beam-sdks-java-io-google-cloud-platform",
configuration: "shadowTest")
testCompile library.java.junit
testCompile library.java.hamcrest_core
testCompile library.java.hamcrest_library
+ shadowTestRuntimeClasspath library.java.slf4j_jdk14
Review comment:
@lukecwik Thanks for catching these.
----------------------------------------------------------------
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: 239673)
Time Spent: 2h (was: 1h 50m)
> 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
> Fix For: 2.13.0
>
> Time Spent: 2h
> 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)