apupier commented on PR #22215: URL: https://github.com/apache/camel/pull/22215#issuecomment-4116148622
requires API adapatation: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project camel-minio: Compilation failure: Compilation failure: Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConfiguration.java:[23,16] cannot find symbol Error: symbol: class ServerSideEncryptionCustomerKey Error: location: package io.minio Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConfiguration.java:[61,13] cannot find symbol Error: symbol: class ServerSideEncryptionCustomerKey Error: location: class org.apache.camel.component.minio.MinioConfiguration Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConfiguration.java:[253,12] cannot find symbol Error: symbol: class ServerSideEncryptionCustomerKey Error: location: class org.apache.camel.component.minio.MinioConfiguration Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConfiguration.java:[260,52] cannot find symbol Error: symbol: class ServerSideEncryptionCustomerKey Error: location: class org.apache.camel.component.minio.MinioConfiguration Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConsumer.java:[30,16] cannot find symbol Error: symbol: class CopySource Error: location: package io.minio Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioProducer.java:[32,16] cannot find symbol Error: symbol: class CopySource Error: location: package io.minio Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioProducer.java:[49,21] package io.minio.http does not exist Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioProducer.java:[50,25] cannot find symbol Error: symbol: class Bucket Error: location: package io.minio.messages Error: /home/runner/work/camel/camel/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioProducer.java:[414,81] cannot find symbol Error: symbol: class Method Error: location: class org.apache.camel.component.minio.MinioProducer ``` -- 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]
