You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/20 13:00:52 UTC

[GitHub] [camel-examples] apupier commented on pull request #98: Remove unused import

apupier commented on PR #98:
URL: https://github.com/apache/camel-examples/pull/98#issuecomment-1160419368

   failure is unrelated to the Pull request. it is emphasizing tha the main branch is broken:
   ```
   Error:  COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   Error:  /home/runner/work/camel-examples/camel-examples/examples/resume-api/resume-api-file-offset/src/main/java/org/apache/camel/example/resume/file/offset/main/MainApp.java:[61,76] method createConsumer in class org.apache.camel.processor.resume.kafka.SingleNodeKafkaResumeStrategy<T> cannot be applied to given types;
     required: no arguments
     found: java.lang.String
     reason: actual and formal argument lists differ in length
   Error:  /home/runner/work/camel-examples/camel-examples/examples/resume-api/resume-api-file-offset/src/main/java/org/apache/camel/example/resume/file/offset/main/MainApp.java:[66,76] method createProducer in class org.apache.camel.processor.resume.kafka.SingleNodeKafkaResumeStrategy<T> cannot be applied to given types;
     required: no arguments
     found: java.lang.String
     reason: actual and formal argument lists differ in length
   Error:  /home/runner/work/camel-examples/camel-examples/examples/resume-api/resume-api-file-offset/src/main/java/org/apache/camel/example/resume/file/offset/main/MainApp.java:[68,16] constructor SingleNodeKafkaResumeStrategy in class org.apache.camel.processor.resume.kafka.SingleNodeKafkaResumeStrategy<T> cannot be applied to given types;
   ```


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org