Versions Compared

Key

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

...

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 of fixed bugs in the release notes.