apupier commented on PR #21161:
URL: https://github.com/apache/camel/pull/21161#issuecomment-3822916884
```
Error: google-pubsub-lite] [ERROR] Tests run: 2, Failures: 0, Errors: 1,
Skipped: 0, Time elapsed: 0.427 s <<< FAILURE! -- in
org.apache.camel.component.google.pubsublite.GooglePubsubLiteProducerTest
Error: google-pubsub-lite] [ERROR]
org.apache.camel.component.google.pubsublite.GooglePubsubLiteProducerTest.testProcess
-- Time elapsed: 0.374 s <<< ERROR!
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]