This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a change to branch backport_SOLR-16842_to_branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from e870e180bbb Adding NOCOMMIT to SolrCLI#getDefaultSolrUrl
add 1fa6afce82b Revert SolrCLI changes related to /solr suffix Keep it as
it was, normalizing baseUrl without /solr
add 4cf9c8c5638 Fix test_create_collection.bats - Removes
CreateCollectionTool.java and CreateCoreTool.java - Delegate cmd option parsing
to CreateTool - Fix problem with /solr suffix normalization - Added in a legacy
'solr create_collection' test
add cf6eb68eabe HealthCheckToolTest: Revert removal of /solr strip
add 6a85012852d Usage print for 'solr create' tool - Printing Usage text
from bin/solr, options from CreateTool - HelpFormatter width 120 -
HelpFormatter not print deprecated options
No new revisions were added by this update.
Summary of changes:
solr/bin/solr | 157 ++------------
.../org/apache/solr/cli/CreateCollectionTool.java | 236 ---------------------
.../java/org/apache/solr/cli/CreateCoreTool.java | 184 ----------------
.../java/org/apache/solr/cli/RunExampleTool.java | 8 +-
.../core/src/java/org/apache/solr/cli/SolrCLI.java | 63 ++++--
.../org/apache/solr/cli/HealthcheckToolTest.java | 3 +-
.../apache/solr/cloud/SolrCloudExampleTest.java | 4 +-
solr/packaging/test/test_create_collection.bats | 28 ++-
8 files changed, 79 insertions(+), 604 deletions(-)
delete mode 100644
solr/core/src/java/org/apache/solr/cli/CreateCollectionTool.java
delete mode 100644 solr/core/src/java/org/apache/solr/cli/CreateCoreTool.java