iamsanjay commented on code in PR #3071:
URL: https://github.com/apache/solr/pull/3071#discussion_r2318177399
##########
solr/core/build.gradle:
##########
@@ -119,7 +119,6 @@ dependencies {
implementation libs.eclipse.jetty.client
implementation libs.eclipse.jetty.http
Review Comment:
org.eclipse.jetty.io.RuntimeIOException; was being used by core and
RuntimeIOException is deprecated. Instead using UncheckedIOException which is
part of java package.
--
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]