Giter VIP home page Giter VIP logo

Comments (6)

alexeyOnGitHub avatar alexeyOnGitHub commented on August 10, 2024

ah, I see the project is now deprecated and no longer supported. never mind, closing this issue then

from servo.

brharrington avatar brharrington commented on August 10, 2024

Ideally servo will work fine if newer versions are pulled in. We haven't updated the dependency because it causes issues for some other uses which still require 19.

What specific errors did you see when running on a newer version?

from servo.

alexeyOnGitHub avatar alexeyOnGitHub commented on August 10, 2024

while older projects still use Guava 19, it may be hard to justify supporting it forever - those people would need to stay with older versions of related libraries.

Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
at com.netflix.servo.monitor.MonitorConfig.toString(MonitorConfig.java:161)
...
at com.netflix.loadbalancer.LoadBalancerBuilder.buildFixedServerListLoadBalancer(LoadBalancerBuilder.java:56)

from servo.

dmuino avatar dmuino commented on August 10, 2024

from servo.

brharrington avatar brharrington commented on August 10, 2024

while older projects still use Guava 19, it may be hard to justify supporting it forever

As @dmuino indicated, we significantly reduced our usage of Guava several years back to minimize the number of issues we hit with compatibility changes. It would have been removed all together, but it is unfortunately used in the public API in some places.

I tried updating the guava dependency locally to the latest version, 27.1-jre, and it compiles fine and the tests pass. So servo shouldn't be a blocker to adopting newer versions of guava assuming you are using a recent version of servo.

from servo.

alexeyOnGitHub avatar alexeyOnGitHub commented on August 10, 2024

got it, thank you guys!

from servo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.