amitjoy commented on code in PR #192:
URL: https://github.com/apache/felix-dev/pull/192#discussion_r1089029567


##########
healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/servlet/HealthCheckExecutorServlet.java:
##########
@@ -162,7 +164,10 @@ void setDescription(String d) {
     ResultTxtVerboseSerializer verboseTxtSerializer;
 
     @Activate
-    protected final void activate(final 
HealthCheckExecutorServletConfiguration configuration) {
+    protected final void activate(final 
HealthCheckExecutorServletConfiguration configuration, final BundleContext 
bundleContext) {
+       this.bundleContext = bundleContext;
+       servletRegistrations = new ArrayList<>();

Review Comment:
   Yeah, makes sense. On it.



-- 
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: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to