Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-44316][BUILD] Upgrade Jersey to 2.40
### What changes were proposed in this pull request? The pr aims to upgrade Jersey from 2.36 to 2.40. ### Why are the changes needed? 1.This version adapts to ASM9.5, which is also used by Spark currently [Adopt ASM 9.5](eclipse-ee4j/jersey#5305) 2.Also fix some bugs, eg: [Fix possible NPE in netty client](eclipse-ee4j/jersey#5330) [Get media type fix](eclipse-ee4j/jersey#5282) 3.Security vulnerability fix: [CVE for dependency jackson-databind](eclipse-ee4j/jersey#5225) 4.Full Release Notes: https://github.com/eclipse-ee4j/jersey/releases/tag/2.40 https://github.com/eclipse-ee4j/jersey/releases/tag/2.39 https://github.com/eclipse-ee4j/jersey/releases/tag/2.38 https://github.com/eclipse-ee4j/jersey/releases/tag/2.37 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes apache#41874 from panbingkun/SPARK-44316. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information