https://github.com/apache/spark
Revision 6e9a58fb5f51612702608ec690dc33035fe1ca21 authored by yangjie01 on 03 August 2022, 13:28:08 UTC, committed by Sean Owen on 03 August 2022, 13:32:23 UTC
### What changes were proposed in this pull request?
This pr upgrade Jersey from 2.35 to 2.36.

### Why are the changes needed?
This version adapts to Jack 2.13.3, which is also used by Spark currently

- [Adopt Jackson 2.13](https://github.com/eclipse-ee4j/jersey/pull/4928)
- [Update Jackson to 2.13.3](https://github.com/eclipse-ee4j/jersey/pull/5076)

The release notes as follows:

- https://github.com/eclipse-ee4j/jersey/releases/tag/2.36

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

### How was this patch tested?
Pass GitHub Actions

Closes #37375 from LuciferYang/jersey-236.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
(cherry picked from commit d1c145b0b0b892fcbf1e1adda7b8ecff75c56f6d)
Signed-off-by: Sean Owen <srowen@gmail.com>

# Conflicts:
#	dev/deps/spark-deps-hadoop-2-hive-2.3
#	dev/deps/spark-deps-hadoop-3-hive-2.3
#	pom.xml
1 parent 630dc7e
History
Tip revision: 6e9a58fb5f51612702608ec690dc33035fe1ca21 authored by yangjie01 on 03 August 2022, 13:28:08 UTC
[SPARK-39947][BUILD] Upgrade Jersey to 2.36
Tip revision: 6e9a58f

back to top