[
https://issues.apache.org/jira/browse/CAMEL-23711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-23711:
--------------------------------
Fix Version/s: 4.21.0
> Proide automated test for camel-test-infra-jaeger
> -------------------------------------------------
>
> Key: CAMEL-23711
> URL: https://issues.apache.org/jira/browse/CAMEL-23711
> Project: Camel
> Issue Type: Test
> Components: camel-test-infra
> Affects Versions: 4.20.0
> Reporter: Aurélien Pupier
> Priority: Minor
> Fix For: 4.21.0
>
>
> there si a camel-test-infra-jaeger componnet which has no automated tests.
> there is a manual Test application which is not even working fo rme locally:
> {noformat}
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/camel/spi/annotations/InfraService
> at
> org.apache.camel.test.infra.common.services.ContainerEnvironmentUtil.findAnnotation(ContainerEnvironmentUtil.java:131)
> at
> org.apache.camel.test.infra.common.services.ContainerEnvironmentUtil.containerName(ContainerEnvironmentUtil.java:112)
> at
> org.apache.camel.test.infra.jaeger.services.JaegerLocalContainerInfraService.<init>(JaegerLocalContainerInfraService.java:36)
> at
> org.apache.camel.test.infra.jaeger.JaegerTestApp.main(JaegerTestApp.java:50)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.camel.spi.annotations.InfraService
> at
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
> at
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
> ... 4 more
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)