You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by David Jencks <da...@yahoo.com> on 2012/01/06 08:32:18 UTC

Blueprint injection in commands

I found a really egregious bug in the config shell commands (KARAF-1140).  Since writing code that gets and ungets services seems to  be difficult I changed the way these work to use blueprint injection of the service rather than getting them in code (improperly).  This means the commands wont be visible if the service they expose isn't available.  I think this is a good idea but I'm open to discussion.

thanks
david jencks