apupier commented on PR #24439: URL: https://github.com/apache/camel/pull/24439#issuecomment-4915250302
the error is a comilation issue: ``` [4](https://github.com/apache/camel/actions/runs/28926854906/job/85816411435?pr=24439#step:9:45) Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project camel-ibm-watsonx-ai: Compilation failure: Compilation failure: Error: /home/runner/work/camel/camel/components/camel-ibm/camel-ibm-watsonx-ai/src/main/java/org/apache/camel/component/ibm/watsonx/ai/handler/EmbeddingHandler.java:[70,45] cannot find symbol Error: symbol: method embedding(java.util.List<java.lang.String>,com.ibm.watsonx.ai.embedding.EmbeddingParameters) Error: location: variable service of type com.ibm.watsonx.ai.embedding.EmbeddingService Error: /home/runner/work/camel/camel/components/camel-ibm/camel-ibm-watsonx-ai/src/main/java/org/apache/camel/component/ibm/watsonx/ai/handler/RerankHandler.java:[79,26] cannot find symbol Error: symbol: method inputs(boolean) Error: location: variable paramsBuilder of type com.ibm.watsonx.ai.rerank.RerankParameters.Builder Error: /home/runner/work/camel/camel/components/camel-ibm/camel-ibm-watsonx-ai/src/main/java/org/apache/camel/component/ibm/watsonx/ai/handler/RerankHandler.java:[81,26] cannot find symbol Error: symbol: method inputs(java.lang.Boolean) Error: location: variable paramsBuilder of type com.ibm.watsonx.ai.rerank.RerankParameters.Builder Error: -> [Help 1] ``` which is supposed to be fixed by https://github.com/apache/camel/pull/24452 -- 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]
