Original commit message

ChangeScribe message

FELIX-1666 JavaDoc for the helper method and accept STARTING bundles only if they have the lazy activation policy header set.

BUG - FEATURE: <type-ID>


This is a small modifier commit that does not change the system significantly. This change set is mainly composed of:


1. Changes to package org.apache.felix.scr.impl:


1.1. Modifications to ComponentRegistry.java:


1.1.1. Add if statement at isBundleActive(Bundle) method

1.1.2. Add line comment at isBundleActive(Bundle) method

1.1.3. Add return statement at isBundleActive(Bundle) method

1.1.4. Remove line comment at isBundleActive(Bundle) method

1.1.5. Remove return statement at isBundleActive(Bundle) method

1.1.6. Remove if statement at isBundleActive(Bundle) method

1.1.7. Add javadoc at isBundleActive(Bundle) method