janhoy opened a new pull request, #4683:
URL: https://github.com/apache/solr/pull/4683

   Extracts the connection-string-to-Solr-URL resolution logic (HTTP form used 
directly; ZooKeeper form queried for a live node's base URL) out of the 
commons-cli-coupled `normalizeSolrUrl(CommandLine)` into a reusable public 
helper `solrUrlFromConnection(CloudSolrClientConnection, credentials)`. The 
commons-cli path delegates to it, so there is no behavior change.
   
   This makes the resolution reusable outside commons-cli contexts — e.g. the 
picocli migration branch (#3254) needs it — and landing it on main 
independently keeps non-picocli drift off that long-running branch.


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

Reply via email to