raducotescu commented on code in PR #50:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50#discussion_r1856586287
##########
src/main/java/org/apache/sling/servlets/resolver/internal/bundle/BundledScriptTracker.java:
##########
@@ -756,4 +805,16 @@ private Set<BundledRenderUnitCapability>
reduce(Set<BundledRenderUnitCapability>
newSet.addAll(originalCapabilities);
return newSet;
}
+
+
+ @ObjectClassDefinition
+ public @interface BundledScriptTrackerConfig {
+
+ @AttributeDefinition(name="Mandatory Bundles", description="A list of
symbolic bundle names the for which the "
+ + "script registration process must have been successfully
completed for the health check to report ok.")
+ String[] mandatoryBundles();
Review Comment:
```suggestion
@AttributeDefinition(name="Mandatory Bundles", description="A list
of symbolic bundle names for which the "
+ "script registration process must have been successfully
completed for the health check to report ok.")
String[] mandatoryBundles();
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]