Community
Participate
Working Groups
Currently Gemini Blueprint exposes a "dependencies" property but no corresponding "bean.name" property (which *is* exposed on the corresponding Spring DM events), which is a useful serviceability feature.
Unfortunately the BlueprintEvent class does not allow for custom properties to be added to it. We'll have to extend it and for the user to cast the event to a custom class. Since Gemini Blueprint already issues OsgiServiceDependencyWaitStartingEvent and BootstrappingDependenciesEvent (which are specific to Gemini) one can use those instead.
See the previous comment on the resolution
Closing the bug