NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Software Development Kit (SDK) and API Discussions

Can NetApp NMSDK run with post 15 version of guava library?

lb98
1,885 Views

When I compile NMSDK library with guava 18. I got this exception from query NetAPP:

Caused by: java.lang.NoClassDefFoundError: com/google/common/io/NullOutputStream

at com.netapp.nmsdk.client.ApiTarget$Encoding$1.createApiInvocation(ApiTarget.java:202)

at com.netapp.nmsdk.client.ApiRunner.createApiInvocation(ApiRunner.java:153)

at com.netapp.nmsdk.client.ApiRunner.run(ApiRunner.java:131)

at com.netapp.nmsdk.client.ApiRunner.run(ApiRunner.java:105)

 

NullOutputStream is removed from guava after version  14.

All NMSDK are still with guava library 08 release.

 

Anyone knows how to get arround this if I have to use guava 18 in my appilcation?

Or is there going to be an update of NMSDK with newer version of guava library?

Thanks!

 

 

0 REPLIES 0
Public