Author: kkolinko
Date: Tue Apr  5 13:01:38 2016
New Revision: 1737833

URL: http://svn.apache.org/viewvc?rev=1737833&view=rev
Log:
Update to Checkstyle 6.15.

For some reason 6.16/6.16.1/6.17 are notably slower (rerun is 35-45 seconds vs 
5 of 6.14.1/6.15),
so I am not using them. It needs to be retested, though.

Modified:
    tomcat/trunk/build.properties.default
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1737833&r1=1737832&r2=1737833&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Tue Apr  5 13:01:38 2016
@@ -217,7 +217,7 @@ objenesis.loc=https://objenesis.googleco
 objenesis.jar=${objenesis.home}/objenesis-${objenesis.version}.jar
 
 # ----- Checkstyle, version 6.0 or later -----
-checkstyle.version=6.14.1
+checkstyle.version=6.15
 checkstyle.home=${base.path}/checkstyle-${checkstyle.version}
 
checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle/${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
 checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1737833&r1=1737832&r2=1737833&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Apr  5 13:01:38 2016
@@ -176,6 +176,9 @@
         <bug>59211</bug>: Add hamcrest to Eclipse classpath. Patch is provided
         by Huxing Zhang. (violetagg)
       </fix>
+      <update>
+        Update optional Checkstyle library to 6.15. (kkolinko)
+      </update>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to