Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For more information, seeĀ Slice Statistics.

Registering injectors for multiple paths

Since Slice 4.4 a single injector can be registered for multiple paths, e.g. /apps/one-app, /apps/another-app. Thank you, Roy Teeuwen, for contribution!

Code Block
languagejava
List<String> applicationPaths = Arrays.asList("/apps/one-app", "/apps/another-app");
InjectorRunner runner = new InjectorRunner(bundleContext, injectorName, applicationPaths,
                                           bundleNameFilter, basePackage);
runner.start();
    


Bug fixing

The following bugs were fixed in 4.4.0. You can find a full list in the release notes.