davsclaus commented on code in PR #12208:
URL: https://github.com/apache/camel/pull/12208#discussion_r1410511605


##########
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:
   Yes it makes sense to rename package from 11 to 12 wherever



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