Hi,
We are writing some custom Jenkins plugin that uses auto generated gRPC 
java client. The issue is Jenkins by default bundles Guava 15.0. But gRPC 
client needs 18.0, otherwise we are getting Method Not Found exceptions. 
So, we have modified Jenkins to use Guava 18.0. But the issue is between 
15.0 and 18.0, Guava renamed method Iterators.skip() to 
Iterators.advance(). You can see our commit here: 

https://github.com/appscode-ci/jenkins/commit/3d67efe7b1020945a71245ffaf94438829775f8e

My question is will it be possible to upgrade Jenkins to use at least Guava 
18.0 ?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/3ce586cc-e8f2-4f45-8b6e-8060ca4ccb4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to