You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by "Allan C." <al...@gmail.com> on 2016/07/04 08:20:42 UTC

Karaf 4.0.5 - Jetty features different versions: pax-jetty and jetty

I am playing around with 4.0.5 and I noticed that the versions for the
jetty and pax-jetty are different. In Fuse 6.2.1 (I think it is based on
Karaf 2.4.0), the versions are the same.

JBossFuse:karaf@root> features:list | grep jetty
[installed  ] [*8.1.17.v20150415*     ] jetty
          karaf-2.4.0.redhat-621084
    Provide Jetty engine support
[installed  ] [2.15.1.redhat-621084 ] camel-jetty
        camel-2.15.1.redhat-621084

[uninstalled] [2.15.1.redhat-621084 ] camel-jetty9
         camel-2.15.1.redhat-621084

[installed  ] [*8.1.17.v20150415*     ] pax-jetty
          org.ops4j.pax.web-3.2.5
    Provide Jetty engine support
[installed  ] [3.0.4.redhat-621084  ] cxf-http-jetty
         cxf-3.0.4.redhat-621084

Karaf 4.0.5:

karaf@root(feature)> list | grep jetty
jetty                                   | *9.2.10.v20150310* |          |
Started     | standard-4.0.5              |
jetty                                   | 8.1.14.v20131031 |          |
Uninstalled | standard-4.0.5              |
cxf-http-jetty                          | 3.1.5            |          |
Started     | cxf-3.1.5                   |
pax-jetty                               | *9.2.15.v20160210* |          |
Started     | org.ops4j.pax.web-4.2.6     | Provide Jetty engine support
pax-jetty-spdy                          | 4.2.6            |          |
Uninstalled | org.ops4j.pax.web-4.2.6     | Optional additional feature to
run Jetty with SPDY
pax-http-jetty                          | 4.2.6            |          |
Started     | org.ops4j.pax.web-4.2.6     |
camel-jetty                             | 2.16.3           |          |
Uninstalled | camel-2.16.3                |
camel-jetty9                            | 2.16.3           |          |
Started     | camel-2.16.3                |
karaf@root(feature)>

Would it be a concern?

Regards,
Allan C.

Re: Karaf 4.0.5 - Jetty features different versions: pax-jetty and jetty

Posted by "Allan C." <al...@gmail.com>.
I understand a little bit more after your explanation and digging up and
going through the standard and pax-web features files.

Thanks Achim. Very much appreciated.

Regards,
Allan C.

On Wed, Jul 13, 2016 at 1:08 PM, Achim Nierbeck <bc...@googlemail.com>
wrote:

> The jetty feature is actually a duplicate feature ... it's required since
> a couple other upstream projects still depend on the jetty feature.
> The don't depend on each other, if you want to use jetty just for your
> webapplications, use the war or http features, those will delegate to the
> corresponding pax web features. As Jetty is the default container for pax
> web you don't need to install it prior to installing other features. If you
> want to use another container instead make sure you did install undertow
> for example prior to installing the other pax-web features.
>
> regards, Achim
>
>
> 2016-07-13 4:56 GMT+02:00 Allan C. <al...@gmail.com>:
>
>> Hi JB,
>>
>> Just seeking clarifications.
>>
>> 1. When you say jetty is an alias feature, what does alias feature means?
>>
>> 2. Is it safe to say pax-jetty depends on jetty and not the other way
>> round?
>>
>> Thanks in advance.
>>
>> Regards,
>> Allan C.
>>
>> On Tue, Jul 5, 2016 at 9:01 AM, Allan C. <al...@gmail.com> wrote:
>>
>>> Noted. Thanks.
>>>
>>> Regards,
>>> Allan C.
>>>
>>> On Tue, Jul 5, 2016 at 3:40 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>
>>> wrote:
>>>
>>>> Thanks Allan,
>>>>
>>>> jetty is an alias feature on top of pax-jetty (for backward
>>>> compatibility).
>>>>
>>>> Definitely, we upgraded in pax-web, but forgot to update the jetty
>>>> alias feature.
>>>>
>>>> Let me create a Jira to fix that.
>>>>
>>>> Thanks !
>>>> Regards
>>>> JB
>>>>
>>>> On 07/04/2016 10:20 AM, Allan C. wrote:
>>>>
>>>>> I am playing around with 4.0.5 and I noticed that the versions for the
>>>>> jetty and pax-jetty are different. In Fuse 6.2.1 (I think it is based
>>>>> on
>>>>> Karaf 2.4.0), the versions are the same.
>>>>>
>>>>> JBossFuse:karaf@root> features:list | grep jetty
>>>>> [installed  ] [*8.1.17.v20150415*     ] jetty
>>>>>                karaf-2.4.0.redhat-621084
>>>>>      Provide Jetty engine support
>>>>> [installed  ] [2.15.1.redhat-621084 ] camel-jetty
>>>>>              camel-2.15.1.redhat-621084
>>>>>
>>>>> [uninstalled] [2.15.1.redhat-621084 ] camel-jetty9
>>>>>             camel-2.15.1.redhat-621084
>>>>>
>>>>> [installed  ] [*8.1.17.v20150415*     ] pax-jetty
>>>>>                org.ops4j.pax.web-3.2.5
>>>>>      Provide Jetty engine support
>>>>> [installed  ] [3.0.4.redhat-621084  ] cxf-http-jetty
>>>>>             cxf-3.0.4.redhat-621084
>>>>>
>>>>> Karaf 4.0.5:
>>>>>
>>>>> karaf@root(feature)> list | grep jetty
>>>>> jetty                                   | *9.2.10.v20150310* |
>>>>>   | Started     | standard-4.0.5              |
>>>>> jetty                                   | 8.1.14.v20131031 |          |
>>>>> Uninstalled | standard-4.0.5              |
>>>>> cxf-http-jetty                          | 3.1.5            |          |
>>>>> Started     | cxf-3.1.5                   |
>>>>> pax-jetty                               | *9.2.15.v20160210* |
>>>>>   | Started     | org.ops4j.pax.web-4.2.6     | Provide Jetty engine
>>>>> support
>>>>> pax-jetty-spdy                          | 4.2.6            |          |
>>>>> Uninstalled | org.ops4j.pax.web-4.2.6     | Optional additional feature
>>>>> to run Jetty with SPDY
>>>>> pax-http-jetty                          | 4.2.6            |          |
>>>>> Started     | org.ops4j.pax.web-4.2.6     |
>>>>> camel-jetty                             | 2.16.3           |          |
>>>>> Uninstalled | camel-2.16.3                |
>>>>> camel-jetty9                            | 2.16.3           |          |
>>>>> Started     | camel-2.16.3                |
>>>>> karaf@root(feature)>
>>>>>
>>>>> Would it be a concern?
>>>>>
>>>>> Regards,
>>>>> Allan C.
>>>>>
>>>>
>>>> --
>>>> Jean-Baptiste Onofré
>>>> jbonofre@apache.org
>>>> http://blog.nanthrax.net
>>>> Talend - http://www.talend.com
>>>>
>>>
>>>
>>
>
>
> --
>
> Apache Member
> Apache Karaf <http://karaf.apache.org/> Committer & PMC
> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
> Project Lead
> blog <http://notizblog.nierbeck.de/>
> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>
> Software Architect / Project Manager / Scrum Master
>
>

Re: Karaf 4.0.5 - Jetty features different versions: pax-jetty and jetty

Posted by Achim Nierbeck <bc...@googlemail.com>.
The jetty feature is actually a duplicate feature ... it's required since a
couple other upstream projects still depend on the jetty feature.
The don't depend on each other, if you want to use jetty just for your
webapplications, use the war or http features, those will delegate to the
corresponding pax web features. As Jetty is the default container for pax
web you don't need to install it prior to installing other features. If you
want to use another container instead make sure you did install undertow
for example prior to installing the other pax-web features.

regards, Achim


2016-07-13 4:56 GMT+02:00 Allan C. <al...@gmail.com>:

> Hi JB,
>
> Just seeking clarifications.
>
> 1. When you say jetty is an alias feature, what does alias feature means?
>
> 2. Is it safe to say pax-jetty depends on jetty and not the other way
> round?
>
> Thanks in advance.
>
> Regards,
> Allan C.
>
> On Tue, Jul 5, 2016 at 9:01 AM, Allan C. <al...@gmail.com> wrote:
>
>> Noted. Thanks.
>>
>> Regards,
>> Allan C.
>>
>> On Tue, Jul 5, 2016 at 3:40 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>
>> wrote:
>>
>>> Thanks Allan,
>>>
>>> jetty is an alias feature on top of pax-jetty (for backward
>>> compatibility).
>>>
>>> Definitely, we upgraded in pax-web, but forgot to update the jetty alias
>>> feature.
>>>
>>> Let me create a Jira to fix that.
>>>
>>> Thanks !
>>> Regards
>>> JB
>>>
>>> On 07/04/2016 10:20 AM, Allan C. wrote:
>>>
>>>> I am playing around with 4.0.5 and I noticed that the versions for the
>>>> jetty and pax-jetty are different. In Fuse 6.2.1 (I think it is based on
>>>> Karaf 2.4.0), the versions are the same.
>>>>
>>>> JBossFuse:karaf@root> features:list | grep jetty
>>>> [installed  ] [*8.1.17.v20150415*     ] jetty
>>>>                karaf-2.4.0.redhat-621084
>>>>      Provide Jetty engine support
>>>> [installed  ] [2.15.1.redhat-621084 ] camel-jetty
>>>>              camel-2.15.1.redhat-621084
>>>>
>>>> [uninstalled] [2.15.1.redhat-621084 ] camel-jetty9
>>>>             camel-2.15.1.redhat-621084
>>>>
>>>> [installed  ] [*8.1.17.v20150415*     ] pax-jetty
>>>>                org.ops4j.pax.web-3.2.5
>>>>      Provide Jetty engine support
>>>> [installed  ] [3.0.4.redhat-621084  ] cxf-http-jetty
>>>>             cxf-3.0.4.redhat-621084
>>>>
>>>> Karaf 4.0.5:
>>>>
>>>> karaf@root(feature)> list | grep jetty
>>>> jetty                                   | *9.2.10.v20150310* |
>>>>   | Started     | standard-4.0.5              |
>>>> jetty                                   | 8.1.14.v20131031 |          |
>>>> Uninstalled | standard-4.0.5              |
>>>> cxf-http-jetty                          | 3.1.5            |          |
>>>> Started     | cxf-3.1.5                   |
>>>> pax-jetty                               | *9.2.15.v20160210* |
>>>>   | Started     | org.ops4j.pax.web-4.2.6     | Provide Jetty engine
>>>> support
>>>> pax-jetty-spdy                          | 4.2.6            |          |
>>>> Uninstalled | org.ops4j.pax.web-4.2.6     | Optional additional feature
>>>> to run Jetty with SPDY
>>>> pax-http-jetty                          | 4.2.6            |          |
>>>> Started     | org.ops4j.pax.web-4.2.6     |
>>>> camel-jetty                             | 2.16.3           |          |
>>>> Uninstalled | camel-2.16.3                |
>>>> camel-jetty9                            | 2.16.3           |          |
>>>> Started     | camel-2.16.3                |
>>>> karaf@root(feature)>
>>>>
>>>> Would it be a concern?
>>>>
>>>> Regards,
>>>> Allan C.
>>>>
>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbonofre@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>>
>>
>


-- 

Apache Member
Apache Karaf <http://karaf.apache.org/> Committer & PMC
OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
Project Lead
blog <http://notizblog.nierbeck.de/>
Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>

Software Architect / Project Manager / Scrum Master

Re: Karaf 4.0.5 - Jetty features different versions: pax-jetty and jetty

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

an alias feature is a wrapper feature just containing another feature.

The reason why we did this is that the http, jetty features were in 
Karaf before (not in pax-web). So, we created the pax-web features with 
a different name: pax-web-jetty instead of jetty. However, legacy and 
other projects/applications use the "old" name. So, for backward 
compatibility, we created this "alias"/wrap feature.

Regards
JB

On 07/13/2016 04:56 AM, Allan C. wrote:
> Hi JB,
>
> Just seeking clarifications.
>
> 1. When you say jetty is an alias feature, what does alias feature means?
>
> 2. Is it safe to say pax-jetty depends on jetty and not the other way round?
>
> Thanks in advance.
>
> Regards,
> Allan C.
>
> On Tue, Jul 5, 2016 at 9:01 AM, Allan C. <allancth@gmail.com
> <ma...@gmail.com>> wrote:
>
>     Noted. Thanks.
>
>     Regards,
>     Allan C.
>
>     On Tue, Jul 5, 2016 at 3:40 AM, Jean-Baptiste Onofr�
>     <jb@nanthrax.net <ma...@nanthrax.net>> wrote:
>
>         Thanks Allan,
>
>         jetty is an alias feature on top of pax-jetty (for backward
>         compatibility).
>
>         Definitely, we upgraded in pax-web, but forgot to update the
>         jetty alias feature.
>
>         Let me create a Jira to fix that.
>
>         Thanks !
>         Regards
>         JB
>
>         On 07/04/2016 10:20 AM, Allan C. wrote:
>
>             I am playing around with 4.0.5 and I noticed that the
>             versions for the
>             jetty and pax-jetty are different. In Fuse 6.2.1 (I think it
>             is based on
>             Karaf 2.4.0), the versions are the same.
>
>             JBossFuse:karaf@root> features:list | grep jetty
>             [installed  ] [*8.1.17.v20150415*     ] jetty
>                             karaf-2.4.0.redhat-621084
>                   Provide Jetty engine support
>             [installed  ] [2.15.1.redhat-621084 ] camel-jetty
>                           camel-2.15.1.redhat-621084
>
>             [uninstalled] [2.15.1.redhat-621084 ] camel-jetty9
>                          camel-2.15.1.redhat-621084
>
>             [installed  ] [*8.1.17.v20150415*     ] pax-jetty
>                             org.ops4j.pax.web-3.2.5
>                   Provide Jetty engine support
>             [installed  ] [3.0.4.redhat-621084  ] cxf-http-jetty
>                          cxf-3.0.4.redhat-621084
>
>             Karaf 4.0.5:
>
>             karaf@root(feature)> list | grep jetty
>             jetty                                   | *9.2.10.v20150310* |
>                | Started     | standard-4.0.5              |
>             jetty                                   | 8.1.14.v20131031
>             |          |
>             Uninstalled | standard-4.0.5              |
>             cxf-http-jetty                          | 3.1.5
>             |          |
>             Started     | cxf-3.1.5                   |
>             pax-jetty                               | *9.2.15.v20160210* |
>                | Started     | org.ops4j.pax.web-4.2.6     | Provide
>             Jetty engine support
>             pax-jetty-spdy                          | 4.2.6
>             |          |
>             Uninstalled | org.ops4j.pax.web-4.2.6     | Optional
>             additional feature
>             to run Jetty with SPDY
>             pax-http-jetty                          | 4.2.6
>             |          |
>             Started     | org.ops4j.pax.web-4.2.6     |
>             camel-jetty                             | 2.16.3
>               |          |
>             Uninstalled | camel-2.16.3                |
>             camel-jetty9                            | 2.16.3
>               |          |
>             Started     | camel-2.16.3                |
>             karaf@root(feature)>
>
>             Would it be a concern?
>
>             Regards,
>             Allan C.
>
>
>         --
>         Jean-Baptiste Onofr�
>         jbonofre@apache.org <ma...@apache.org>
>         http://blog.nanthrax.net
>         Talend - http://www.talend.com
>
>
>

-- 
Jean-Baptiste Onofr�
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: Karaf 4.0.5 - Jetty features different versions: pax-jetty and jetty

Posted by "Allan C." <al...@gmail.com>.
Hi JB,

Just seeking clarifications.

1. When you say jetty is an alias feature, what does alias feature means?

2. Is it safe to say pax-jetty depends on jetty and not the other way round?

Thanks in advance.

Regards,
Allan C.

On Tue, Jul 5, 2016 at 9:01 AM, Allan C. <al...@gmail.com> wrote:

> Noted. Thanks.
>
> Regards,
> Allan C.
>
> On Tue, Jul 5, 2016 at 3:40 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>
> wrote:
>
>> Thanks Allan,
>>
>> jetty is an alias feature on top of pax-jetty (for backward
>> compatibility).
>>
>> Definitely, we upgraded in pax-web, but forgot to update the jetty alias
>> feature.
>>
>> Let me create a Jira to fix that.
>>
>> Thanks !
>> Regards
>> JB
>>
>> On 07/04/2016 10:20 AM, Allan C. wrote:
>>
>>> I am playing around with 4.0.5 and I noticed that the versions for the
>>> jetty and pax-jetty are different. In Fuse 6.2.1 (I think it is based on
>>> Karaf 2.4.0), the versions are the same.
>>>
>>> JBossFuse:karaf@root> features:list | grep jetty
>>> [installed  ] [*8.1.17.v20150415*     ] jetty
>>>                karaf-2.4.0.redhat-621084
>>>      Provide Jetty engine support
>>> [installed  ] [2.15.1.redhat-621084 ] camel-jetty
>>>              camel-2.15.1.redhat-621084
>>>
>>> [uninstalled] [2.15.1.redhat-621084 ] camel-jetty9
>>>             camel-2.15.1.redhat-621084
>>>
>>> [installed  ] [*8.1.17.v20150415*     ] pax-jetty
>>>                org.ops4j.pax.web-3.2.5
>>>      Provide Jetty engine support
>>> [installed  ] [3.0.4.redhat-621084  ] cxf-http-jetty
>>>             cxf-3.0.4.redhat-621084
>>>
>>> Karaf 4.0.5:
>>>
>>> karaf@root(feature)> list | grep jetty
>>> jetty                                   | *9.2.10.v20150310* |
>>>   | Started     | standard-4.0.5              |
>>> jetty                                   | 8.1.14.v20131031 |          |
>>> Uninstalled | standard-4.0.5              |
>>> cxf-http-jetty                          | 3.1.5            |          |
>>> Started     | cxf-3.1.5                   |
>>> pax-jetty                               | *9.2.15.v20160210* |
>>>   | Started     | org.ops4j.pax.web-4.2.6     | Provide Jetty engine
>>> support
>>> pax-jetty-spdy                          | 4.2.6            |          |
>>> Uninstalled | org.ops4j.pax.web-4.2.6     | Optional additional feature
>>> to run Jetty with SPDY
>>> pax-http-jetty                          | 4.2.6            |          |
>>> Started     | org.ops4j.pax.web-4.2.6     |
>>> camel-jetty                             | 2.16.3           |          |
>>> Uninstalled | camel-2.16.3                |
>>> camel-jetty9                            | 2.16.3           |          |
>>> Started     | camel-2.16.3                |
>>> karaf@root(feature)>
>>>
>>> Would it be a concern?
>>>
>>> Regards,
>>> Allan C.
>>>
>>
>> --
>> Jean-Baptiste Onofré
>> jbonofre@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>
>

Re: Karaf 4.0.5 - Jetty features different versions: pax-jetty and jetty

Posted by "Allan C." <al...@gmail.com>.
Noted. Thanks.

Regards,
Allan C.

On Tue, Jul 5, 2016 at 3:40 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>
wrote:

> Thanks Allan,
>
> jetty is an alias feature on top of pax-jetty (for backward compatibility).
>
> Definitely, we upgraded in pax-web, but forgot to update the jetty alias
> feature.
>
> Let me create a Jira to fix that.
>
> Thanks !
> Regards
> JB
>
> On 07/04/2016 10:20 AM, Allan C. wrote:
>
>> I am playing around with 4.0.5 and I noticed that the versions for the
>> jetty and pax-jetty are different. In Fuse 6.2.1 (I think it is based on
>> Karaf 2.4.0), the versions are the same.
>>
>> JBossFuse:karaf@root> features:list | grep jetty
>> [installed  ] [*8.1.17.v20150415*     ] jetty
>>                karaf-2.4.0.redhat-621084
>>      Provide Jetty engine support
>> [installed  ] [2.15.1.redhat-621084 ] camel-jetty
>>              camel-2.15.1.redhat-621084
>>
>> [uninstalled] [2.15.1.redhat-621084 ] camel-jetty9
>>             camel-2.15.1.redhat-621084
>>
>> [installed  ] [*8.1.17.v20150415*     ] pax-jetty
>>                org.ops4j.pax.web-3.2.5
>>      Provide Jetty engine support
>> [installed  ] [3.0.4.redhat-621084  ] cxf-http-jetty
>>             cxf-3.0.4.redhat-621084
>>
>> Karaf 4.0.5:
>>
>> karaf@root(feature)> list | grep jetty
>> jetty                                   | *9.2.10.v20150310* |
>>   | Started     | standard-4.0.5              |
>> jetty                                   | 8.1.14.v20131031 |          |
>> Uninstalled | standard-4.0.5              |
>> cxf-http-jetty                          | 3.1.5            |          |
>> Started     | cxf-3.1.5                   |
>> pax-jetty                               | *9.2.15.v20160210* |
>>   | Started     | org.ops4j.pax.web-4.2.6     | Provide Jetty engine
>> support
>> pax-jetty-spdy                          | 4.2.6            |          |
>> Uninstalled | org.ops4j.pax.web-4.2.6     | Optional additional feature
>> to run Jetty with SPDY
>> pax-http-jetty                          | 4.2.6            |          |
>> Started     | org.ops4j.pax.web-4.2.6     |
>> camel-jetty                             | 2.16.3           |          |
>> Uninstalled | camel-2.16.3                |
>> camel-jetty9                            | 2.16.3           |          |
>> Started     | camel-2.16.3                |
>> karaf@root(feature)>
>>
>> Would it be a concern?
>>
>> Regards,
>> Allan C.
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Re: Karaf 4.0.5 - Jetty features different versions: pax-jetty and jetty

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Thanks Allan,

jetty is an alias feature on top of pax-jetty (for backward compatibility).

Definitely, we upgraded in pax-web, but forgot to update the jetty alias 
feature.

Let me create a Jira to fix that.

Thanks !
Regards
JB

On 07/04/2016 10:20 AM, Allan C. wrote:
> I am playing around with 4.0.5 and I noticed that the versions for the
> jetty and pax-jetty are different. In Fuse 6.2.1 (I think it is based on
> Karaf 2.4.0), the versions are the same.
>
> JBossFuse:karaf@root> features:list | grep jetty
> [installed  ] [*8.1.17.v20150415*     ] jetty
>                karaf-2.4.0.redhat-621084
>      Provide Jetty engine support
> [installed  ] [2.15.1.redhat-621084 ] camel-jetty
>              camel-2.15.1.redhat-621084
>
> [uninstalled] [2.15.1.redhat-621084 ] camel-jetty9
>             camel-2.15.1.redhat-621084
>
> [installed  ] [*8.1.17.v20150415*     ] pax-jetty
>                org.ops4j.pax.web-3.2.5
>      Provide Jetty engine support
> [installed  ] [3.0.4.redhat-621084  ] cxf-http-jetty
>             cxf-3.0.4.redhat-621084
>
> Karaf 4.0.5:
>
> karaf@root(feature)> list | grep jetty
> jetty                                   | *9.2.10.v20150310* |
>   | Started     | standard-4.0.5              |
> jetty                                   | 8.1.14.v20131031 |          |
> Uninstalled | standard-4.0.5              |
> cxf-http-jetty                          | 3.1.5            |          |
> Started     | cxf-3.1.5                   |
> pax-jetty                               | *9.2.15.v20160210* |
>   | Started     | org.ops4j.pax.web-4.2.6     | Provide Jetty engine support
> pax-jetty-spdy                          | 4.2.6            |          |
> Uninstalled | org.ops4j.pax.web-4.2.6     | Optional additional feature
> to run Jetty with SPDY
> pax-http-jetty                          | 4.2.6            |          |
> Started     | org.ops4j.pax.web-4.2.6     |
> camel-jetty                             | 2.16.3           |          |
> Uninstalled | camel-2.16.3                |
> camel-jetty9                            | 2.16.3           |          |
> Started     | camel-2.16.3                |
> karaf@root(feature)>
>
> Would it be a concern?
>
> Regards,
> Allan C.

-- 
Jean-Baptiste Onofr�
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com