From b7fdc23ccc5967de5799d8cf6f14289e71f29a1e Mon Sep 17 00:00:00 2001 From: mcheah Date: Thu, 5 May 2016 10:51:03 +0100 Subject: [SPARK-12154] Upgrade to Jersey 2 ## What changes were proposed in this pull request? Replace com.sun.jersey with org.glassfish.jersey. Changes to the Spark Web UI code were required to compile. The changes were relatively standard Jersey migration things. ## How was this patch tested? I did a manual test for the standalone web APIs. Although I didn't test the functionality of the security filter itself, the code that changed non-trivially is how we actually register the filter. I attached a debugger to the Spark master and verified that the SecurityFilter code is indeed invoked upon hitting /api/v1/applications. Author: mcheah Closes #12715 from mccheah/feature/upgrade-jersey. --- external/kinesis-asl-assembly/pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'external/kinesis-asl-assembly') diff --git a/external/kinesis-asl-assembly/pom.xml b/external/kinesis-asl-assembly/pom.xml index d1c38c7ca5..e057b78abd 100644 --- a/external/kinesis-asl-assembly/pom.xml +++ b/external/kinesis-asl-assembly/pom.xml @@ -66,13 +66,18 @@ provided - com.sun.jersey - jersey-server + org.glassfish.jersey.core + jersey-client provided - com.sun.jersey - jersey-core + org.glassfish.jersey.core + jersey-common + provided + + + org.glassfish.jersey.core + jersey-server provided -- cgit v1.2.3