Bug 353248 [Compatibility] Disposable services created by the context
may not get disposed

The logic for determining whether a retrieved service had to be
disposed when the service locator got disposed was incorrect.
This was because the get(String) method was being invoked on the
context instead of the getLocal(String) method. This meant that
the context would recurse upwards to search for a service when
it should have only been looking at its own local cache.
1 file changed
tree: 83318e6e151c83f5cadc2ab9f7dd5592a29461da
  1. bundles/
  2. examples/
  3. features/
  4. tests/
  5. .gitignore