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

   The 'qt' parameter and several related methods in SolrJ are deprecated.
   This deprecation may not stick, but it's still worth minimizing use of this
   feature as much as possible.
   
   Many tests rely on it unnecessarily; this PR is one in a number of batches
   slowly removing these usages. This one in particular completes our efforts
   to remove all usages of the `req(..., "qt", "/somepath"...)` pattern, 
replacing
   instances with `reqWithPath("/somepath", ...)` instead.


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