Author: clement
Date: Sat Dec 7 07:14:56 2013
New Revision: 1548800
URL: http://svn.apache.org/r1548800
Log:
Fix FELIX-4292.
Set the propagation default value to true.
Modified:
felix/trunk/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
Modified:
felix/trunk/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java?rev=1548800&r1=1548799&r2=1548800&view=diff
==============================================================================
---
felix/trunk/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
(original)
+++
felix/trunk/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
Sat Dec 7 07:14:56 2013
@@ -64,7 +64,7 @@ public @interface Component {
* Set if the component must propagate received configuration to provided
services.
* default: false
*/
- boolean propagation() default false;
+ boolean propagation() default true;
/**
* Set the Managed Service PID.