sekikn commented on PR #11810:
URL: 
https://github.com/apache/dolphinscheduler/pull/11810#issuecomment-1238770312

   I've just noticed that the API and E2E tests failed because of replacing 
`org.testcontainers.shaded.org.apache.commons.lang.StringUtils` with 
`org.testcontainers.shaded.org.apache.commons.lang3.StringUtils`. 
testcontainers only provides relocated commons-lang2 and not commons-lang3.
   I'll revert this change so that these tests succeed. My main interest is 
building DolphinScheduler against Hadoop 3, and using commons-lang2 via 
testcontainers doesn't block it. Given that, we don't have to update LICENSE, 
NOTICE, and known-dependencies.txt since we still depend on commons-lang2 
through testcontainers.


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