Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3B3F3200C00 for ; Wed, 18 Jan 2017 14:32:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 39BF9160B44; Wed, 18 Jan 2017 13:32:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 81271160B3A for ; Wed, 18 Jan 2017 14:32:13 +0100 (CET) Received: (qmail 87330 invoked by uid 500); 18 Jan 2017 13:32:12 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 87309 invoked by uid 99); 18 Jan 2017 13:32:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2017 13:32:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 510CBC00B6 for ; Wed, 18 Jan 2017 13:32:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.301 X-Spam-Level: X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id DUwJRpu-lmOp for ; Wed, 18 Jan 2017 13:32:07 +0000 (UTC) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 23D155FE3F for ; Wed, 18 Jan 2017 13:32:07 +0000 (UTC) Received: from mfilter14-d.gandi.net (mfilter14-d.gandi.net [217.70.178.142]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id D920D41C0AA for ; Wed, 18 Jan 2017 14:31:59 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter14-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter14-d.gandi.net (mfilter14-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id HTT6rdF-oWc2 for ; Wed, 18 Jan 2017 14:31:58 +0100 (CET) X-Originating-IP: 73.157.54.200 Received: from [192.168.21.93] (c-73-157-54-200.hsd1.wa.comcast.net [73.157.54.200]) (Authenticated sender: jb@nanthrax.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id BE1E741C0C1 for ; Wed, 18 Jan 2017 14:31:57 +0100 (CET) Subject: Re: Towards Karaf (Container) 4.1.0 To: dev@karaf.apache.org References: <1911828.6fDkfb7A9s@madness> <26b5a0b2-6818-4d83-6737-85eaeae83bd0@nanthrax.net> <24746737.kHMJrdNTbD@madness> From: =?UTF-8?Q?Jean-Baptiste_Onofr=c3=a9?= Message-ID: <5b4fd03f-e887-ebe8-34d3-7431522b43a4@nanthrax.net> Date: Wed, 18 Jan 2017 05:31:55 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <24746737.kHMJrdNTbD@madness> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit archived-at: Wed, 18 Jan 2017 13:32:14 -0000 Sure, I will take a look (I'm preparing Karaf 4.1.0 dependencies updates and ServiceMix bundles release right now). I keep you posted in the Jira. Regards JB On 01/18/2017 05:30 AM, Oliver Lietz wrote: > On Wednesday 18 January 2017 04:48:43 Jean-Baptiste Onofré wrote: >> Oh, I see. >> >> Regarding the schedule, I'm not sure we will have time to do this for >> Karaf 4.1.0. I would more plan this for 4.1.1. >> >> The changes are already pretty large in coming 4.1.0. >> >> Agreed ? > > Sure – working around with external config files. > > But can you please, please have a look at KARAF-4105 again? 8D > > Thanks, > O. > >> Regards >> JB >> >> On 01/18/2017 03:39 AM, Oliver Lietz wrote: >>> On Wednesday 18 January 2017 03:22:31 Jean-Baptiste Onofré wrote: >>>> Hi Oli >>> >>> Hi JB, >>> >>>> Not sure I follow you. Cfg file are configadmin files. Do we have a Jira >>>> describing what you mean ? >>> >>> .cfg is the plain (Java) property file format and .config is the more rich >>> format of Felix ConfigAdmin. Both formats and the differences are >>> described at [2]. KARAF-4346 is related but I guess there should be more >>> issues in JIRA targeting the concrete problems, e.g. features do not >>> support the inlining of ConfigAdmin format configs. >>> >>> Regards, >>> O. >>> >>>> Regards >>>> JB⁣​ >>>> >>>> On Jan 18, 2017, 03:20, at 03:20, Oliver Lietz >>> >>> wrote: >>>>> On Thursday 05 January 2017 15:39:19 Jean-Baptiste Onofré wrote: >>>>>> Hi guys, >>>>>> >>>>>> I started the updates and fixes for Karaf 4.1.0. >>>>>> >>>>>> As dependencies, we will need Pax Exam 4.10.0 and Pax Web 6.0.1. >>>>> >>>>> Achim >>>>> >>>>>> and I will tackle this as it's pre-requisite for 4.1.0. >>>>>> >>>>>> I plan to create karaf-4.1.x branch next week for a release the >>>>>> following week. >>>>>> >>>>>> Thoughts ? >>>>> >>>>> I would like to see full support for configurations in Felix >>>>> Configuration >>>>> Admin format (.config). This feature is essential for Sling on Karaf as >>>>> >>>>> several components require not only strings in configurations[1], but >>>>> not >>>>> supported in .cfg format [2]. Support for this format in Pax Exam is >>>>> under way >>>>> (PAXEXAM-805). >>>>> >>>>> For downstream projects (like Sling), early pre-releases would be >>>>> helpful for >>>>> transition. There was some uproar as I had to disable build jobs for >>>>> Sling/Karaf when switching to 4.1-SNAPSHOT ("no external snapshots >>>>> policy") to >>>>> catch up with current Sling (requires R6). >>>>> >>>>> Regards, >>>>> O. >>>>> >>>>> [1] >>>>> https://github.com/apache/sling/tree/trunk/karaf/org.apache.sling.karaf-> >>> con >>>>> figs/src/main/resources [2] >>>>> http://sling.apache.org/documentation/bundles/configuration-installer-fa >>>>> cto >>>>> ry.html> >>>>> >>>>>> Thanks, >>>>>> Regards >>>>>> JB > > -- Jean-Baptiste Onofré jbonofre@apache.org http://blog.nanthrax.net Talend - http://www.talend.com