You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The framework my project uses upgraded gson to 2.11.0. This results in an IllegalArgumentException being thrown from CouchDbClientBase.initGson:
Caused by: java.lang.IllegalArgumentException: Cannot override built-in adapter for class com.google.gson.JsonObject
at com.google.gson.GsonBuilder.registerTypeAdapter(GsonBuilder.java:714)
at org.lightcouch.CouchDbClientBase.initGson(CouchDbClientBase.java:699)
at org.lightcouch.CouchDbClientBase.<init>(CouchDbClientBase.java:95)
at org.lightcouch.CouchDbClient.<init>(CouchDbClient.java:119)
There was a similar issue reported in the Apache Camel project:
The framework my project uses upgraded gson to 2.11.0. This results in an
IllegalArgumentException
being thrown fromCouchDbClientBase.initGson
:There was a similar issue reported in the Apache Camel project:
https://issues.apache.org/jira/browse/CAMEL-20800
The text was updated successfully, but these errors were encountered: