-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
TitleDb calls gson 2.10.1. In this version, gson.getDelegateAdapter() has a code hack:
public <T> TypeAdapter<T> getDelegateAdapter(TypeAdapterFactory skipPast, TypeToken<T> type) { // Hack. If the skipPast factory isn't registered, assume the factory is being requested via // our @JsonAdapter annotation. if (!factories.contains(skipPast)) {
The code hack triggers a bug. Please see Fix Gson.getDelegateAdapter not working properly for JsonAdapter #2435
google/gson#2435
Please check its revison:
TitleDB calls this API in hundreds of locations. Please update gson to avoid this bug.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working