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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to