I meant to say Jenkins uses Guava 11.x.

On Tuesday, February 21, 2017 at 6:41:25 PM UTC-8, tamal wrote:
>
> 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/dcaf2dab-4855-484c-ab82-303326522540%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to