apupier commented on PR #25205: URL: https://github.com/apache/camel/pull/25205#issuecomment-5127530732
compilation failures are reported by the build: ``` [2](https://github.com/apache/camel/actions/runs/30471471386/job/90788006459?pr=25205#step:9:43) [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:testCompile (default-testCompile) on project camel-core: Compilation failure: Compilation failure: Error: [ERROR] /home/runner/work/camel/camel/core/camel-core/src/test/java/org/apache/camel/impl/engine/RouteServiceWarmUpNullMessageTest.java:[143,19] cannot find symbol [ERROR] symbol: class Endpoint [ERROR] location: class org.apache.camel.impl.engine.RouteServiceWarmUpNullMessageTest.NullMessageFailComponent Error: [ERROR] /home/runner/work/camel/camel/core/camel-core/src/test/java/org/apache/camel/impl/engine/RouteServiceWarmUpNullMessageTest.java:[153,20] cannot find symbol [ERROR] symbol: class Consumer [ERROR] location: class org.apache.camel.impl.engine.RouteServiceWarmUpNullMessageTest.NullMessageFailComponent.FailEndpoint Error: [ERROR] /home/runner/work/camel/camel/core/camel-core/src/test/java/org/apache/camel/impl/engine/RouteServiceWarmUpNullMessageTest.java:[190,19] cannot find symbol [ERROR] symbol: class Endpoint [ERROR] location: class org.apache.camel.impl.engine.RouteServiceWarmUpNullMessageTest.ChainedNullMessageFailComponent Error: [ERROR] /home/runner/work/camel/camel/core/camel-core/src/test/java/org/apache/camel/impl/engine/RouteServiceWarmUpNullMessageTest.java:[203,20] cannot find symbol [ERROR] symbol: class Consumer [ERROR] location: class org.apache.camel.impl.engine.RouteServiceWarmUpNullMessageTest.ChainedNullMessageFailComponent.FailEndpoint ``` -- 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]
