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?

Robert

Reply via email to