[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980105#comment-15980105
 ] 

ASF GitHub Bot commented on BOOKKEEPER-1010:
--------------------------------------------

Github user eolivelli commented on the issue:

    https://github.com/apache/bookkeeper/pull/117
  
    Thanks @arvindkandhare for trying to shade guava.
    This test is failing because legacy compats on the classpath are tring to 
use the non shaded version of guava.
    TestBackwardCompat.testCompatReads:751 ยป NoSuchMethod 
com.google.common.util.c.
    
    I will look into this problem deeper, there are several ways to fix but I 
am not sure of which is the best option.
    If you prefer you can leave unshaded guava for this pr and I will continue 
with the shade.
    If the error is not related to the shade you will have to shade the old 
version of guava inside the compats deps and relocate it to a different package 
name


> Bump up Guava version to 20.0
> -----------------------------
>
>                 Key: BOOKKEEPER-1010
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1010
>             Project: Bookkeeper
>          Issue Type: Improvement
>          Components: bookkeeper-server
>            Reporter: Arvind Kandhare
>
> Currently bookkeeper is using Guava 13.0. Guava has moved forward and at 
> version 20.0 there are some API changes.
> This becomes an issue if a project using Guava 20.0 tries to run bookie 
> server inproc. Bumping the Guava version to 20.0 will fix that issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to