Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Xtext compatible with Guava 31 #2671

Closed
wants to merge 1 commit into from

Commits on May 17, 2023

  1. Make Xtext compatible with Guava 31

    Widen the version ranges in all MANIFEST.MF where the guava bundle is
    required to "[30.1.0,32.0.0)" and test Xtext with Guava 31 in the
    xtext-latest.target.
    Guice still requires Guava 30 so that version is still required, but
    this change should at least allow to use Xtext in conjunction with Guava
    31.1. At the moment that is very problematic because Xtext plugins
    reexport the guava bundle.
    Because Guice uses Guava only internally and not in its API Guava
    classes of version 31 cannot 'leak' into Xtext and class-space
    consistency is ensured.
    HannesWell committed May 17, 2023
    Configuration menu
    Copy the full SHA
    65aa181 View commit details
    Browse the repository at this point in the history