dsmiley commented on code in PR #3512: URL: https://github.com/apache/solr/pull/3512#discussion_r2308163160
########## solr/solrj/src/resources/DeprecatedSystemPropertyMappings.properties: ########## @@ -28,3 +28,5 @@ basicauth=solr.security.auth.basicauth.credentials cloud.solr.client.max.stale.retries=solr.solrj.cloud.max.stale.retries configset.upload.enabled=solr.configset.upload.enabled solr.hidden.sys.props=solr.responses.hidden.sys.props +bootstrap_confdir=solr.configset.bootstrap.confdir +collection.config.name=solr.collection.config.name Review Comment: The actual system property that was used is "collection.configName" not "collection.config.name". -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
