Croway commented on code in PR #12208:
URL: https://github.com/apache/camel/pull/12208#discussion_r1410502409
##########
components/camel-jetty/src/main/java/org/apache/camel/component/jetty11/CamelInputStreamContentProvider.java:
##########
@@ -18,9 +18,9 @@
import java.io.InputStream;
-import org.eclipse.jetty.client.util.InputStreamContentProvider;
+import org.eclipse.jetty.io.content.InputStreamContentSource;
-public class CamelInputStreamContentProvider extends
InputStreamContentProvider {
+public class CamelInputStreamContentProvider extends InputStreamContentSource {
Review Comment:
I just noticed that the package is jetty11 and some class are named jett11
as well, can I update them to Jetty12?
--
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]