-
Notifications
You must be signed in to change notification settings - Fork 72
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 to the latest lsp4e (0.13.8) version #749
Update to the latest lsp4e (0.13.8) version #749
Conversation
to get the fix: eclipse-lsp4e/lsp4e#3
Thanks! |
Actually, this change has no payload (except restricting decent compatibility with older LSP4E). I don't think we should restrain the ranges for bugfix, bugfixes come for free just by upgrading dependencies to their newer version in the installation, no need for all downstream consumers to take any action to allow that. |
yeah i am always a bit confused i kind of expected if it says: org.eclipse.lsp4e;bundle-version="0.13.6" that that is a "hard" version (because you have to play with [] or () to make ranges) i tried this in my installation and yes if i add this: https://download.eclipse.org/lsp4e/releases/latest/ and then upgrade the lib it works also, my problem is gone. but the thing is: i guess because eclipse didn't find that as an upgrade? it did see the feature upgrade of WWD but then it still sees that it had the minimum requirements for WWD and didn't update lsp4e at the same time (i had todo that manually) |
The bundle in download area is coming from the target-platform, which references the latest, so I guess just re-running the build would be sufficient for download area to include latest LSP4E. I've just retriggered a build. |
Yes "0.13.6" is actually means "[0.13.6)", or "[0.13.6,0.0.0)" which means "at least 0.13.6". |
last night i think that https://download.eclipse.org/wildwebdeveloper/snapshots/plugins/ already had the latest lsp4e (0.13.8.xxx) And i updated to that also already, but eclipse didn't get that 0.13.8 i still had an old one. only when yesterday evening i really manually forced an update it worked. and it got the 0.13.8 |
Same issue can happen with any Eclipse plugin, it's not a specificity of Wild Web Developer. That's more an issue/limitation about p2's "Check for Updates" IMO. Currently, p2 does only look for newer versions of the "top-level" artifacts and doesn't look for newer version of dependencies. |
yes i know that it is not directly related to WWD it then can be any version of lsp4j or lsp4e underneath it And i guess the current way to fix this is to fix the version number in WWD to LSP4E, but yes thats also not what we always want.... |
to get the fix:
eclipse-lsp4e/lsp4e#3