commit | 9c96cd2664c78069bb44fd96034f2532c4188bd9 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sat Dec 07 07:14:56 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sat Dec 07 07:14:56 2013 +0000 |
tree | c6517e9b1a43b245d7339e068b79681e2f935d93 | |
parent | 2a5102b062d459ac02ef936ca2938c840279aab4 [diff] |
Fix FELIX-4292. Set the propagation default value to true. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1548800 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java b/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java index 36501e3..19834be 100644 --- a/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java +++ b/ipojo/manipulator/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
@@ -64,7 +64,7 @@ * 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.