Skip to content

[SPARK-54844][BUILD] Upgrade maven.version to 3.9.12#53610

Closed
yaooqinn wants to merge 1 commit intoapache:masterfrom
yaooqinn:mvn
Closed

[SPARK-54844][BUILD] Upgrade maven.version to 3.9.12#53610
yaooqinn wants to merge 1 commit intoapache:masterfrom
yaooqinn:mvn

Conversation

@yaooqinn
Copy link
Copy Markdown
Member

@yaooqinn yaooqinn commented Dec 25, 2025

What changes were proposed in this pull request?

This PR upgrades the Maven version from 3.9.11 to 3.9.12 in the project's root POM file.

Why are the changes needed?

Witness downloading issue in GHA

Does this PR introduce any user-facing change?

No. This is a build-only change that does not affect runtime behavior or user-facing features.

How was this patch tested?

This change only updates the Maven version property in the POM file. The existing CI/CD pipelines will validate the build with the new Maven version.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the BUILD label Dec 25, 2025
@yaooqinn yaooqinn changed the title [BUILD] Upgrade maven.version to 3.9.12 [SPARK-54844][BUILD] Upgrade maven.version to 3.9.12 Dec 25, 2025
@yaooqinn yaooqinn requested a review from LuciferYang December 25, 2025 13:50
@LuciferYang
Copy link
Copy Markdown
Contributor

Merged into master. Thanks @yaooqinn

@yaooqinn yaooqinn deleted the mvn branch December 26, 2025 02:59
dongjoon-hyun added a commit that referenced this pull request Feb 11, 2026
### What changes were proposed in this pull request?

This PR aims to disable Maven Parallel PUT explicitly.

### Why are the changes needed?

ASF Infra team recommended to disable Maven parallel PUT due to [Parallel PUT problem in repository.apache.org with Apache Maven 3.9.12](https://infra.apache.org/blog/parallelputissue.html).

- apache/maven#11634

Since we are using Maven 3.9.12, we might be affected although we didn't hit the issue yet during `4.2.0-preview2`.
- #53610

Although there are multiple ways to do this, I choose `Option (3)` from the ASF recommendation because it's easy to guarantee.

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

No.

### How was this patch tested?

Pass the CIs and manually do the following.

```
$ mvn help:system | grep -E "nisse.compat.osDetector|aether.connector.basic.parallelPut"
nisse.compat.osDetector=true
aether.connector.basic.parallelPut=false
```

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #54252 from dongjoon-hyun/SPARK-55475.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
rpnkv pushed a commit to rpnkv/spark that referenced this pull request Feb 18, 2026
### What changes were proposed in this pull request?

This PR aims to disable Maven Parallel PUT explicitly.

### Why are the changes needed?

ASF Infra team recommended to disable Maven parallel PUT due to [Parallel PUT problem in repository.apache.org with Apache Maven 3.9.12](https://infra.apache.org/blog/parallelputissue.html).

- apache/maven#11634

Since we are using Maven 3.9.12, we might be affected although we didn't hit the issue yet during `4.2.0-preview2`.
- apache#53610

Although there are multiple ways to do this, I choose `Option (3)` from the ASF recommendation because it's easy to guarantee.

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

No.

### How was this patch tested?

Pass the CIs and manually do the following.

```
$ mvn help:system | grep -E "nisse.compat.osDetector|aether.connector.basic.parallelPut"
nisse.compat.osDetector=true
aether.connector.basic.parallelPut=false
```

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#54252 from dongjoon-hyun/SPARK-55475.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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