You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/04/08 21:13:41 UTC

[jira] [Commented] (ARROW-720) [java] arrow should not have a dependency on slf4j bridges in compile

    [ https://issues.apache.org/jira/browse/ARROW-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961947#comment-15961947 ] 

Wes McKinney commented on ARROW-720:
------------------------------------

I'm getting the following build errors in IntelliJ, but not when running {{mvn test}} on the command line. is this related?

{code}
SLF4J: The requested version 1.5.6 by your slf4j binding is not compatible with [1.6, 1.7]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Arrow Java Root POM ........................ FAILURE [0.586s]
[INFO] Arrow Format ...................................... SKIPPED
[INFO] Arrow Memory ...................................... SKIPPED
[INFO] Arrow Vectors ..................................... SKIPPED
[INFO] Arrow Tools ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.742s
[INFO] Finished at: Sat Apr 08 17:11:40 EDT 2017
[INFO] Final Memory: 20M/633M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on project arrow-java-root: Execution validate of goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check: java.lang.AbstractMethodError: org.slf4j.impl.JDK14LoggerAdapter.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.17
{code}

> [java] arrow should not have a dependency on slf4j bridges in compile
> ---------------------------------------------------------------------
>
>                 Key: ARROW-720
>                 URL: https://issues.apache.org/jira/browse/ARROW-720
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java - Vectors
>            Reporter: Julien Le Dem
>            Assignee: Julien Le Dem
>
> See: https://github.com/apache/arrow/blob/d2d27555b4b2f3f0ba26539211bfe8b4d1b52481/java/pom.xml#L472
> as a library, arrow should not pick the direction of the bridges.
> We should move those to test scope



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)