Description
OakSolrConfigurationProviderService has always an empty value as initial value for used properties OSGi property, this results in OakSolrConfiguration#getUsedProperties to return a Collection with just one empty String. That has the side effect of preventing every usage of the Solr index for property restrictions. The initialization of the configuration from the OSGi property should take that into account and create an empty Collection when there's just an empty value.
Attachments
Issue Links
- breaks
-
OAK-3974 regression: OakSolrConfigurationProviderService.activate can throw a NPE
- Closed