apupier commented on PR #17753:
URL: https://github.com/apache/camel/pull/17753#issuecomment-2804146126

   /component-test couchdb
   
   given that it is currently failing on jenkins Ci:
   
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/lastCompletedBuild/testReport/org.apache.camel.component.couchdb/CouchDbProducerTest/BuildAndTest___Matrix___JDK_NAME____jdk_17_latest___PLATFORM____s390x____Test___testDeleteResponse/
   
   ```
   java.lang.NoClassDefFoundError: com/google/gson/internal/$Gson$Types
        at 
com.ibm.cloud.sdk.core.util.DynamicModelTypeAdapterFactory.getBoundFields(DynamicModelTypeAdapterFactory.java:161)
        at 
com.ibm.cloud.sdk.core.util.DynamicModelTypeAdapterFactory.create(DynamicModelTypeAdapterFactory.java:108)
        at com.google.gson.Gson.getAdapter(Gson.java:628)
        at com.google.gson.Gson.toJson(Gson.java:928)
        at com.google.gson.Gson.toJson(Gson.java:899)
        at com.google.gson.Gson.toJson(Gson.java:848)
        at com.google.gson.Gson.toJson(Gson.java:825)
        at 
com.ibm.cloud.sdk.core.service.model.DynamicModel.toString(DynamicModel.java:161)
        at 
org.apache.camel.component.couchdb.CouchDbProducer.getBodyAsJsonElement(CouchDbProducer.java:101)
        at 
org.apache.camel.component.couchdb.CouchDbProducer.process(CouchDbProducer.java:48)
        at 
org.apache.camel.component.couchdb.CouchDbProducerTest.testDeleteResponse(CouchDbProducerTest.java:124)
        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.gson.internal.$Gson$Types
        ... 14 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]

Reply via email to