celeborn/common
SteNicholas 66856f21b3 [CELEBORN-2077] Improve toString by JEP-280 instead of ToStringBuilder
### What changes were proposed in this pull request?

Improve `toString` by JEP-280 instead of `ToStringBuilder`.

### Why are the changes needed?

Since Java 9, String Concatenation has been handled better by default.

ID | DESCRIPTION
-- | --
JEP-280 | [Indify String Concatenation](https://openjdk.org/jeps/280)

Backport https://github.com/apache/spark/pull/51572.

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

No.

### How was this patch tested?

CI.

Closes #3380 from SteNicholas/CELEBORN-2077.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: Wang, Fei <fwang12@ebay.com>
2025-07-22 22:50:01 -07:00
..
benchmarks [CELEBORN-744] Add Benchmark framework and ComputeIfAbsentBenchmark 2023-06-29 20:19:30 +08:00
src [CELEBORN-2077] Improve toString by JEP-280 instead of ToStringBuilder 2025-07-22 22:50:01 -07:00
pom.xml [CELEBORN-1530] support MPU for S3 2024-11-22 15:03:53 +08:00