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
This plugin is transitively using gson 2.2.4. Since plugins share the same classloader it can break other plugins that rely on newer versions of gson depending on the order that libraries are loaded. Here is an example from an in-house plugin:
This plugin is transitively using gson 2.2.4. Since plugins share the same classloader it can break other plugins that rely on newer versions of gson depending on the order that libraries are loaded. Here is an example from an in-house plugin:
java.lang.NoSuchMethodError: com.google.gson.JsonArray.add(Ljava/lang/String;)V
That method was added in gson 2.3.
The text was updated successfully, but these errors were encountered: