You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/04/24 02:38:20 UTC

[GitHub] [maven-checkstyle-plugin] rnveach edited a comment on issue #14: remove deprecated method calls

rnveach edited a comment on issue #14: remove deprecated method calls
URL: https://github.com/apache/maven-checkstyle-plugin/pull/14#issuecomment-486044403
 
 
   @eolivelli 
   > I am investigating the failures on Travis.
   
   As stated above, these methods were just introduced into Checkstyle 8.2, so anything before that will not work as this is a breaking compatibility change.
   These tests force usage of an old checkstyle version.
   
   https://github.com/apache/maven-checkstyle-plugin/blob/master/src/it/MCHECKSTYLE-332_cache-treewalker/pom.xml#L46
   https://github.com/apache/maven-checkstyle-plugin/blob/master/src/it/MCHECKSTYLE-332_cache-checker/pom.xml#L46
   
   The one for the cache in checker can use the newer version. The one in treewalker will have to be removed as there will be no version that can test it.
   Are you ok with these changes?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services