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: [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]