-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: blueprint-spring-camel-1.0.0
-
Fix Version/s: blueprint-spring-camel-1.0.0
-
Component/s: Blueprint
-
Labels:None
With the old spring-dm, there's a "BundleContextAware" interface, any bean implements this interface can get BundleContext injected.
With the new aries-blueprint-spring, we should follow similar pattern, like check if a bean has setBundleContext method, if so, just inject the BundleContext into the bean, so that the application bundles with work with spring-dm can also work with aries-blueprint-spring