apupier commented on PR #15509:
URL: https://github.com/apache/camel/pull/15509#issuecomment-2342954390
requires manual change:
```
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
Compilation failure
/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)
at
org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1309)
at
org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:208)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
at
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:342)
... 15 common frames omitted
```
--
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]