iprithv opened a new pull request, #4629: URL: https://github.com/apache/solr/pull/4629
replaced direct `System.getProperty(...)` / `System.getenv` calls for Solr configuration properties with `EnvUtils` equivalents throughout the core module. this provides consistent support for `SOLR_*` environment variables (and the automatic `SOLR_FOO_BAR` → `solr.foo.bar` conversion) in all core startup and configuration paths. -- 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]
