uschindler commented on code in PR #2501:
URL: https://github.com/apache/solr/pull/2501#discussion_r1637696933


##########
solr/core/src/test/org/apache/solr/cloud/TestRequestForwarding.java:
##########
@@ -69,6 +71,12 @@ public void testMultiCollectionQuery() throws Exception {
     }
   }
 
+  // Restricting the Scope of Forbidden API
+  @SuppressForbidden(reason = "java.net.URL#<init> deprecated since Java 20")
+  private URL createURL(String url) throws MalformedURLException {

Review Comment:
   Ah you mentioned that above.



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to