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
Raw File
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
.asf.yaml
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
---
github:
  description: "Apache Spark - A unified analytics engine for large-scale data processing"
  homepage: https://spark.apache.org/
  labels:
    - python
    - scala
    - r
    - java
    - big-data
    - jdbc
    - sql
    - spark
  enabled_merge_buttons:
    merge: false
    squash: true
    rebase: true
back to top