-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoClassDefFoundError: com/google/gson/internal/reflect/ReflectionAccessor #168
Comments
Yes, we're aware that SDKs cannot yet upgrade to gson 2.9.0. The latest version the java core can use is currently 2.8.9, and we have an issue on our backlog to migrate to gson 2.9.0: |
Version 9.15.5 of the java core has been released which bumps up the gson dependency to 2.9.0. |
I try to use 22.3.0,is ok,successful ,
|
@japhet99 Your problem doesn't appear to be an issue with this particular repository. You must be using gson in a different context. |
Hey, ya'll. Do ya'll know about this?
Cross posting this issue here: IBM/cloudant-java-sdk#253 & IBM/cloudant-java-sdk#236
Describe the bug
To Reproduce
call com.ibm.cloud.cloudant.v1.Cloudant.postDocument() using
and
Unfortunately I can't use an earlier version of GSON because of this:
google/gson#1875
and this
google/gson#1902
Must gather (please complete the following information):
The text was updated successfully, but these errors were encountered: