JiriOndrusek opened a new issue, #7269:
URL: https://github.com/apache/camel-quarkus/issues/7269

   ### Bug description
   
   Quarkus upgraded gson to 2.13.0 (see 
[PR](https://github.com/quarkusio/quarkus/commit/81d3813eda665ef8ef79ad4cbcf7fef3fc89ca22)),.
 This change causes `cauchdb` tests to fail
   
   ```  Caused by: 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.http.RequestBuilder.bodyContent(RequestBuilder.java:429)
                at 
com.ibm.cloud.cloudant.v1.Cloudant.putDocument(Cloudant.java:1552)
   ```
   
   Tests are disabled until a newer version of `java-sdk-core` is available. 
Here is a [ticket](https://github.com/IBM/java-sdk-core/issues/233) on the 
project.


-- 
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