Skip to content

Comments

[SPARK-44623][BUILD] Upgrade commons-lang3 to 3.13.0#42269

Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-44623
Closed

[SPARK-44623][BUILD] Upgrade commons-lang3 to 3.13.0#42269
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-44623

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Aug 1, 2023

What changes were proposed in this pull request?

This PR aims to upgrade commons-lang3 to 3.13.0.

Why are the changes needed?

commons-lang3 added Java 21 support at 3.13.0.

    /**
     * Java 21.
     *
     * @since 3.13.0
     */
    JAVA_21(21, "21"),

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

@github-actions github-actions bot added the BUILD label Aug 1, 2023
@dongjoon-hyun dongjoon-hyun changed the title [SPARK-44623][BUILD] Upgrade commons-lang3 to 3.13.0 [SPARK-44623][BUILD] Upgrade commons-lang3 to 3.13.0 Aug 1, 2023
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon .

@dongjoon-hyun
Copy link
Member Author

Merged to master for Apache Spark 4.0.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-44623 branch August 1, 2023 19:47
viirya pushed a commit to viirya/spark-1 that referenced this pull request Oct 19, 2023
This PR aims to upgrade commons-lang3 to 3.13.0.

`commons-lang3` added Java 21 support at 3.13.0.
- https://commons.apache.org/proper/commons-lang/changes-report.html#a3.13.0

- https://github.com/apache/commons-lang/blob/9d85b0a11e5dbadd5da20865c3dd3f8ef4668c7d/src/main/java/org/apache/commons/lang3/JavaVersion.java#L167-L172

```java
    /**
     * Java 21.
     *
     * since 3.13.0
     */
    JAVA_21(21, "21"),
```

No.

Pass the CIs.

Closes apache#42269 from dongjoon-hyun/SPARK-44623.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 6933d43)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
FMX pushed a commit to apache/celeborn that referenced this pull request Jun 7, 2024
…p logic

### What changes were proposed in this pull request?

Simplify `DirectByteBuffer` constructor lookup logic in `Platform`. Meanwhile, bump `commons-lang3` version from `3.12.0` to `3.13.0`.

### Why are the changes needed?

`try-catch` statement is not needed because we know version number already.

Backport:

- apache/spark#41780
- apache/spark#42269
- apache/spark#44444

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

GA.

Closes #2544 from SteNicholas/CELEBORN-1327.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants