-
Notifications
You must be signed in to change notification settings - Fork 19
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
Remove Xtext dependencies from Sprotty #93
Comments
@glatuske the sprotty protocol datatypes are specified in Xtend using Xtend's active annotations, which are declared in However, the setters and getters in the datatype use (are generated with) the annotation Consequence: In order to get rid of that dependencies we would have to replace the Xtend-based definitions by counterparts in Java, which is not super tempting. In which way are those dependencies problematic for you? |
One more finding: So on eclipse bundle/maven artifact level it's "just" |
@sailingKieler I have created my request because of the combination of different Xtext versions (and Google Guice & Guava) with @kieler is quite tricky. |
Which dependency version constraint do you have there? (I'm currently not up-to-date on that). |
It would help us, if the minimum version would be set to 2.31 (or below). |
The bundle org.eclipse.sprotty has an import package on Xtext but no Java class is using it. This import should be removed.
I guess this dependency comes via Xtend but is build time only.
The text was updated successfully, but these errors were encountered: