GitHub user echarles reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/831
[ZEPPELIN-798] Migrate to Jetty version 9 ### What is this PR for? Upgrade from Jetty 8 to Jetty 9 mainly for deadlock bug fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=389645 Jetty 9 has changed the maven names and context building (for web and websocket). ### What type of PR is it? [Bug Fix] ### Todos * [x ] - Adapt the unit tests ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN-798 ### How should this be tested? Outline the steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/datalayer/zeppelin-datalayer jetty9 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/831.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 #831 ---- commit 82d311a30efefb2a0088a8b8f71701b2bffb83f5 Author: Eric Charles <e...@datalayer.io> Date: 2016-04-12T12:47:19Z Upgrade to jetty 9 commit c48d4b208fd12f0972a2c5e79c5c8475baa5a615 Author: Eric Charles <e...@datalayer.io> Date: 2016-04-12T13:28:17Z Add javadoc to NotebookWebSocketCreator class commit 2a111d82deb357ba203aba46e441dd24639fc555 Author: Eric Charles <e...@datalayer.io> Date: 2016-04-12T13:37:57Z Exclude jetty websocket-client from htmlunit to ensure dependeny convergence commit 05d9c50ca94126aa9f7b0a4cc05f15dc2abc7de2 Author: Eric Charles <e...@datalayer.io> Date: 2016-04-12T14:31:53Z Use jetty 9.2.15.v20160210 which is compatible with JDK-1.7 commit 8e3daebdcce670dd95e34e532f91603ea0f358d1 Author: Eric Charles <e...@datalayer.io> Date: 2016-04-21T06:41:24Z Merge branch 'master' into jetty9 commit 840bdb4544877642dedad120d9d65babb731271c Author: Eric Charles <e...@datalayer.io> Date: 2016-04-21T06:53:43Z Use correct syntax for httpConfig and httpsConfig, thx @jongyoul for the review ---- --- 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. ---