Uh oh!
There was an error while loading. Please reload this page.
TEZ-4691: Upgrade maven-checkstyle-version to 3.6.0 - #463
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
abstractdog
commented
Mar 9, 2026
LGTM, pending tests |
Aggarwal-Raghav
commented
Mar 9, 2026
Will check the first CI run to confirm if checkstyle fails because of plexus-velocity or not |
Aggarwal-Raghav
commented
Mar 9, 2026
@abstractdog , tez CI is asking for login (seeing it for first time). How to login/bypass it? |
abstractdog
commented
Mar 9, 2026
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 |
tez-yetus
commented
Mar 10, 2026
💔 -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 |
Aggarwal-Raghav
commented
Mar 10, 2026
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 😅 |
tez-yetus
commented
Mar 10, 2026
💔 -1 overall
This message was automatically generated. |
abstractdog
commented
Mar 10, 2026
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 |
tez-yetus
commented
Mar 10, 2026
🎊 +1 overall
This message was automatically generated. |
abstractdog
commented
Mar 11, 2026
changes look good to me, thanks a lot @Aggarwal-Raghav for fixing plexus-velocity bug! will merge this soon |
Uh oh!
There was an error while loading. Please reload this page.



Check TEZ-4691 for details