andrewlamb-est commented on code in PR #3542:
URL: https://github.com/apache/avro/pull/3542#discussion_r2565134703


##########
lang/java/ipc-jetty/src/main/java/org/apache/avro/ipc/jetty/StaticServlet.java:
##########
@@ -20,16 +20,16 @@
 
 import java.net.URL;
 
-import org.eclipse.jetty.servlet.DefaultServlet;
+import org.eclipse.jetty.ee10.servlet.DefaultServlet;
 import org.eclipse.jetty.util.resource.Resource;
+import org.eclipse.jetty.util.resource.URLResourceFactory;
 
 /**
  * Very simple servlet class capable of serving static files.
  */
 public class StaticServlet extends DefaultServlet {
   private static final long serialVersionUID = 1L;
 
-  @Override

Review Comment:
   Modified to override resolve method instead of the getResource method which 
was removed. Let me know if you have any further comments.



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

Reply via email to