Wes McKinney created ARROW-796:
----------------------------------

             Summary: [Java] Checkstyle additions causing build failure in some 
environments
                 Key: ARROW-796
                 URL: https://issues.apache.org/jira/browse/ARROW-796
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java - Vectors
            Reporter: Wes McKinney
             Fix For: 0.3.0


Even after the conflict fixed in ARROW-677, I'm running into build problems:

{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}

If I remove the checkstyle plugin from the root pom.xml, everything is OK



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

Reply via email to