zrlw commented on PR #15388:
URL: https://github.com/apache/dubbo/pull/15388#issuecomment-2887859560

   Actually, this PR is just for the convenience of contributors to fix major 
formatting errors. 
   The result of the repair depends on the contributor‘s JDK version, It's 
difficult to achieve completely consistent results due to different 
```palantirJavaFormat.version```.
   ```
      <profile>
         <id>jdk11-jdk21-spotless</id>
         <activation>
           <jdk>[11, 21)</jdk>
         </activation>
         <properties>
           <palantirJavaFormat.version>2.28.0</palantirJavaFormat.version>
         </properties>
       </profile>
   
       <profile>
         <id>jdk21-spotless</id>
         <activation>
           <jdk>[21,)</jdk>
         </activation>
         <properties>
           <palantirJavaFormat.version>2.39.0</palantirJavaFormat.version>
         </properties>
       </profile>
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to