Skip to content

[SPARK-56013][BUILD] Upgrade JAXB to 4.0.6#54835

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

[SPARK-56013][BUILD] Upgrade JAXB to 4.0.6#54835
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-56013

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Mar 16, 2026

What changes were proposed in this pull request?

This PR upgrades jaxb-runtime and its transitive dependency jaxb-core to 4.0.6.

Why are the changes needed?

To pick up the latest bug fixes:

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs with the existing tests.

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

Generated-by: Claude Code (claude-opus-4-6) by Anthropic

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-56013] Upgrade JAXB to 4.0.6 [SPARK-56013][BUILD] Upgrade JAXB to 4.0.6 Mar 16, 2026
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon ! 👍🏻

@dongjoon-hyun
Copy link
Member Author

Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-56013 branch March 17, 2026 02:30
@dongjoon-hyun
Copy link
Member Author

Oh, I thought the linter fetch error was transient bebut it seems to consistent. Let me revert this. Sorry for my mistake.

[error] lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] file:/root/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar: not found: /root/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar

@dongjoon-hyun
Copy link
Member Author

This is reverted via the following.

@dongjoon-hyun
Copy link
Member Author

dongjoon-hyun commented Mar 17, 2026

It's a little strange, but the commit builder passed after re-trying.
Screenshot 2026-03-16 at 22 40 54

For the record, currently, CI seems to be broken due to the underlying R and OS change (instead of this PR).

2026-03-17T05:29:19.5728440Z #9 839.4 ERROR: dependency 'htmlwidgets' is not available for package 'profvis'
2026-03-17T05:29:19.7232655Z #9 839.4 * removing '/usr/local/lib/R/site-library/profvis'
2026-03-17T05:29:19.9025969Z #9 839.7 ERROR: dependencies 'usethis', 'miniUI', 'pkgdown', 'profvis' are not available for package 'devtools'
2026-03-17T05:29:20.0696834Z #9 839.7 * removing '/usr/local/lib/R/site-library/devtools'

@dongjoon-hyun
Copy link
Member Author

I'm investigating the dev/spark-test-image/lint/Dockerfile failure. I'll re-try this one after recovering dev/spark-test-image/lint/Dockerfile first.

@dongjoon-hyun
Copy link
Member Author

For the record, the following PR aims to recover master branch CI .

@dongjoon-hyun
Copy link
Member Author

All branches are stabilized again.

  • master
Screenshot 2026-03-18 at 12 04 31
  • branch-4.1
Screenshot 2026-03-18 at 12 05 06
  • branch-4.0
Screenshot 2026-03-18 at 12 05 33

dongjoon-hyun added a commit to dongjoon-hyun/spark that referenced this pull request Mar 18, 2026
### What changes were proposed in this pull request?

This PR upgrades `jaxb-runtime` and its transitive dependency `jaxb-core` to 4.0.6.

### Why are the changes needed?

To pick up the latest bug fixes:
- https://github.com/eclipse-ee4j/jaxb-ri/releases/tag/4.0.7-RI
  - eclipse-ee4j/jaxb-ri#1875
  - eclipse-ee4j/jaxb-ri#1862
  - eclipse-ee4j/jaxb-ri#1863
  - eclipse-ee4j/jaxb-ri#1890
  - eclipse-ee4j/jaxb-ri#1883

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

No.

### How was this patch tested?

Pass the CIs with the existing tests.

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

Generated-by: Claude Code (claude-opus-4-6) by Anthropic

Closes apache#54835 from dongjoon-hyun/SPARK-56013.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit ed3cbe9)
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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants