Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
ipojo-manipulator-1.11.0
-
None
Description
The ConfigurationHandler uses true as default value for propagation of properties (just like DS spec).
This in not aligned with the @Component annotation default value (that is false).
So looking at the annotation, we may think that propagation is disabled by default, and still see properties propagated at runtime.