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

Guava dependency resolution bug #2

Closed
fwcd opened this issue May 30, 2018 · 1 comment
Closed

Guava dependency resolution bug #2

fwcd opened this issue May 30, 2018 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@fwcd
Copy link
Owner

fwcd commented May 30, 2018

There is an issue with the Guava dependency.

When including Guava explicitly as dependency...

  • The tests will pass
  • The language server will complain at runtime that the LSP4J/Xtext Guava dependency is missing and fail when trying to provide code completion

When omitting an explicit Guava listing...

  • The tests will fail throwing NoSuchMethodExceptions
  • The language server will work

Currently the Guava dependency is omitted, so the application will work but many of the tests do not work currently. This should obviously be resolved somehow.

@fwcd
Copy link
Owner Author

fwcd commented May 30, 2018

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant