You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Christian Mueller (JIRA)" <ji...@apache.org> on 2010/03/09 22:17:44 UTC

[jira] Updated: (CAMEL-2332) Upgrade to Jetty 7.0

     [ https://issues.apache.org/activemq/browse/CAMEL-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Mueller updated CAMEL-2332:
-------------------------------------

    Attachment: CAMEL-2332_20100309.patch

Provide the patch to upgrade to jetty 7. I made the following changes:

camel-jetty:
   - upgraded to jetty 7
   - customized a few lines of code 
   - HttpRouteUsingUrlPostTest.javaremoved HttpRouteUsingUrlPostTest.java because it provides no tests

camel-cometd:
   - upgrade to jetty 7
   - switched from cometd-server to cometd-java-server
   - customized a few lines of code 

camel-web:
   - upgrade to jetty 7
   - switched dependency from jsp-2.1 to jsp-2.1-glassfish
   - customized a few lines of code 

camel-web-standalone:
   - upgrade to jetty 7

camel-cxf:
   - removed the dependency to jetty

camel-example:
   - upgrade to jetty 7

karaf feature.xml:
   - switched from org.apache.servicemix.bundles.jetty-bundle to some jetty 7 bundles
   - switched from org.apache.servicemix.bundles.jetty-cometd to org.apache.servicemix.bundles.cometd-java-server [SMX4-498|https://issues.apache.org/activemq/browse/SMX4-498]

I run a "mvn -Psourcecheck clean install" to ensure, that the code follows the rules. I also run a "mvn clean install -Pvalidate" in platform/karaf to ensure, that the feature file is correct.

I somebody applies the patch, I will go through the wiki page and update it (system properties for ssl support, ...).

Thanks,
Christian

> Upgrade to Jetty 7.0
> --------------------
>
>                 Key: CAMEL-2332
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2332
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-jetty
>            Reporter: Claus Ibsen
>            Assignee: Christian Mueller
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2332_20100309.patch
>
>
> Jetty 7.0 is out and we should upgrade to use that as well.
> We should do this in the same release we upgrade to HTTP Client 4.0 as well so we upgrade both kinds in the same release. CAMEL-1530.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.