Slice Statistics

With Slice 4.4 we introduced a way to gather statistics regarding the Slice Models being used on an AEM instance - Slice Statistics.

Once activated, this feature will cause statistics to be gatheredĀ as AEM renders pages that use Slice Models. The data can then be inspected in the OSGi console.

The information available is:

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!

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

Bug fixing

You can find a full list of fixed bugs in the release notes.