Re: [VOTE] Apache Karaf (Container) 3.0.9 release

2018-03-01 Thread Achim Nierbeck
+1 (binding)

Achim

2018-03-01 7:48 GMT+01:00 Andrea Cosentino :

> +1 (non-binding)
>
> Thanks JB
>
> --
> Andrea Cosentino
> --
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>
>
>
>
>
>
> On Monday, February 26, 2018, 10:43:41 AM GMT+1, Jean-Baptiste Onofré <
> j...@nanthrax.net> wrote:
>
>
>
>
>
> Hi all,
>
> I submit Karaf (Container) 3.0.9 release to your vote. It's a maintenance
> release, fixing several issues and bringing minor dependency updates.
>
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12311140&version=12338081
>
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1109
>
> Git Tag:
> karaf-3.0.9
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
>
> This vote will be open for at least 72 hours.
>
> Thanks,
> Regards
> JB
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>



-- 

Apache Member
Apache Karaf  Committer & PMC
OPS4J Pax Web  Committer &
Project Lead
blog 
Co-Author of Apache Karaf Cookbook 

Software Architect / Project Manager / Scrum Master


Re: [VOTE] Apache Karaf (Container) 3.0.9 release

2018-03-01 Thread Jamie G.
+1 (binding)

Cheers,
Jamie

On Thu, Mar 1, 2018 at 5:11 AM, Achim Nierbeck  wrote:
> +1 (binding)
>
> Achim
>
> 2018-03-01 7:48 GMT+01:00 Andrea Cosentino :
>
>> +1 (non-binding)
>>
>> Thanks JB
>>
>> --
>> Andrea Cosentino
>> --
>> Apache Camel PMC Member
>> Apache Karaf Committer
>> Apache Servicemix PMC Member
>> Email: ancosen1...@yahoo.com
>> Twitter: @oscerd2
>> Github: oscerd
>>
>>
>>
>>
>>
>>
>> On Monday, February 26, 2018, 10:43:41 AM GMT+1, Jean-Baptiste Onofré <
>> j...@nanthrax.net> wrote:
>>
>>
>>
>>
>>
>> Hi all,
>>
>> I submit Karaf (Container) 3.0.9 release to your vote. It's a maintenance
>> release, fixing several issues and bringing minor dependency updates.
>>
>> Release Notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
>> projectId=12311140&version=12338081
>>
>> Staging Repository:
>> https://repository.apache.org/content/repositories/orgapachekaraf-1109
>>
>> Git Tag:
>> karaf-3.0.9
>>
>> Please vote to approve this release:
>>
>> [ ] +1 Approve the release
>> [ ] -1 Don't approve the release (please provide specific comments)
>>
>> This vote will be open for at least 72 hours.
>>
>> Thanks,
>> Regards
>> JB
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>
>
>
> --
>
> Apache Member
> Apache Karaf  Committer & PMC
> OPS4J Pax Web  Committer &
> Project Lead
> blog 
> Co-Author of Apache Karaf Cookbook 
>
> Software Architect / Project Manager / Scrum Master


[PROPOSAL] - Manual feature

2018-03-01 Thread Francois Papon
Hi guys,

I'm thinking about adding the Karaf manual in a dedicated feature and
publishing it in html with the http service.

It would be usefull for users connected to a local network without any
access to internet.

Thoughts ?

Francois




[JLINE] - interactive command

2018-03-01 Thread Francois Papon
Hi,

I would like to know if it's possible to use interactive command in Karaf ?

For example, using the jdbc command, actually we use :

karaf@root()> jdbc:ds-create -url "jdbc:h2:file:/tmp/decanter" -dc
org.apache.derby.jdbc.EmbeddedDriver -dbName decanter jdbc/decanter

We could use :

karaf@root()> jdbc:ds-create

    DriverClass [org.apache.derby.jdbc.EmbeddedDriver] :
org.apache.derby.jdbc.EmbeddedDriver

    URL [jdbc:h2:file:/tmp/dbfile] : jdbc:h2:file:/tmp/decanter

    Database name [mydb] : decanter

    Jdbc name [jdbc/mydb] : jdbc/decanter

    Create datasource ? [Y/n] : Y

karaf@root()>

Is it possible with JLine and the command specifications in Karaf ?

François



Re: [PROPOSAL] - Manual feature

2018-03-01 Thread Matt Sicker
I like that idea. I've always been a fan of being able to develop offline
while I'm on a plane or train or somewhere with poor signal (or no desire
to tether to LTE).

On 1 March 2018 at 07:50, Francois Papon 
wrote:

> Hi guys,
>
> I'm thinking about adding the Karaf manual in a dedicated feature and
> publishing it in html with the http service.
>
> It would be usefull for users connected to a local network without any
> access to internet.
>
> Thoughts ?
>
> Francois
>
>
>


-- 
Matt Sicker 


Re: [JLINE] - interactive command

2018-03-01 Thread Jean-Baptiste Onofré
Hi François

It's not possible directly using the command annotations. They are inline.

However, a command can already implement it using the session and terminal but 
it's up to the command to deal with the terminal read.

It could be a nice addition to the annotations but it should be at gogo level 
IMHO.

Regards
JB

Le 1 mars 2018 à 18:07, à 18:07, Francois Papon  
a écrit:
>Hi,
>
>I would like to know if it's possible to use interactive command in
>Karaf ?
>
>For example, using the jdbc command, actually we use :
>
>karaf@root()> jdbc:ds-create -url "jdbc:h2:file:/tmp/decanter" -dc
>org.apache.derby.jdbc.EmbeddedDriver -dbName decanter jdbc/decanter
>
>We could use :
>
>karaf@root()> jdbc:ds-create
>
>    DriverClass [org.apache.derby.jdbc.EmbeddedDriver] :
>org.apache.derby.jdbc.EmbeddedDriver
>
>    URL [jdbc:h2:file:/tmp/dbfile] : jdbc:h2:file:/tmp/decanter
>
>    Database name [mydb] : decanter
>
>    Jdbc name [jdbc/mydb] : jdbc/decanter
>
>    Create datasource ? [Y/n] : Y
>
>karaf@root()>
>
>Is it possible with JLine and the command specifications in Karaf ?
>
>François


Re: [PROPOSAL] - Manual feature

2018-03-01 Thread Jean-Baptiste Onofré
That's a good idea !

The manual is already part of the distribution. But it would be very easy to 
package the manual HTML as a wab and deploy via a feature.

As we are doing a Dev guide refactoring focused on examples (with corresponding 
features), it makes sense to have the manual as feature as well.

Regards
JB

Le 1 mars 2018 à 17:50, à 17:50, Francois Papon  
a écrit:
>Hi guys,
>
>I'm thinking about adding the Karaf manual in a dedicated feature and
>publishing it in html with the http service.
>
>It would be usefull for users connected to a local network without any
>access to internet.
>
>Thoughts ?
>
>Francois


Re: [PROPOSAL] - Manual feature

2018-03-01 Thread Francois Papon
Great !

I created  a JIRA (https://issues.apache.org/jira/browse/KARAF-5649) and
I prepare the PR ;)

thanks,

François


Le 01/03/2018 à 19:59, Jean-Baptiste Onofré a écrit :
> That's a good idea !
>
> The manual is already part of the distribution. But it would be very easy to 
> package the manual HTML as a wab and deploy via a feature.
>
> As we are doing a Dev guide refactoring focused on examples (with 
> corresponding features), it makes sense to have the manual as feature as well.
>
> Regards
> JB
>
> Le 1 mars 2018 à 17:50, à 17:50, Francois Papon 
>  a écrit:
>> Hi guys,
>>
>> I'm thinking about adding the Karaf manual in a dedicated feature and
>> publishing it in html with the http service.
>>
>> It would be usefull for users connected to a local network without any
>> access to internet.
>>
>> Thoughts ?
>>
>> Francois