TEZ-4691: Upgrade maven-checkstyle-version to 3.6.0#463
TEZ-4691: Upgrade maven-checkstyle-version to 3.6.0#463Aggarwal-Raghav wants to merge 2 commits intoapache:masterfrom
Conversation
| <build-helper-maven-plugin.version>1.8</build-helper-maven-plugin.version> | ||
| <buildnumber-maven-plugin.version>1.1</buildnumber-maven-plugin.version> | ||
| <checkstyle.version>8.35</checkstyle.version> | ||
| <checkstyle.version>13.3.0</checkstyle.version> |
There was a problem hiding this comment.
I didn't removed puppycrawler explicit dependency as it is present in offical doc as well and based on google maven-checkstyle-version have 9.3 as default puppycrawler version. For now I have moved it to latest 13.3.0.
https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html
|
LGTM, pending tests |
|
Will check the first CI run to confirm if checkstyle fails because of plexus-velocity or not |
|
@abstractdog , tez CI is asking for login (seeing it for first time). How to login/bypass it? |
not sure, have to check what changed on ci-hadoop I'm monitoring the corresponding job in the meantime, but it's not yet started, because jenkins is about to shut down |
|
💔 -1 overall
This message was automatically generated. |
|
@Aggarwal-Raghav : a bit concerned that checkstyle hasn't been triggered by this commit: can you please add an artifical style issue (e.g. bad indentation to a random class) to see if it fails and correctly reports 1 additional issue (I see how uncomfortable to bother with commits like this, this is what it is at the moment) if it works, you can remove the extra commit and we can merge ASAP |
no worries at all. one doubt, if i make any java changes then it will trigger right? Maybe I can fix 1 checkstyle in a java class 😅 |
|
💔 -1 overall
This message was automatically generated. |
|
https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-463/2/artifact/out/buildtool-patch-checkstyle-tez-dag.txt do you have the bandwidth to investigate it @Aggarwal-Raghav ? |
Yes, I know this and observed in #462 as well. Just wanted to confirm without apache 37 parent pom it is happening. Will update PR shortly |
b7dddb9 to
4aa2b66
Compare
|
🎊 +1 overall
This message was automatically generated. |



Check TEZ-4691 for details