[ 
https://issues.apache.org/jira/browse/CAMEL-9945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754592#comment-15754592
 ] 

ASF GitHub Bot commented on CAMEL-9945:
---------------------------------------

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 <[email protected]>
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

----


> Upgrade to jetty 9.3
> --------------------
>
>                 Key: CAMEL-9945
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9945
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jetty
>            Reporter: Claus Ibsen
>             Fix For: 2.19.0
>
>
> We should upgrade to jetty 9.3, but it breaks its api from 9.2 to 9.3.
> There is a branch here with a commit with a start
> https://github.com/apache/camel/tree/jetty93
> Some tests in camel-jetty9 now fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to