dongjoon-hyun commented on issue #26666: [SPARK-29081][CORE][FOLLOWUP] Use 
commons-lang3 instead of commons-lang2
URL: https://github.com/apache/spark/pull/26666#issuecomment-558303060
 
 
   Oh, interesting. We have a rule for that. Let me dig the reason how this 
escape from the checker.
   ```
     <check customId="commonslang2" level="error" 
class="org.scalastyle.scalariform.TokenChecker" enabled="true">
       <parameters><parameter 
name="regex">org\.apache\.commons\.lang\.</parameter></parameters>
       <customMessage>Use Commons Lang 3 classes (package 
org.apache.commons.lang3.*) instead
       of Commons Lang 2 (package org.apache.commons.lang.*)</customMessage>
     </check>
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to