HIVE-28360: Upgrade jersey to 1.19.4
What changes were proposed in this pull request?
Upgrade jersey to 1.19.4
Why are the changes needed?
HIVE-28360 After upgrading to Hadoop 3.3.5, the Hive WebHCat server fails to start because of inconsistent versions of the Jersey JAR package. Hive HCat lacks the jersey-server-1.19 jar.
Does this PR introduce any user-facing change?
None, that I am aware of.
How was this patch tested?
CI
mvn_dependency_tree.txt Hi @lvyankui This is the dependency tree with this change and it would be a bit cleaner practice to exclude 1.19 versions which are shown in dependency tree as a part of org.apache.tez:tez-api:jar:0.10.3 and org.apache.atlas:atlas-client-common:jar:2.3.0.Otherwise this change looks good.
mvn_dependency_tree.txt Hi @lvyankui This is the dependency tree with this change and it would be a bit cleaner practice to exclude 1.19 versions which are shown in dependency tree as a part of org.apache.tez:tez-api:jar:0.10.3 and org.apache.atlas:atlas-client-common:jar:2.3.0.Otherwise this change looks good.
@devaspatikrishnatri Thank you for your feedback. I have already taken care of it
@lvyankui have you verified the hcatalog ok with the latest change? seems like the https://github.com/apache/hive/blob/master/common/pom.xml#L214 still has direct reference to the old jersey
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@lvyankui have you verified the hcatalog ok with the latest change? seems like the https://github.com/apache/hive/blob/master/common/pom.xml#L214 still has direct reference to the old jersey
@dengzhhu653 I have processed all the references. Please help review again, thanks!