ponziani opened a new issue, #2062: URL: https://github.com/apache/karaf/issues/2062
I'm trying to configure my Karaf instance with environment variables as described in https://karaf.apache.org/manual/latest/#_environment_variables_system_properties However I cannot find how to configure a String array as required by for instance the Felix Healthchecks when I want to configure the tags-property in org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServlet-default.config Does anybody know how to configure it (for instance ["tag1","tag2","-tag3"]) using ORG_APACHE_FELIX_HC_CORE_IMPL_SERVLET_HEALTHCHECKEXECUTORSERVLET_DEFAULT_TAGS ? This did not work for me: ORG_APACHE_FELIX_HC_CORE_IMPL_SERVLET_HEALTHCHECKEXECUTORSERVLET_DEFAULT_TAGS=["tag1","tag2","-tag3"] -- 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]
