jbordeau commented on code in PR #7720: URL: https://github.com/apache/camel/pull/7720#discussion_r889882239
########## components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConsumer.java: ########## @@ -68,6 +69,7 @@ public class MinioConsumer extends ScheduledBatchPollingConsumer { public MinioConsumer(MinioEndpoint endpoint, Processor processor) { super(endpoint, processor); + LOG.info("Minio consumer custom: v1"); Review Comment: done, it is an error. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org