Upgrade Xtext/Xtend to 2.40 - #4981
Conversation
holgerfriedrich
commented
Aug 25, 2025
- Upgrade Xtext/Xtend from 2.39 to 2.40
- Upgrade gson from 2.11.0 to 2.13.1
- Upgrade classgraph 4.8.176 to 4.8.180
- Change repo from org.eclipse.xtend to org.eclipse.xtext
* Upgrade Xtext/Xtend from 2.39 to 2.40 * Upgrade gson from 2.11.0 to 2.13.1 * Upgrade classgraph 4.8.176 to 4.8.180 * Change repo from org.eclipse.xtend to org.eclipse.xtext Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
|
@holgerfriedrich My Fronius Wattpilot Binding is using my wattpilot4j library that is using Gson 2.11.0. wattpilot4j is deployed as OSGi bundle. |
|
@florian-h05 I don't remember any issues we had before when updating xtext libraries. I did this a few times before... But maybe we were just lucky. I will need to have a look at add-ons later today. Currently build of the combined PR (all changes merged today) fails with a strange error. |
|
The Xtext upgrade doesn’t matter, if anything is causing trouble for me, then the Gson upgrade. |
|
This upgrade seems to have broken the LSP service. The logs of a full distro start show something like this:
|
|
@florian-h05 IIRC gson upgrades are done together with xtext... this is why I mentioned it. |