NihalJain commented on code in PR #7006:
URL: https://github.com/apache/hbase/pull/7006#discussion_r2099437262


##########
pom.xml:
##########
@@ -925,7 +925,7 @@
     <surefire.version>3.1.0</surefire.version>
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
-    <spotless.version>2.27.2</spotless.version>
+    <spotless.version>2.44.4</spotless.version>

Review Comment:
   You may want to add following in our spotless plugin, i had faced this 
while: 
https://github.com/apache/phoenix/pull/2023/commits/e39d010b3bb291fb192fe8d2aa55dae6084a0197
   
   ```
    <!-- Spotless considers processing same file twice: a bug!
             With spotless >= 2.35.0 java formatter does not work for us if we 
don't disable upToDateChecking.
             See [UpToDateChecking ignores java 
formatter|https://github.com/diffplug/spotless/issues/1767] -->
             <upToDateChecking>
               <enabled>false</enabled>
             </upToDateChecking>
   ```
   
   Also this version of spotless does not support java 8.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to