This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new b170de5fd5e Track changes for the whole slew of CLI commands under one
umbrella JIRA (#2810)
b170de5fd5e is described below
commit b170de5fd5e3f486e736070c855daf221c761365
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 7adc0afa5c8..d7ab056b87d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -29,11 +29,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,