GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1354
CAMEL-9945 Upgrade to Jetty 9.3 In Jetty 9.3 API signature changed from: List<ProtocolHandler> getProtocolHandler() to: ProtocolHandlers getProtocolHandler() This commit adds reflection bridge to keep the compatibility with Jetty 9.2 and Jetty 9.3. Tested with Jetty versions: 9.2.19.v20160908, 9.3.8.v20160314, 9.4.0.v20161208 You can merge this pull request into a Git repository by running: $ git pull https://github.com/zregvart/camel jetty93-upgrade Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1354.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 #1354 ---- commit d188841b8498f6f9b6f0d335c2a7ce6e4640fa01 Author: Zoran Regvart <zo...@regvart.com> Date: 2016-12-16T14:36:02Z CAMEL-9945 Upgrade to Jetty 9.3 In Jetty 9.3 API signature changed from: List<ProtocolHandler> getProtocolHandler() to: ProtocolHandlers getProtocolHandler() This commit adds reflection bridge to keep the compatibility with Jetty 9.2 and Jetty 9.3. Tested with Jetty versions: 9.2.19.v20160908, 9.3.8.v20160314, 9.4.0.v20161208 ---- --- 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. ---