[CELEBORN-2308] Bump commons-lang3 version from 3.17.0 to 3.20.0#3663
Open
cxzl25 wants to merge 12 commits into
Open
[CELEBORN-2308] Bump commons-lang3 version from 3.17.0 to 3.20.0#3663cxzl25 wants to merge 12 commits into
cxzl25 wants to merge 12 commits into
Conversation
cxzl25
commented
Apr 14, 2026
| <lz4-java.group>org.lz4</lz4-java.group> | ||
| <lz4-java.version>1.8.0</lz4-java.version> | ||
| <scala.version>2.12.17</scala.version> | ||
| <scala.version>2.12.18</scala.version> |
Contributor
Author
There was a problem hiding this comment.
Commons-lang3 version 3.20.0 uses JDK25 build, and the previous version used JDK17. This causes an error when compiling the 3.20.0 version of scala with a lower version.
bad constant pool index: 0 at pos: 5375
while compiling: /home/runner/work/celeborn/celeborn/master/src/main/scala/org/apache/celeborn/service/deploy/master/InternalRpcEndpoint.scala
during phase: globalPhase=jvm, enteringPhase=namer
library version: version 2.12.15
compiler version: version 2.12.15
https://github.com/apache/celeborn/actions/runs/24380964149/job/71204148341?pr=3663
https://github.com/scala/scala/pull/10397
|
This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This issue was closed because it has been staled for 10 days with no activity. |
SteNicholas
force-pushed
the
main
branch
2 times, most recently
from
May 27, 2026 02:11
1d92a40 to
cf8d472
Compare
cxzl25
force-pushed
the
CELEBORN-2308
branch
4 times, most recently
from
June 26, 2026 03:25
702cc7d to
4bdcf1b
Compare
cxzl25
marked this pull request as ready for review
July 10, 2026 04:56
Member
|
nvm, you have per-version overriding. |
pan3793
approved these changes
Jul 17, 2026
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?
https://commons.apache.org/proper/commons-lang/changes.html#a3.20.0
https://issues.apache.org/jira/browse/LANG-1786
Why are the changes needed?
JDK25
https://bugs.openjdk.org/browse/JDK-8342550
Does this PR resolve a correctness bug?
No
Does this PR introduce any user-facing change?
No
How was this patch tested?
GHA