Robert Munteanu wrote> On Tue, 2017-10-03 at 11:52 +0200, Carsten
Ziegeler wrote:

>>> 2. Reading the section on configuration merging, it is not clear to
>>> me
>>> if merging is merging of values or overriding of values.
>>>
>>> Consider
>>>
>>>
>>> feature 1:
>>>
>>> com.foo.bar.Service
>>>    prop1="A"
>>>    prop2="B"
>>>
>>> feature 2:
>>>
>>> com.foo.bar.Service
>>>    prop1="C"
>>>
>>>
>>> After the merge, will the configuration define the prop2 property? 
>>
>> Yes, values get overwritten.
> 
> Is there any way of removing a configuration property once it's defined
> in a feature?
> 

Yes, if a feature is includes other features, the include instruction
can have any number of removals.
So you can remove properties before, bundles etc.

Regards
Carsten
-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org

Reply via email to