-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-12154] Upgrade to Jersey 2 #12715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
b86ed6f
b4d72d8
e2dbf03
313401b
5793600
c9b5c3b
bed5618
bfb178a
a199cb6
5a95559
48861d8
19d6ea2
eea09b1
70d4844
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ antlr-2.7.7.jar | |
| antlr-runtime-3.4.jar | ||
| antlr4-runtime-4.5.2-1.jar | ||
| aopalliance-1.0.jar | ||
| aopalliance-repackaged-2.4.0-b34.jar | ||
| apache-log4j-extras-1.2.17.jar | ||
| arpack_combined_all-0.1.jar | ||
| asm-3.1.jar | ||
|
|
@@ -73,32 +74,43 @@ hadoop-yarn-client-2.3.0.jar | |
| hadoop-yarn-common-2.3.0.jar | ||
| hadoop-yarn-server-common-2.3.0.jar | ||
| hadoop-yarn-server-web-proxy-2.3.0.jar | ||
| hk2-api-2.4.0-b34.jar | ||
| hk2-locator-2.4.0-b34.jar | ||
| hk2-utils-2.4.0-b34.jar | ||
| httpclient-4.3.2.jar | ||
| httpcore-4.3.2.jar | ||
| ivy-2.4.0.jar | ||
| jackson-annotations-2.5.3.jar | ||
| jackson-core-2.5.3.jar | ||
| jackson-core-asl-1.9.13.jar | ||
| jackson-databind-2.5.3.jar | ||
| jackson-jaxrs-1.9.13.jar | ||
| jackson-jaxrs-base-2.5.3.jar | ||
| jackson-jaxrs-json-provider-2.5.3.jar | ||
| jackson-mapper-asl-1.9.13.jar | ||
| jackson-module-jaxb-annotations-2.5.3.jar | ||
| jackson-module-scala_2.11-2.5.3.jar | ||
| jackson-xc-1.9.13.jar | ||
| janino-2.7.8.jar | ||
| java-xmlbuilder-1.0.jar | ||
| javassist-3.18.1-GA.jar | ||
| javax.annotation-api-1.2.jar | ||
| javax.inject-1.jar | ||
| javax.inject-2.4.0-b34.jar | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it problematic to have both javax.inject-1 and javax.inject-2.4.0?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wouldn't say problematic, but both provide the exact same set of classes, so it's at least redundant. Being a javax API, I at least assume the newer one is backwards compatible. |
||
| javax.servlet-3.0.0.v201112011016.jar | ||
| javax.ws.rs-api-2.0.1.jar | ||
| javolution-5.5.1.jar | ||
| jaxb-api-2.2.2.jar | ||
| jaxb-impl-2.2.3-1.jar | ||
| jcl-over-slf4j-1.7.16.jar | ||
| jdo-api-3.0.1.jar | ||
| jersey-core-1.9.jar | ||
| jersey-guice-1.9.jar | ||
| jersey-json-1.9.jar | ||
| jersey-server-1.9.jar | ||
| jersey-client-2.22.2.jar | ||
| jersey-common-2.22.2.jar | ||
| jersey-container-servlet-2.22.2.jar | ||
| jersey-container-servlet-core-2.22.2.jar | ||
| jersey-entity-filtering-2.22.2.jar | ||
| jersey-guava-2.22.2.jar | ||
| jersey-media-jaxb-2.22.2.jar | ||
| jersey-media-json-jackson-2.22.2.jar | ||
| jersey-server-2.22.2.jar | ||
| jets3t-0.9.3.jar | ||
| jettison-1.1.jar | ||
| jetty-6.1.26.jar | ||
| jetty-all-7.6.0.v20120127.jar | ||
| jetty-util-6.1.26.jar | ||
|
|
@@ -133,6 +145,7 @@ netty-all-4.0.29.Final.jar | |
| objenesis-2.1.jar | ||
| opencsv-2.3.jar | ||
| oro-2.0.8.jar | ||
| osgi-resource-locator-1.0.1.jar | ||
| paranamer-2.6.jar | ||
| parquet-column-1.7.0.jar | ||
| parquet-common-1.7.0.jar | ||
|
|
@@ -166,6 +179,7 @@ stream-2.7.0.jar | |
| stringtemplate-3.2.1.jar | ||
| super-csv-2.2.0.jar | ||
| univocity-parsers-2.0.2.jar | ||
| validation-api-1.1.0.Final.jar | ||
| xbean-asm5-shaded-4.4.jar | ||
| xmlenc-0.52.jar | ||
| xz-1.0.jar | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll probably have to look at the impact on the LICENSE file for all these dependency changes. I can help do that bit if once we're pretty sure this will work.