andrewlamb-est commented on code in PR #3542:
URL: https://github.com/apache/avro/pull/3542#discussion_r2490973505
##########
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:
Thanks for your comments. I will look into an alternative option/method for
this in Jetty 12.x.
--
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]