You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Misagh Moayyed (Jira)" <ji...@apache.org> on 2019/09/04 11:59:00 UTC

[jira] [Updated] (SYNCOPE-1486) Upgrade maven-checkstyle-plugin to checkstyle 8.24

     [ https://issues.apache.org/jira/browse/SYNCOPE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Misagh Moayyed updated SYNCOPE-1486:
------------------------------------
    Description: 
At the moment, the maven-checkstyle-plugin is at version 3.1.0, which ships with checkstyle version 8.19.

Checkstyle 8.24 is out and due to changes in configuration syntax, one cannot easily switch to the more recent checkstyle version. Specifically, the "TreeWalker" module contains a few breaking changes and moved/removed elements such as LineLength that need to be reorganized slightly before checkstyle can be used with more recent versions. 

 

This task proposes to upgrade the checkstyle version to 8.24 (or whatever might most recent at the time work begins) and then fix all configuration issues related to syntax of the new version:

[https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html]

  was:
At the moment, the maven-checkstyle-plugin is at version 3.1.0, which ships with checkstyle version 8.19.

Checkstyle 8.24 is out and due to changes in configuration syntax, one cannot easily switch to the more recent checkstyle version. Specifically, the "TreeWalker" module contains a few breaking changes and moved/removed elements such as LineLength that need to be reorganized slightly before checkstyle can be used with more recent versions. 

 

This task proposes to upgrade the checkstyle version to 8.24 (or whatever might most recent at the time work begins) and then fix all configuration issues related to syntax of the new version.


> Upgrade maven-checkstyle-plugin to checkstyle 8.24
> --------------------------------------------------
>
>                 Key: SYNCOPE-1486
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1486
>             Project: Syncope
>          Issue Type: Task
>          Components: build-tools
>    Affects Versions: 3.0.0
>            Reporter: Misagh Moayyed
>            Priority: Trivial
>             Fix For: 3.0.0
>
>
> At the moment, the maven-checkstyle-plugin is at version 3.1.0, which ships with checkstyle version 8.19.
> Checkstyle 8.24 is out and due to changes in configuration syntax, one cannot easily switch to the more recent checkstyle version. Specifically, the "TreeWalker" module contains a few breaking changes and moved/removed elements such as LineLength that need to be reorganized slightly before checkstyle can be used with more recent versions. 
>  
> This task proposes to upgrade the checkstyle version to 8.24 (or whatever might most recent at the time work begins) and then fix all configuration issues related to syntax of the new version:
> [https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)