eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Downgrade Google Guice to version 3.0 #233

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

Currently, we are using google.inject in version 4.0 on the server side. This complicates dependency resolution when using GLSP in combination with Eclipse plugins. The latest available version via Eclipse Orbit is 3.0. Since we are not using any of the features that were introduced with 4.0 we can ( and should) easily downgrade for better compatibility.