janhoy commented on code in PR #1768: URL: https://github.com/apache/solr/pull/1768#discussion_r1512800441
########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ########## @@ -26,6 +26,11 @@ Before starting an upgrade to this version of Solr, please take the time to revi // TODO add similar text that previous releases have at this spot. +=== Solr CLI and Scripts + +The Solr CLI has gone through some signficant rennovations to reduce technical debt, and function more consistently and predictably. +You will need to review any custom scripts that use the `bin/solr` command to ensure that you are using the correct options. Review Comment: ```suggestion Users are urged to review all use of the `bin/solr` command, such as in scripts and documentation, to ensure that the correct options are being used. ``` ########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ########## @@ -26,6 +26,11 @@ Before starting an upgrade to this version of Solr, please take the time to revi // TODO add similar text that previous releases have at this spot. +=== Solr CLI and Scripts + +The Solr CLI has gone through some signficant rennovations to reduce technical debt, and function more consistently and predictably. Review Comment: ```suggestion The Solr CLI has gone through some significant renovations to reduce technical debt, and now functions more consistently and predictably. Most notably, CLI commands now use unix-style options, e.g. `--help` instead of `-help`. ``` -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org