Skip to content

[SPARK-58379][BUILD] Upgrade jnr-posix to 3.2.1 - #57575

Closed
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-58379
Closed

[SPARK-58379][BUILD] Upgrade jnr-posix to 3.2.1#57575
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-58379

Conversation

@dongjoon-hyun

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This PR aims to upgrade jnr-posix test dependency to 3.2.1.

Why are the changes needed?

jnr-posix is a test-only dependency used by DiskBlockManagerSuite to get/set
the process umask (SPARK-37618). The 3.2.x line brings:

  • jnr-ffi 2.2.11 -> 2.3.0 (internal ASM 9.2 -> 9.10.1) for better modern JDK
    class-file support
  • JPMS module visibility improvements on newer JDKs
  • Fallback to avoid UnsatisfiedLinkError on musl-based systems (Alpine)
  • RISC-V64 and LoongArch64 support
  • Temp-directory vulnerability fixes

Does this PR introduce any user-facing change?

No. This is a test-only dependency.

How was this patch tested?

Pass the CIs.

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

Generated-by: Claude Fable 5

@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Thank you, @peter-toth !

@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Thank you, @uros-b !

@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Merge Summary:

Posted by merge_spark_pr.py

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.

3 participants