branch-4.0: [chore](dep)upgrade dependencies(#62858, #64196, #64208)#65065
Open
CalvinKirs wants to merge 3 commits into
Open
branch-4.0: [chore](dep)upgrade dependencies(#62858, #64196, #64208)#65065CalvinKirs wants to merge 3 commits into
CalvinKirs wants to merge 3 commits into
Conversation
address dependency check findings (cherry picked from commit 0136aa5)
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.** (cherry picked from commit 8e19a41)
## Summary Upgrade FE dependency versions for dependency scan findings: - Exclude transitive dependencies from `hive-exec` in `fe/hive-udf`: - `org.apache.calcite:calcite-core` - `org.apache.calcite:calcite-druid` - `log4j:log4j` - Upgrade Netty managed version from `4.1.132.Final` to `4.2.15.Final`, covering Netty BOM-managed jars such as `netty-codec-memcache`, `netty-codec-mqtt`, and `netty-transport`. - Upgrade Azure SDK BOM from `1.3.4` to `1.3.7`, updating: - `azure-storage-blob` `12.33.1` -> `12.34.0` - `azure-core` `1.57.1` -> `1.58.0` - `azure-core-http-netty` `1.16.3` -> `1.16.4` - `azure-storage-common` `12.32.1` -> `12.33.0` - `azure-storage-internal-avro` `12.18.1` -> `12.19.0` - `azure-identity` `1.18.2` -> `1.18.3` - Override Azure transitive dependencies: - `msal4j` `1.23.1` -> `1.25.0` - `azure-keyvault-core` `1.0.0` -> `1.2.6` - Manage `commons-net:commons-net` to `3.13.0`, replacing older transitive resolutions such as `3.6` from the Hive/Hadoop path and `3.9.0` from Hadoop common. (cherry picked from commit 4612983)
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Member
Author
|
run buildall |
Contributor
FE UT Coverage ReportIncrement line coverage `` 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick the following dependency PRs to branch-4.0: