[branch-2.1][chore](dependencies)upgrade fe dependencies (#41142)#41864
Closed
CalvinKirs wants to merge 2 commits intoapache:branch-2.1from
Closed
[branch-2.1][chore](dependencies)upgrade fe dependencies (#41142)#41864CalvinKirs wants to merge 2 commits intoapache:branch-2.1from
CalvinKirs wants to merge 2 commits intoapache:branch-2.1from
Conversation
## Proposed changes upgrade commons-configuration2 to 2.11.0 upgrade logging-interceptor to 4.12.0 upgrade commons-compress to 1.27.1 upgrade jetty-bom to 9.4.56.v20240826 upgrade azure-sdk to 1.2.27 Iceberg depends on configuration2, and configuration2 relies on a newer version of commons-lang3. However, there were significant breaking changes in commons-lang3, which made it incompatible.https://issues.apache.org/jira/browse/LANG-1705 As a result, I rewrote the clone method. (cherry picked from commit 945edf8)
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Member
Author
|
run buildall |
CalvinKirs
commented
Oct 16, 2024
Member
Author
|
run buildall |
Member
Author
|
Before submitting this PR, there was no support for DML-related changes, so separate adaptations were made. However, considering that #41811 has already made the relevant changes today, this PR no longer requires separate adaptations. |
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.
Proposed changes
upgrade commons-configuration2 to 2.11.0
upgrade logging-interceptor to 4.12.0
upgrade commons-compress to 1.27.1
upgrade jetty-bom to 9.4.56.v20240826
upgrade azure-sdk to 1.2.27
Iceberg depends on configuration2, and configuration2 relies on a newer version of commons-lang3. However, there were significant breaking changes in commons-lang3, which made it
incompatible.https://issues.apache.org/jira/browse/LANG-1705 As a result, I rewrote the clone method.
(cherry picked from commit 945edf8)
Proposed changes
Issue Number: close #xxx