epugh commented on code in PR #2721:
URL: https://github.com/apache/solr/pull/2721#discussion_r1774359308


##########
solr/core/src/java/org/apache/solr/cli/SolrCLI.java:
##########
@@ -137,6 +137,12 @@ public class SolrCLI implements CLIO {
   public static final Option OPTION_SOLRURL =
       Option.builder("url")
           .longOpt("solr-url")
+          .deprecated(
+              DeprecatedAttributes.builder()
+                  .setForRemoval(true)
+                  .setSince("9.7")
+                  .setDescription("Use --solr-url instead")
+                  .get())

Review Comment:
   interesting, I actually don't know why I added this...    It doesn't seem to 
fit the rest of this PR...



-- 
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

Reply via email to