This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new d47efa9  ISSUE #1384: Bump checkstyle version
d47efa9 is described below

commit d47efa9fcc4601228d14219275b8d450256ccca8
Author: Sijie Guo <[email protected]>
AuthorDate: Thu May 3 12:30:54 2018 -0700

    ISSUE #1384: Bump checkstyle version
    
    Descriptions of the changes in this PR:
    
    *Motivation*
    
    mvn build fails on a centos/7 box. Exceptions are thrown as below:
    
    ```
    [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle) on 
project circe-checksum: Execution checkstyle 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.NoSuchMethodError: 
org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
    ```
    
    *Solution*
    
    The problem was addressed in 
https://issues.apache.org/jira/browse/MCHECKSTYLE-335. We need to bump the 
checkstyle plugin version to `3.0.0`
    
    Master Issue: #1384
    
    Author: Sijie Guo <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>
    
    This closes #1385 from sijie/vagrant_files, closes #1384
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 766a73a..0fef32a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <jacoco-maven-plugin.version>0.8.0</jacoco-maven-plugin.version>
     <maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
     <maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version>
-    <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
+    <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
     <maven-clean-plugin.version>2.5</maven-clean-plugin.version>
     <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
     <maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to