in src/main/java/org/apache/sling/installer/hc/OsgiInstallerHealthCheck.java [67:75]
protected void configure(OsgiInstallerHealthCheckConfiguration configuration) {
this.configuration = configuration;
try {
skipEntityIdsWithVersions = parseEntityIdsWithVersions(configuration.skipEntityIds());
} catch (IllegalArgumentException e) {
throw new IllegalStateException("Invalid configuration in 'skipEntityIds': " + e.getLocalizedMessage(), e);
}
}