[CELEBORN-1605] Bump commons-lang3 version from 3.13.0 to 3.17.0#2750
Closed
cxzl25 wants to merge 1 commit intoapache:mainfrom
Closed
[CELEBORN-1605] Bump commons-lang3 version from 3.13.0 to 3.17.0#2750cxzl25 wants to merge 1 commit intoapache:mainfrom
cxzl25 wants to merge 1 commit intoapache:mainfrom
Conversation
584b264 to
c1c9040
Compare
pan3793
approved these changes
Sep 20, 2024
Member
There was a problem hiding this comment.
in #2544 (comment), the experiment shows the combination of higher versions commons-lang3 and lower versions scala-library has no runtime issue.
FMX
approved these changes
Sep 20, 2024
Contributor
FMX
left a comment
There was a problem hiding this comment.
LGTM. Merged into main(v0.6.0).
wankunde
pushed a commit
to wankunde/celeborn
that referenced
this pull request
Oct 11, 2024
### What changes were proposed in this pull request? ### Why are the changes needed? https://commons.apache.org/proper/commons-lang/changes-report.html apache#2544 (comment) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA Closes apache#2750 from cxzl25/CELEBORN-1605. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
HolyLow
pushed a commit
to HolyLow/celeborn
that referenced
this pull request
Oct 14, 2024
### What changes were proposed in this pull request? ### Why are the changes needed? https://commons.apache.org/proper/commons-lang/changes-report.html apache#2544 (comment) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA Closes apache#2750 from cxzl25/CELEBORN-1605. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
jamie-albert
added a commit
to jamie-albert/os
that referenced
this pull request
Jul 17, 2025
- Add patch to update commons-lang3 from 3.12.0 to 3.17.0 - Follows pattern from upstream PR apache/celeborn#2750 - Updates version in pom.xml, CelebornBuild.scala, and all dependency files - Increment epoch to trigger rebuild
6 tasks
powersj
pushed a commit
to wolfi-dev/os
that referenced
this pull request
Jul 17, 2025
## Description This PR updates commons-lang3 from 3.12.0 to 3.17.0 in Apache Celeborn 0.5.4. ## Changes - Add patch file that updates commons-lang3 version across all necessary files: - Main `pom.xml` - `project/CelebornBuild.scala` - All dependency files in `dev/deps/` - Increment epoch from 4 to 5 to trigger rebuild ## Reference This follows the pattern from upstream Apache Celeborn PR: apache/celeborn#2750 ## Testing - [x] Patch created and verified - [x] YAML linted successfully - [ ] Package builds successfully in CI ## Checklist - [x] Package YAML formatted with `yam`/`./lint.sh` - [x] Epoch incremented for dependency update - [x] Commit message follows guidelines --------- Signed-off-by: jamie-albert <jamie.albert@chainguard.dev>
cfmcgrady
pushed a commit
to cfmcgrady/incubator-celeborn
that referenced
this pull request
Aug 21, 2025
https://commons.apache.org/proper/commons-lang/changes-report.html apache#2544 (comment) No GA Closes apache#2750 from cxzl25/CELEBORN-1605. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
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.
What changes were proposed in this pull request?
Why are the changes needed?
https://commons.apache.org/proper/commons-lang/changes-report.html
#2544 (comment)
Does this PR introduce any user-facing change?
No
How was this patch tested?
GA