You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Francois Papon <fr...@openobject.fr> on 2018/05/21 18:19:35 UTC

[cave] - features

Hi,

In the Apache Karaf Cave subproject we have this features :

cave-deployer
cave-deployer-command
cave-deployer-management
cave-deployer-rest
cave-deployer-service
cave-http
cave-maven
cave-rest
cave-server
cave-storage

and the bundle names are :

 69 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: API
 70 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Command
 71 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: HTTP
 72 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Management
 73 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Maven Proxy
 74 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Rest
 75 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Storage
122 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: API
123 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: Command
124 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: REST
125 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: Service

I think we could rename the server features like this :

cave-server
cave-server-http
cave-server-maven
cave-server-rest
cave-server-storage

Thoughts ?

François


Re: [cave] - features

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

Regards
JB

On 21/05/2018 20:38, Francois Papon wrote:
> Hi JB,
> 
> Not a big deal ;)
> 
> Do you want me to create a Jira and make the changes ?
> 
> François
> 
> 
> Le 21/05/2018 à 22:25, Jean-Baptiste Onofré a écrit :
>> Agree, it makes sense.
>>
>> My bad, I should have done that when I did the refactoring.
>>
>> Regards
>> JB
>>
>> On 21/05/2018 20:19, Francois Papon wrote:
>>> Hi,
>>>
>>> In the Apache Karaf Cave subproject we have this features :
>>>
>>> cave-deployer
>>> cave-deployer-command
>>> cave-deployer-management
>>> cave-deployer-rest
>>> cave-deployer-service
>>> cave-http
>>> cave-maven
>>> cave-rest
>>> cave-server
>>> cave-storage
>>>
>>> and the bundle names are :
>>>
>>>    69 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: API
>>>    70 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>>> Command
>>>    71 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: HTTP
>>>    72 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>>> Management
>>>    73 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>>> Maven Proxy
>>>    74 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Rest
>>>    75 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>>> Storage
>>> 122 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: API
>>> 123 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer ::
>>> Command
>>> 124 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: REST
>>> 125 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer ::
>>> Service
>>>
>>> I think we could rename the server features like this :
>>>
>>> cave-server
>>> cave-server-http
>>> cave-server-maven
>>> cave-server-rest
>>> cave-server-storage
>>>
>>> Thoughts ?
>>>
>>> François
>>>
> 

Re: [cave] - features

Posted by Francois Papon <fr...@openobject.fr>.
Hi JB,

Not a big deal ;)

Do you want me to create a Jira and make the changes ?

François


Le 21/05/2018 à 22:25, Jean-Baptiste Onofré a écrit :
> Agree, it makes sense.
>
> My bad, I should have done that when I did the refactoring.
>
> Regards
> JB
>
> On 21/05/2018 20:19, Francois Papon wrote:
>> Hi,
>>
>> In the Apache Karaf Cave subproject we have this features :
>>
>> cave-deployer
>> cave-deployer-command
>> cave-deployer-management
>> cave-deployer-rest
>> cave-deployer-service
>> cave-http
>> cave-maven
>> cave-rest
>> cave-server
>> cave-storage
>>
>> and the bundle names are :
>>
>>   69 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: API
>>   70 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>> Command
>>   71 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: HTTP
>>   72 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>> Management
>>   73 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>> Maven Proxy
>>   74 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Rest
>>   75 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server ::
>> Storage
>> 122 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: API
>> 123 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer ::
>> Command
>> 124 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: REST
>> 125 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer ::
>> Service
>>
>> I think we could rename the server features like this :
>>
>> cave-server
>> cave-server-http
>> cave-server-maven
>> cave-server-rest
>> cave-server-storage
>>
>> Thoughts ?
>>
>> François
>>


Re: [cave] - features

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Agree, it makes sense.

My bad, I should have done that when I did the refactoring.

Regards
JB

On 21/05/2018 20:19, Francois Papon wrote:
> Hi,
> 
> In the Apache Karaf Cave subproject we have this features :
> 
> cave-deployer
> cave-deployer-command
> cave-deployer-management
> cave-deployer-rest
> cave-deployer-service
> cave-http
> cave-maven
> cave-rest
> cave-server
> cave-storage
> 
> and the bundle names are :
> 
>   69 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: API
>   70 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Command
>   71 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: HTTP
>   72 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Management
>   73 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Maven Proxy
>   74 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Rest
>   75 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Server :: Storage
> 122 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: API
> 123 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: Command
> 124 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: REST
> 125 │ Active │  80 │ 4.1.0   │ Apache Karaf :: Cave :: Deployer :: Service
> 
> I think we could rename the server features like this :
> 
> cave-server
> cave-server-http
> cave-server-maven
> cave-server-rest
> cave-server-storage
> 
> Thoughts ?
> 
> François
>