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

2017-12-16 Thread Francois Papon
+1 (non-binding) thanks for the release ! Le 16/12/2017 à 10:23, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.1.4 release to your vote. > > Release Notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140=12341702 > > > Staging Repository:

[4.2.0.M1] - Error install standard Decanter feature

2017-11-11 Thread Francois Papon
Hi, I tested Decanter and install standard decanter feature, it seems that some module base of JDK9 are not exported : IllegalAccessException[class org.apache.lucene.store.MMapDirectory$2$1 cannot access class jdk.internal.ref.Cleaner (in module java.base) because module java.base does not

[4.2.0.M1] - Error installing Activemq

2017-11-11 Thread Francois Papon
Hi, I've got an error when installing activemq feature link to the version of felix gogo command : karaf@root()> feature:install activemq Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=activemq; type=karaf.feature;

Re: [4.2.0.M1] - Error install standard Decanter feature

2017-11-12 Thread Francois Papon
gt; will update those dependencies. > > Regards > JB > > On 11/11/2017 04:48 PM, Francois Papon wrote: >> Hi, >> >> I tested Decanter and install standard decanter feature, it seems that >> some module base of JDK9 are not exported : >> >> IllegalAccessEx

Re: [4.2.0.M1] - Error installing Activemq

2017-11-12 Thread Francois Papon
Ok, it work's Thanks Le 11/11/2017 à 23:11, Guillaume Nodet a écrit : > You need to install the shell-compat feature along with activemq. > > 2017-11-11 17:58 GMT+01:00 Francois Papon <francois.pa...@openobject.fr>: > >> Hi, >> >> I've got an error w

Re: [4.2.0.M1] - Error installing Activemq

2017-11-12 Thread Francois Papon
> On 11/11/2017 05:58 PM, Francois Papon wrote: >> Hi, >> >> I've got an error when installing activemq feature link to the version >> of felix gogo command : >> >> karaf@root()> feature:install activemq >> Error executing command: Unable to resolve r

Re: [Decanter] - Collector socket improvement

2017-11-02 Thread Francois Papon
Cool ! Should I create a JIRA before ? Le 02/11/2017 à 10:11, Jean-Baptiste Onofré a écrit : > Hi > > Great idea and improvement. Can you create a PR, I will review. > > Thanks > Regards > JB > > On Nov 2, 2017, 07:06, at 07:06, Francois Papon > <francois.

[Decanter] - Collector socket improvement

2017-11-02 Thread Francois Papon
Hi, I decided to use Decanter as a syslog server for my router with the collector-socket and append the data to ES with the appender-elasticsearch-rest. Syslog send data with the UDP protocol and actually, it doesn't work with the collector-socket version. I make some modifications on the

Re: [Decanter] - Collector socket improvement

2017-11-02 Thread Francois Papon
Ok, I try to create it. Le 02/11/2017 à 10:23, Jean-Baptiste Onofré a écrit : > Up to you. I can create the Jira after and ament the commit. > > Regards > JB > > On Nov 2, 2017, 07:21, at 07:21, Francois Papon > <francois.pa...@openobject.fr> wrote: >> Cool ! &g

Re: [Decanter] - Collector socket improvement

2017-11-02 Thread Francois Papon
Done : KARAF-5454 Le 02/11/2017 à 10:26, Francois Papon a écrit : > Ok, I try to create it. > > > Le 02/11/2017 à 10:23, Jean-Baptiste Onofré a écrit : >> Up to you. I can create the Jira after and ament the commit. >> >> Regards >> JB >> >>

Re: [Decanter] - Collector socket marshaller improvement

2017-11-03 Thread Francois Papon
ata-format is a config propertie, may be the reference have to be set in the activate method. Le 03/11/2017 à 11:56, Francois Papon a écrit : > Hi, > > I'm back with Decanter :) > > I'm thinking about adding a new propertie in the collector-socket to > define wich marshaller to use.

[Decanter] - Collector socket marshaller improvement

2017-11-03 Thread Francois Papon
Hi, I'm back with Decanter :) I'm thinking about adding a new propertie in the collector-socket to define wich marshaller to use. Actually, the collector-socket marshaller work's only with Json format in input but it will be nice if other format could be support. In the case of network

Re: Integrating "overrides" and "blacklisting" for repositories, features and bundles

2017-10-31 Thread Francois Papon
Hello, For me it's good :) +1 Le 31/10/2017 à 13:21, Grzegorz Grzybek a écrit : > Hello > > Continuing the thread, here's draft XML configuration file for feature > overriding/altering/blacklisting. This file could be generated by > karaf-maven-plugin and could be used in addition to/instead

Re: [ANN] Apache Karaf 4.1.4 has been released !

2017-12-20 Thread Francois Papon
Thanks for this release. Good job guys ! François Le 20/12/2017 à 18:05, Jean-Baptiste Onofré a écrit : > Hi all, > > The Karaf team is pleased to announce Karaf "Container" 4.1.4 release. > > This is a bug fix release containing some improvements and updates. > > We encourage all 4.1.x users

Re: [UPDATE] Preparing Karaf 4.2.1, and other releases

2018-05-13 Thread Francois Papon
Hi, Thanks JB for the updated ! François Le 14/05/2018 à 09:30, Jean-Baptiste Onofré a écrit : > Hi guys, > > just to let you know that I'm prepared a bunch of branches with several > updates > and fixes. > > I'm creating the PRs this week to go towards 4.2.1 soon. > > I keep you posted ! > >

[decanter] - file appender

2018-05-10 Thread Francois Papon
Hi, I saw using the decanter-appender-file that if the file used by the appender to write data already exist, it was cleaned at restart of the bundle. I'm thinking that it would be interesting for the user to choose in the config file to append or not if the file already exist. Thoughts ?

Re: [decanter] - file appender

2018-05-12 Thread Francois Papon
Hi, PR pushed for this : https://github.com/apache/karaf-decanter/pull/34 Thanks for reviewing ;) François Le 11/05/2018 à 09:36, Francois Papon a écrit : > Hi, > > Agree for the rotation :) > > For the appending, I made a PR in this way by adding a new key/value in > t

Re: [decanter] - file appender

2018-05-10 Thread Francois Papon
if wanted, but > agree to read/append existing file at startup. > > Regards > JB > > On 10/05/2018 20:40, Francois Papon wrote: >> Hi, >> >> I saw using the decanter-appender-file that if the file used by the >> appender to write data already exist, it was clea

Re: [decanter] - file appender

2018-05-10 Thread Francois Papon
appender. User can > leverage logrotate or similar. > > I think that appending "bootstrapping" is a good idea. > > Regards > JB > > On 05/11/2018 05:48 AM, Francois Papon wrote: >> Hi JB, >> >> You mind it would be better to add a rotation support ?

[cave] - features

2018-05-21 Thread Francois Papon
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

Re: [cave] - features

2018-05-21 Thread Francois Papon
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/20

Re: Salt and hash karaf CLI user passwords

2018-06-11 Thread Francois Papon
Hi, Which version of Karaf are you using ? François Papon fpa...@apache.org Open3m - https://www.open3m.io Le 11/06/2018 à 11:27, Steubert Ebenezer a écrit : > Hi, > > > > We need to salt and hash the karaf CLI user passwords. > > > > We installed jasypt (feature:install jasypt) on

Re: [June 18] Board report

2018-06-13 Thread Francois Papon
Hi, Good for me :) Thanks JB ! Regards François Papon fpa...@apache.org Open3m - https://www.open3m.io Le 13/06/2018 à 23:00, Jean-Baptiste Onofré a écrit : > Hi guys, > > I prepared the board report for this month: > > https://cwiki.apache.org/confluence/display/KARAF/Board+Reports > >

Re: Preparing Karaf 4.2.1 and some ideas

2018-06-17 Thread Francois Papon
+1 for all ! We have to simplify and document the way to make custom distribution for end user ;) I also note many questions about JPA on the mailing list and we will add other examples by provider (Apache OpenJPA, EclipseLink, Hibernate, ...) regards, François Papon fpa...@apache.org Open3m -

Re: [ANN] New Karaf committer: François Papon

2018-06-03 Thread Francois Papon
Thanks JB ! I will do my best :) François Papon fpa...@apache.org Open3m - https://www.open3m.io Le 03/06/2018 à 09:36, Jean-Baptiste Onofré a écrit : > Please join me and the rest of the Karaf PMC members in welcoming our > new Karaf committer: François Papon. > François is a big Karaf fan,

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

2017-10-26 Thread francois papon
+1 (non-binding) thanks ! Le 27/10/2017 à 08:08, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.1.3 release to your vote. > > Release Notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140=12341130 > > > Staging Repository: >

Re: [VOTE] Apache Karaf 4.2.0.M1 release

2017-10-28 Thread Francois Papon
+1 (non-binding) Very good job guys !! Le 28/10/2017 à 10:31, Jean-Baptiste Onofré a écrit : > Hi all > > I submit Karaf 4.2.0.M1 release to your vote. It's not a GA release but a > technical preview. The purpose is to perform a test campaign before the first > GA Release. > Especially the

Re: [VOTE] Apache Karaf Cave 4.1.0 release

2017-12-24 Thread Francois Papon
Hi, Good Christmas release :) +1 (non-binding) François Le 24/12/2017 à 11:08, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf Cave 4.1.0 release to your vote. > This first release in the new Cave 4.1.x series introduces the > Deployer feature, allowing you to manipulate artifacts

Re: [PROPOSAL] Apache Karaf Decanter 2.0.0

2018-01-08 Thread Francois Papon
Hi, +1 (non-binding) François Le 08/01/2018 à 14:25, Jean-Baptiste Onofré a écrit : > Hi, > > I'm working on the preparation of the next Decanter release. > > I would like to bump Decanter version to 2.0.0 for the following reasons: > > 1. Upgrade to OSGi Spec 6.0.0, especially for Compendium

Re: [PROPOSAL] Docker feature in Karaf container

2018-01-19 Thread Francois Papon
I'm agree with Guillaume, CXF could be the default implementation but not be mandatory. Le 19/01/2018 à 16:54, Guillaume Nodet a écrit : > 2018-01-19 13:45 GMT+01:00 Daniel Kulp : > >> >>> On Jan 19, 2018, at 4:00 AM, Guillaume Nodet wrote: >>> >>> *

[karaf 4.2.0.M2] -

2018-01-29 Thread Francois Papon
Hi, I have this issue when only execute the "list" command for the first time (on a fresh install) : karaf@root()> list START LEVEL 100 , List Threshold: 50 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by

Re: [VOTE] Apache Karaf Decanter 2.0.0 release

2018-01-29 Thread Francois Papon
+1 (non-binding) Thanks for the release ! François Le 29/01/2018 à 22:00, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf Decanter 2.0.0 release to your vote. > > This is the first release in the new Decanter 2.x series. It's designed to > work > with Karaf >= 4. > > It's an

Re: [VOTE] Apache Karaf Decanter 2.0.0 release, take 2

2018-02-02 Thread Francois Papon
+1 (non-binding) Thanks for the release ! François Le 02/02/2018 à 18:20, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf Decanter 2.0.0 release to your vote. > > This is the first release in the new Decanter 2.x series. It's designed to > work > with Karaf >= 4. > > It's an

Re: [karaf 4.2.0.M2] -

2018-01-29 Thread Francois Papon
an-Baptiste Onofré wrote: >> Hi, >> >> OK, did you enable the illegal access warnings ? >> >> By the way, are you using Java8 or Java9 ? >> >> Regards >> JB >> >> On 01/30/2018 08:14 AM, Francois Papon wrote: >>> Hi JB, &

Re: [karaf 4.2.0.M2] -

2018-01-29 Thread Francois Papon
Hi JB, echo $TERM => xterm-256color I tried on Karaf 4.2.0.M1 and have the same error. François Le 30/01/2018 à 10:22, Jean-Baptiste Onofré a écrit : > echo $TERM

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

2018-02-12 Thread Francois Papon
+1 (non-binding) Thanks for the release ! François Le 12/02/2018 à 22:52, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.1.5 release to your vote. > > Release Notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140=12342294 > > Staging

[PROPOSAL] - Jenkins build

2018-07-30 Thread Francois Papon
Hi, With the new livecycle of JDK releases (9,10,11,GraalVM..), I think we could add some JDK dedicated build on the Jenkins like this : https://builds.apache.org/job/maven-box/job/maven-pdf-plugin/job/master/ Now that we have some examples include in the itests, it's more convenient to have a

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

2018-08-03 Thread Francois Papon
+1 (non-binding) Thanks JB ! regards, François Papon fpa...@apache.org Le 03/08/2018 à 21:20, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.1.6 release to your vote. This is a > maintenance release on 4.1.x series. > > Release Notes: >

Re: [CANCEL][VOTE] Apache Karaf (Container) 4.1.6 release

2018-08-07 Thread Francois Papon
Thanks JB ;) regards, François Papon fpa...@apache.org Le 07/08/2018 à 21:53, Jean-Baptiste Onofré a écrit : > Hi all, > > unfortunately, due to https://issues.apache.org/jira/browse/KARAF-5860 I > cancel this vote. > > An important security issue has been found in Jetty (see >

Re: [IRC] - spam

2018-08-08 Thread Francois Papon
Thanks JB ;) regards, François Papon fpa...@apache.org Le 08/08/2018 à 17:46, Jean-Baptiste Onofré a écrit : > Hi François, > > I saw that as well and notified freenode, but didn't get any feedback. > > I gonna ban the nick providing spam. > > Regards > JB > >

Re: 4.2.1 vote tonight/tomorrow morning | Karaf regular release pace

2018-08-15 Thread Francois Papon
Hi, +1 for both :) Releasing every 2 month make the release smallest and I think it's good for our users, it make the upgrade of their project or runtime easier. regards, François Papon fpa...@apache.org On 16/08/2018 08:03, Jean-Baptiste Onofré wrote: > Hi guys, > > as I don't want to hold

Re: Karaf target audience and release granularity

2018-08-16 Thread Francois Papon
yes, +1 for the description :) François Papon fpa...@apache.org On 16/08/2018 12:50, Jamie G. wrote: > I like the phrase "Product Project", perhaps we should add that to > Karaf's description ;) > On Thu, Aug 16, 2018 at 6:18 AM Jean-Baptiste Onofré > wrote: >> Hi Toni, >> >> I know a fairly

Re: [VOTE] Apache Karaf (Container) 4.1.6 release - take #2

2018-08-10 Thread Francois Papon
+1 (non-binding) Thanks ! regards, François Papon fpa...@apache.org Le 10/08/2018 à 08:58, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.1.6 release to your vote (take #2 after Pax > Web and Spring updates). This is a > maintenance release on 4.1.x series. > >

[IRC] - spam

2018-08-08 Thread Francois Papon
Hi, We have a lot of spam on the IRC channel, is there a way to hide them in the channel admin ? regards, -- François Papon fpa...@apache.org

Re: Karaf on OSv

2018-08-20 Thread Francois Papon
Hi, Your feedback is very interesting :) In the last release 4.2.1 of Karaf, there is a new feature for managing docker. With this feature we can build an image and a container on the fly of the runing instance of Karaf. This is something that could be helpfull for building VM or update a cloud

Re: Karaf target audience and release granularity

2018-08-19 Thread Francois Papon
Hi, I don't really understand why using JMS, can you explain ? regards, François Papon fpa...@apache.org Le 19/08/2018 à 03:13, Castor a écrit : > "by the way, what do you mean about remote admin ? Is it something like > the Deployer feature we have in Cave?" > > Yes! the deploy module is

Re: Karaf target audience and release granularity

2018-08-19 Thread Francois Papon
Ok, thanks ! It's great to ear usages of Karaf ;) As JB said, the last release of Karaf Cave provider the Deployer helping to deal with Karaf instance administration and it also provide an API Rest. You can take a look to the implementation, may be you can find some usefull stuff :

Re: [VOTE] Apache Karaf "Container" 4.2.1 release

2018-08-18 Thread Francois Papon
+1 (non-binding) Thanks ! regards, François Papon fpa...@apache.org Le 18/08/2018 à 17:34, Jean-Baptiste Onofré a écrit : > Hi, > > I submit Apache Karaf 4.2.1 release to your vote. > > This release is a major update on the 4.2.x series. It includes bunch of > dependencies updates, fixes and

Re: [PROPOSAL] - Stories page on website

2018-08-27 Thread Francois Papon
Hi Lukasz, There is an official Slack channel : https://the-asf.slack.com/messages/CB5JNLLBW I'm agree about the trademark usage and as you said, may be we could ask for that. regards, François Papon fpa...@apache.org Le 27/08/2018 à 20:18, Łukasz Dywicki a écrit : >> As we discuss on Slack,

Re: [VOTE] Apache Karaf "Container" 4.2.1 release

2018-08-23 Thread Francois Papon
ually you will hit that barrier :) > > regards, Achim > > Am Mi., 22. Aug. 2018 um 23:39 Uhr schrieb Christian Schneider < > ch...@die-schneider.net>: > >> I am currently on holidays. Will take a while. >> >> Christian >> >> Francois Papon schrieb am Mi.,

[PROPOSAL] - Stories page on website

2018-08-22 Thread Francois Papon
Hi, As we discuss on Slack, I pushed a PR about adding a stories page on the website to talk about Karaf ecosystem : https://github.com/fpapon/karaf-site/tree/STORIES I made a proposal structure of the page and add some stories after talking with JB. This is a WIP so you can complete or fix it

Re: [VOTE] Apache Karaf "Container" 4.2.1 release

2018-08-22 Thread Francois Papon
Hi Christian, I tried to unpack the zip on a Windows 7 and I don't get the path too long issue. Can you share the full path of the example that is problematic ? I have created a Jira (KARAF-5876) and want to fix it. Thanks regards, François Papon fpa...@apache.org Le 18/08/2018 à 21:30,

Re: [VOTE] Apache Karaf Cave 4.1.1 release

2018-09-04 Thread Francois Papon
+1 (non-binding) Thanks for the release ! regards, François Papon fpa...@apache.org Le 05/09/2018 à 08:56, Jean-Baptiste Onofré a écrit : > Hi, > > I submit Apache Karaf Cave 4.1.1 release to your vote. > > This is a maintenance release on Cave 4.1.x series (working on Karaf > 4.0.x, 4.1.x and

Re: [PROPOSAL] Simplify components and cleanup old versions in Jira

2018-09-09 Thread Francois Papon
Hi JB, +1 ! Full agree with that :) regards, François Papon fpa...@apache.org Le 09/09/2018 à 23:03, Jean-Baptiste Onofré a écrit : > Hi team, > > Now, in Jira, we have a bunch of components: karaf-core, karaf-test, > cellar-config, ... > > Most of the time, when an user creates a Jira, he

Re: [PROPOSAL] Simplify components and cleanup old versions in Jira

2018-09-09 Thread Francois Papon
> to have a component like "maven" or "build" too? > > regards > Grzegorz Grzybek > > pon., 10 wrz 2018 o 04:54 Francois Papon > napisał(a): > >> Hi JB, >> >> +1 ! >> >> Full agree with that :) >> >> regards, >> >

Re: [PROPOSAL] Simplify components and cleanup old versions in Jira

2018-09-09 Thread Francois Papon
but I never use component. > > Regards > JB > > On 10/09/2018 07:05, Grzegorz Grzybek wrote: >> pon., 10 wrz 2018 o 06:40 Francois Papon >> napisał(a): >> >>> Hi Grzegorz, >>> >>> Can you explain why you think it would be nice to have a maven

Re: [HEADS UP] Periodical release schedule

2018-09-10 Thread Francois Papon
Thanks JB ! regards, François Papon fpa...@apache.org Le 10/09/2018 à 16:13, Jean-Baptiste Onofré a écrit : > Hi guys, > > as proposed and discussed in another thread, I updated the release schedule: > > http://karaf.apache.org/download.html > > The idea is to have a release stable pace: a

Re: Board report for this month

2018-08-29 Thread Francois Papon
Thanks :) regards, François Papon fpa...@apache.org Le 30/08/2018 à 09:06, Jean-Baptiste Onofré a écrit : > Yeah, good point. I will also add note about CVE reviews in progress. > > Regards > JB > > Le 30 août 2018 à 06:50, à 06:50, "francois.papon" > a écrit: >> Hi, >> May be we could add

Re: PR608 - Updated Scheduler feature to support persistence - Failed

2018-09-11 Thread Francois Papon
Hi, You are missing the Apache License header in files : 4 Unknown Licenses * Files with unapproved licenses: scheduler/src/main/java/org/apache/karaf/scheduler/SchedulerStorage.java

Re: [PROPOSAL] Docker feature in Karaf container

2018-01-18 Thread Francois Papon
Hi JB, I think it's a good idea ! I'm agree with adding docker as a dedicated module in Karaf container because it just use docker. It would be also interesting to be able to create an image of Karaf from the running instance :) François Le 18/01/2018 à 13:37, Jean-Baptiste Onofré a écrit :

[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 :

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

2018-04-03 Thread Francois Papon
+1 (non-binding) Thanks for this release ! Agree with the examples, it needs some polish ;) François Le 03/04/2018 à 12:25, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.2.0 release to your vote. > > This is the first GA on the 4.2.x series, following M1 and M2. >

Re: [ANN] Apache Karaf 4.2.0 has been released!

2018-04-10 Thread Francois Papon
Thanks to all for this big release ! François Le 10/04/2018 à 13:52, Jean-Baptiste Onofré a écrit : > The Apache Karaf team is pleased to announce Apache Karaf 4.2.0 release! > > This is the first GA release on the new 4.2.x stable series, bringing > a lot of fixes, improvements and new

Re: [ANN] Apache Karaf 4.2.0 has been released!

2018-04-10 Thread Francois Papon
Hi, Maybe we could add the section "News" in the header menu where we listed the announcements (actually only in the home page slideshow) with some details about the highlights and/or some related blog links. François Le 10/04/2018 à 16:04, Jean-Baptiste Onofré a écrit : > That's a good idea.

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Francois Papon
+1 (non-binding) Thanks for the fix ! François Le 05/04/2018 à 10:03, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.2.0 release to your vote. > > This is the first GA on the 4.2.x series, following M1 and M2. > > NB: I preferred to postpone the merge of the new

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

2018-04-04 Thread Francois Papon
Hi Christian, For Windows, you are testing with Java 9 ? Le 04/04/2018 à 11:22, Christian Schneider a écrit : > I found two issues until now: > > - When you start karaf on windows, then stop with Ctrl-D the java process > does not end. > - There is org.osgi.core-6.0.0.jar in the boot dir. I

Re: FYI, OSGi Features RFP

2018-04-09 Thread Francois Papon
Thanks Guillaume for sharing ! It's a great news :) François Le 09/04/2018 à 12:54, Guillaume Nodet a écrit : > See https://github.com/osgi/design/blob/master/rfps/rfp-0188-Features.pdf >

Re: FYI, OSGi Features RFP

2018-04-09 Thread Francois Papon
I didn't know about the OSGi alliance inside... if it's not an open source organization and community not involved, I understand your fear. Thanks for your explanation ;) Le 09/04/2018 à 14:00, Guillaume Nodet a écrit : > 2018-04-09 11:42 GMT+02:00 Francois Papon <francois.pa...@openobj

Re: FYI, OSGi Features RFP

2018-04-09 Thread Francois Papon
Hi Guillaume, Can you explain why you think it's not a good thing for Karaf ? François Le 09/04/2018 à 13:35, Guillaume Nodet a écrit : > I was not in any way aware of this RFP and I'm not part of the process, but > this looks really inspired from Karaf Features at least. > The author, David

Re: [PROPOSAL] - Manual feature

2018-03-03 Thread Francois Papon
Hi, Can we active the Jenkins Cellar job (master and PR) ? I wish to validate the PR :) Thanks, Francois Le 02/03/2018 à 22:52, Jean-Baptiste Onofré a écrit : > Cool ! > > Thanks ! > > Regards > JB > > On 03/02/2018 07:24 PM, Francois Papon wrote: >> JIRA c

Re: [PROPOSAL] - Manual feature

2018-03-02 Thread Francois Papon
PR merged in the next 4.2.0 release. Thanks JB ! Francois Le 01/03/2018 à 21:18, Francois Papon a écrit : > Great ! > > I created  a JIRA (https://issues.apache.org/jira/browse/KARAF-5649) and > I prepare the PR ;) > > thanks, > > François > > > Le 01/03/2

Re: [PROPOSAL] - Manual feature

2018-03-02 Thread Francois Papon
te Onofré a écrit : > +1 thanks for tackling this ! > > Regards > JB > > On 03/02/2018 06:23 PM, Francois Papon wrote: >> Yes, I'm in ! >> >> I can create the JIRA and push the PR ;) >> >> Are you ok ? >> >> Francois >> >> >&

Re: [PROPOSAL] - Manual feature

2018-03-02 Thread Francois Papon
ve > > Thoughts ? > > Regards > JB > > On 03/02/2018 06:16 PM, Francois Papon wrote: >> PR merged in the next 4.2.0 release. >> >> Thanks JB ! >> >> Francois >> >> >> Le 01/03/2018 à 21:18, Francois Papon a écrit : >>> Great ! &

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

2018-02-26 Thread Francois Papon
+1 (non-binding) Thanks for the release ! François Le 26/02/2018 à 13:43, Jean-Baptiste Onofré a écrit : > 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: >

Re: [PROPOSAL] - Manual feature

2018-03-01 Thread Francois Papon
> 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 Pa

Re: [PROPOSAL] Add spotless to Karaf and subprojects

2018-11-08 Thread Francois Papon
Hi JB, The plugins works well (just tested on Vineyard) and I can see that we can add the license header in the plugin configuration : /* Licensed under Apache-2.0 */ ${basedir}/license-header Should we add this ? regards, François Papon fpa...@apache.org Le

Re: [PROPOSAL] Add spotless to Karaf and subprojects

2018-11-06 Thread Francois Papon
Hi JB, It sounds very good for me :) thanks! François Papon fpa...@apache.org Le 07/11/2018 à 08:43, Jean-Baptiste Onofré a écrit : > Hi team, > > I created a PR (https://github.com/apache/karaf/pull/648) to enable > spotless in Karaf. > > Spotless is code style checker but also formatter. > >

Re: [VOTE] Apache Karaf Cellar 4.0.5 release

2018-10-09 Thread Francois Papon
+1 (non-binding) Thanks JB! Regards, François Papon fpa...@apache.org Le 09/10/2018 à 19:31, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf Cellar 4.0.5 release to your vote. This release is a > maintenance release of the Cellar 4.0.x serie. > > Release Notes: >

Re: [VOTE] Apache Karaf Cellar 4.1.2 release

2018-10-10 Thread Francois Papon
+1 (non-binding) Thanks JB! Regards, François Papon fpa...@apache.org Le 10/10/2018 à 10:05, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf Cellar 4.1.2 release to your vote. This release is a > maintenance release of the Cellar 4.1.x serie. > > Release Notes: >

Re: [PROPOSAL] Create karaf-4.2.x branch and move master to 4.3.x supporting R7

2018-09-24 Thread Francois Papon
Hi JB, It sounds good for me :) Thanks ! Regards, François Papon fpa...@apache.org Le 24/09/2018 à 12:01, Jean-Baptiste Onofré a écrit : > Hi guys, > > based on what Guillaume started already, I moved forward during the week > end on OSGi R7 support in Karaf. > > I think I will have something

Re: Happy new year

2019-01-01 Thread Francois Papon
Hi JB! Happy new year to you and to all the Karaf team and users! This new year is very interesting with all this new stuff :) Regards, François Papon fpa...@apache.org Le 01/01/2019 à 02:39, Jean-Baptiste Onofré a écrit : > Hi all, > > I wish you all happy new year. > > For sure, it will be

Re: How to get list of installed bundles in Karaf using web service REST API?

2019-01-18 Thread Francois Papon
Hi, As JB said, you have all you need in the Cave Deployer REST: https://github.com/apache/karaf-cave/blob/master/rest/src/main/java/org/apache/karaf/cave/rest/DeployerRest.java Regards, François Papon fpa...@apache.org Le 18/01/2019 à 16:16, Jean-Baptiste Onofré a écrit : > Hi, > > you can

Re: [VOTE] Apache Karaf Cave 4.1.2 release

2019-01-15 Thread Francois Papon
+1 (binding) Thanks JB! Regards, François Papon fpa...@apache.org Le 15/01/2019 à 23:26, Jean-Baptiste Onofré a écrit : > Hi, > > I submit Apache Karaf Cave 4.1.2 release to your vote. > > This is a maintenance release on Cave 4.1.x series (working with Karaf > runtime 4.0.x, 4.1.x and 4.2.x),

Re: Roadmap for Q1 19, Karaf 4.3 and kloud project (was: [PROPOSAL] Simplify the karaf-maven-plugin to easily create custom distribution)

2018-12-20 Thread Francois Papon
Hi JB, Thanks for the update and the roadmap! It's very nice to see the cloud initiative about Karaf and it really make sense for end users ;) I also very like the idea about simplify the way for creating custom distribution, this can be very helpfull for the Kloud initiative! Let's move

Re: [VOTE] Apache Karaf (runtime) 4.2.2 release

2018-12-16 Thread Francois Papon
+1 (binding) Thanks JB! Regards, François Papon fpa...@apache.org Le 16/12/2018 à 14:11, Jean-Baptiste Onofré a écrit : > Hi all, > > Finally, after different new fixes and third party releases, I'm glad to > submit Karaf (runtime) 4.2.2 release to your vote. This is a major > maintenance

Re: Board report Dec 18 draft

2018-11-29 Thread Francois Papon
Hi JB, It's ok for me. Thanks! regards, François Papon fpa...@apache.org Le 29/11/2018 à 21:07, Jean-Baptiste Onofré a écrit : > Hi guys, > > I prepared the board report for Dec 18: > > https://cwiki.apache.org/confluence/display/KARAF/Board+Reports > > Please, take a look and let me know if

Re: Help to get out of pax-web from karaf distribution

2018-12-05 Thread Francois Papon
Hi, This is very interesting! I agree that it would be a good thing but in some case, moving some features out of Karaf mean that the owner of the librairies/framework have to maintain the compatibility and they don't have skills or don't have time to do it. Projects like Aries and Pax are nice

Re: [HEADS UP] Postponing Karaf 4.2.2 due to a blocking issue

2018-12-08 Thread Francois Papon
Hi JB, Thanks for the update! regards, François Papon fpa...@apache.org Le 08/12/2018 à 18:15, Jean-Baptiste Onofré a écrit : > OK, that seems related to ASM 7 update (required for better Java 11 > support). > > I'm checking the ASM bundles available. > > I keep you posted. > > Regards > JB >

Re: [DISCUSS] Apache Karaf 4.3.x and resource repositories

2018-11-22 Thread Francois Papon
Hi, Yes I also agree with this, I think we should keep the Karaf features as a default usage for end-users ;) regards, François Papon fpa...@apache.org Le 23/11/2018 à 11:11, Jean-Baptiste Onofré a écrit : > Fully agree. Don't get me wrong: I don't want to remove features. We have lot > of

Re: [PROPOSAL] Add spotless to Karaf and subprojects

2018-11-22 Thread Francois Papon
Hi JB, It's good for me, I think we could apply it now. regards, François Papon fpa...@apache.org Le 23/11/2018 à 09:19, Jean-Baptiste Onofré a écrit : > Hi guys, > > Thoughts about spotless ? > > https://github.com/apache/karaf/pull/648 > > I will update the PR today. > > Agree to apply

Re: [VOTE] Apache Karaf (runtime) 4.1.7 release

2018-11-26 Thread Francois Papon
+1 Thanks! regards, François Papon fpa...@apache.org Le 26/11/2018 à 22:37, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (runtime) 4.1.7 release to your vote. This is a > maintenance release on 4.1.x series. > > Release Notes: >

Re: [HEADS UP] Releases schedule

2019-01-13 Thread Francois Papon
Hi JB, Thanks for the report! Regards, François Papon fpa...@apache.org Le 14/01/2019 à 09:42, Jean-Baptiste Onofré a écrit : > Hi, > > We are a bit late on the release schedule, so, I will move forward this > week. > > - Regarding Karaf 4.2.3, I plan to propose to vote by the end of this >

Re: [PROPOSAL] Simplify the karaf-maven-plugin to easily create custom distribution

2018-09-13 Thread Francois Papon
Hi JB, I agree about this, we have to focus on the user friendly stuff and I have an additional point : * Add a simple way to update/add properties in the default configuration files of the standard distribution in the assembly (like system.properties) I'm not sure this is the

[MEDIA] - Wikipedia page

2018-09-13 Thread Francois Papon
Hi, I made some updates on the Karaf wikipedia page : https://en.wikipedia.org/wiki/Apache_Karaf Let me know if you have some ideas to add more sections :) Regards, -- François Papon fpa...@apache.org

Re: [PROPOSAL] Simplify the karaf-maven-plugin to easily create custom distribution

2018-09-13 Thread Francois Papon
-3982 > [2]https://issues.apache.org/jira/browse/KARAF-5868 > Best Regards > > - > Freeman(Yue) Fang > > Red Hat, Inc. > FuseSource is now part of Red Hat > > > >> On Sep 13, 2018, at 8:15 PM, Francois Papon >> wrote: >> >>

Re: [PROPOSAL] Simplify the karaf-maven-plugin to easily create custom distribution

2018-09-13 Thread Francois Papon
+1 ! regards François Papon fpa...@apache.org Le 13/09/2018 à 19:18, Jean-Baptiste Onofré a écrit : > For the feature generation, I have two ideas that I would like to PoC: > > - use a CLI/interactive mode. For instance, if the user runs mvn > karaf:feature-generate, the MOJO will ask some

Re: [PROPOSAL] Simplify the karaf-maven-plugin to easily create custom distribution

2018-09-13 Thread Francois Papon
For the template, we can share some templates on the Karaf website like the feature XSD files ? For example, a template to create a api rest feature based on Apache CXF. regards, François Papon fpa...@apache.org Le 13/09/2018 à 19:18, Jean-Baptiste Onofré a écrit : > For the feature

Re: Apache karaf with osgi 7

2019-03-23 Thread Francois Papon
Hi Grzegorz, Let me know if I can help for R7 support on Pax-Web ;) regards, François Papon fpa...@apache.org Le 23/03/2019 à 11:10, Grzegorz Grzybek a écrit : > Hello > > Adding to that, I'm (slowly for now...) working on R7 support in PAX-WEB. > > regards > Grzegorz Grzybek > > sob., 23 mar

Re: [PROPOSAL/UPDATE] New karaf:dockerfile & karaf:docker MOJOs

2019-03-22 Thread Francois Papon
Hi JB, This is really awesome!! It show how Karaf is a powerfull runtime and now cloud ready ;) I think we could add a page on the website to better show the polymorphic side of Karaf and the Kloud initiative. Thoughts? regards, François Papon fpa...@apache.org Le 22/03/2019 à 20:05,

  1   2   3   >