Aurélien Pupier created CAMEL-23711:
---------------------------------------
Summary: 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
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)