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

Willem Jiang commented on CAMEL-4544:
-------------------------------------

@Claus,
The fix that I committed does not lock the version of Jetty.

When camel-jetty is deployed into Karaf or SMX, the camel feature just pick the 
jetty feature which is provided by the container.

If the user are using camel and cxf together, he may need to do some work on 
the pom.xml to align the jetty version. BTW, current CXF support the Jetty7.4.x 
and Jetty7.5.x at the same time.

                
> Upgrade to jetty 7.5.3.v20111011
> --------------------------------
>
>                 Key: CAMEL-4544
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4544
>             Project: Camel
>          Issue Type: Task
>          Components: camel-jetty
>            Reporter: Cédric Exbrayat
>            Assignee: Willem Jiang
>            Priority: Minor
>              Labels: maven
>         Attachments: update-jetty-7.5.3.patch
>
>
> The API of SslContextFactory has changed so a simple dependency update is not 
> enough.
> http://download.eclipse.org/jetty/7.4.5.v20110725/apidocs/org/eclipse/jetty/http/ssl/SslContextFactory.html#checkConfig()
> http://download.eclipse.org/jetty/7.5.3.v20111011/apidocs/org/eclipse/jetty/http/ssl/SslContextFactory.html#checkKeyStore()
> The attached patch update the dependency, correct JettyHttpComponent and 
> doesn't break the existing unit tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to