GitHub user echarles opened a pull request: https://github.com/apache/incubator-zeppelin/pull/932
Replace CXF with Jersey2 [ZEPPELIN-903] ### What is this PR for? Use jersey2 instead of CXF to manage JSON REST requests and responses. Jersey2 can better manage the JSON bodies and mappings. ### What type of PR is it? [Improvement] ### Todos ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-903 ### How should this be tested? Build, run and check the ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? N * Is there breaking changes for older versions? N * Does this needs documentation? N You can merge this pull request into a Git repository by running: $ git pull https://github.com/datalayer/zeppelin-datalayer jersey2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/932.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #932 ---- commit 9eef80cb71bd7f456145830eca59a635b4627b83 Author: Eric Charles <e...@datalayer.io> Date: 2016-05-30T15:50:51Z Replace CXF with Jersey2 commit dbac7d9cafc9d8496455b382949106fd94b9fc65 Author: Eric Charles <e...@datalayer.io> Date: 2016-05-30T15:55:37Z Fix code style commit d149a728eba1cbc2fd7ae2ee016cb71510286279 Author: Eric Charles <e...@datalayer.io> Date: 2016-05-30T16:13:53Z Ensure dependency convergence ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---