sekikn opened a new pull request, #11810:
URL: https://github.com/apache/dolphinscheduler/pull/11810

   <!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
   
   
   ## Purpose of the pull request
   
   <!--(For example: This pull request adds checkstyle plugin).-->
   
   Currently, some code uses commons-lang 2 through the transitive dependencies 
on Hadoop. That library has not been updated for around 10 years, and Hadoop 
has already dropped it in 3.2.0 (HADOOP-15495). This pull request migrates it 
with commons-lang3.
   
   ## Brief change log
   
   <!--*(for example:)*
     - *Add maven-checkstyle-plugin to root pom.xml*
   -->
   
   - Replace commons-lang 2 method invocations with commons-lang3.
   
   ## Verify this pull request
   
   <!--*(Please pick either of the following options)*-->
   
   This pull request is already covered by existing tests, such as 
o.a.d.common.os.OSUtilsTest for o.a.d.common.utils.OSUtils.
   I ran `./mvnw clean install -Dspotless.check.skip=true` locally and saw no 
test failures.
   


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