This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new e5884a35398 Track changes for the whole slew of CLI commands under one 
umbrella JIRA (#2810)
e5884a35398 is described below

commit e5884a35398c58c6f19e3e40f93c25ee51ef77ef
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Oct 29 07:56:37 2024 -0400

    Track changes for the whole slew of CLI commands under one umbrella JIRA 
(#2810)
---
 solr/CHANGES.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 1ddf5f4be45..a4921ec4065 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -135,11 +135,9 @@ Improvements
   which may help reduce distributed-search latency in collections with many 
shards, especially
   when PKI is used between nodes. (Jason Gerlowski)
 
-* SOLR-17382: Deprecate -a and -addlopts in favour of --jvm-opts for passing 
options into the JVM in bin/solr.   (Eric Pugh, Christos Malliaridis)
-
-* SOLR-17431: Deprecate -p parameter where it doesn't refer to a port in 
bin/solr. (Eric Pugh, Christos Malliaridis)
-
-* SOLR-17442: Resolve -v flag conflict (version, value, verbose) in bin/solr. 
(Eric Pugh, Christos Malliaridis)
+* SOLR-17383: Resolved overlapping arguments in the Solr CLI.  Removed 
duplicative but differing arguments,
+  consolidated use of short form arguments -v to not have differing meanings 
based on tool.  Provide deprecation warning 
+  in command line when deprecated arguments are used. (Eric Pugh, Christos 
Malliaridis)
 
 * SOLR-17256: Deprecate SolrRequest `setBasePath` and `getBasePath` methods.  
SolrJ users wishing to temporarily
   override an HTTP client's base URL may use 
`Http2SolrClient.requestWithBaseUrl` instead. (Jason Gerlowski,

Reply via email to