apupier commented on PR #15509:
URL: https://github.com/apache/camel/pull/15509#issuecomment-2343009585
for the test of the component, it sound slike a previous version is still
used:
```
[camel-solr] [ERROR]
/home/runner/work/camel/camel/components/camel-solr/src/test/java/org/apache/camel/component/solr/SolrCloudFixture.java:[137,17]
no suitable method found for
makePath(java.lang.String,java.nio.file.Path,boolean,boolean)
method
org.apache.solr.common.cloud.SolrZkClient.makePath(java.lang.String,byte[],boolean,boolean)
is not applicable
(argument mismatch; java.nio.file.Path cannot be converted to byte[])
method
org.apache.solr.common.cloud.SolrZkClient.makePath(java.lang.String,byte[],org.apache.zookeeper.CreateMode,boolean)
is not applicable
(argument mismatch; java.nio.file.Path cannot be converted to byte[])
method
org.apache.solr.common.cloud.SolrZkClient.makePath(java.lang.String,org.apache.zookeeper.CreateMode,org.apache.zookeeper.Watcher,boolean)
is not applicable
(argument mismatch; java.nio.file.Path cannot be converted to
org.apache.zookeeper.CreateMode)
```
--
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]