Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels