A bug slipped into the framework shutdown process during the refactoring
of the code. A "synchronized (this)" was put into an inner class, but
not converted to "synchronized (Felix.this)" which was causing threads
calling Felix.stopAndWait() to not get notified that the framework had
shutdown.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@558798 13f79535-47bb-0310-9956-ffa450edef68
1 file changed