apupier commented on PR #21413:
URL: https://github.com/apache/camel/pull/21413#issuecomment-3889332512
specific work to do:
```
java.lang.NoClassDefFoundError:
com/google/protobuf/RuntimeVersion$RuntimeDomain
at com.google.pubsub.v1.PubsubMessage.<clinit>(PubsubMessage.java:47)
at
org.apache.camel.component.google.pubsublite.GooglePubsubLiteProducer.send(GooglePubsubLiteProducer.java:104)
at
org.apache.camel.component.google.pubsublite.GooglePubsubLiteProducer.process(GooglePubsubLiteProducer.java:81)
at
org.apache.camel.component.google.pubsublite.GooglePubsubLiteProducerTest.testProcess(GooglePubsubLiteProducerTest.java:70)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.ClassNotFoundException:
com.google.protobuf.RuntimeVersion$RuntimeDomain
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)
... 7 more
```
--
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]