CalvinKirs opened a new pull request, #64196: URL: https://github.com/apache/doris/pull/64196
commons-lang 2.x is not referenced by any fe source code. It was only declared in java-common and preload-extensions (bundled into the BE java-extensions runtime classpath via the assembly) without being used. - drop the commons-lang dependencyManagement entry and version property from fe/pom.xml - drop the unused direct dependency from java-common and preload-extensions - migrate the only affected usage (regression-test StringTest UDF) from org.apache.commons.lang.StringUtils to org.apache.commons.lang3.StringUtils Note: this removes commons-lang 2.x from the BE Java UDF runtime classpath; legacy user UDFs importing org.apache.commons.lang.* must migrate to lang3. -- 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]
