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

Update Guice from version 3 to version 4 or above #701

Closed
mmews-n4 opened this issue Mar 22, 2018 · 3 comments
Closed

Update Guice from version 3 to version 4 or above #701

mmews-n4 opened this issue Mar 22, 2018 · 3 comments
Labels

Comments

@mmews-n4
Copy link
Contributor

Guice 3 is incompatible with Java 8 (see link below). This might causes the problem that we sometimes have when starting the IDE: An endless loop of console log messages is shown and the IDE never starts. The reason for this endless loop is a Guice exception com.google.inject.internal.util.$ComputationException that also mentions ClassNotFoundException. In case the scenario occurs, check it at N4JSActivator#createInjector(String) (line 76).

@mmews-n4 mmews-n4 added the bug label Mar 22, 2018
@mmews-n4
Copy link
Contributor Author

We depend on Xtext to update their dependency. See eclipse/xtext-core#393

@mmews-n4 mmews-n4 added wontfix and removed bug labels Mar 27, 2018
@yoosiba
Copy link
Contributor

yoosiba commented Mar 29, 2018

@mmews-n4 if wontfix then close?

@mmews-n4
Copy link
Contributor Author

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants