CrossBreezeNL / crossmodel

An open-source logical data modeler to support the model driven data engineering approach.
GNU Affero General Public License v3.0
9 stars 3 forks source link

Update Theia and GLSP to new version #19

Closed ozcanxbreeze closed 1 year ago

ozcanxbreeze commented 1 year ago

There is a new version of theia and glsp? The current application has to be updated to these versions.

martin-fleck-at commented 1 year ago

There is going to be a GLSP release within the next two weeks and a Theia release at the end of this month. I'd suggest to wait for that.

harmen-xb commented 1 year ago

@martin-fleck-at Is the GSLP and Theia release already there?

martin-fleck-at commented 1 year ago

Yes, Theia already made their community release (https://github.com/eclipse-theia/theia/releases/tag/v1.40.1) but the GLSP release got delayed for a bit but we are in the finalization phase so it shouldn't be too long now.

harmen-xb commented 1 year ago

@martin-fleck-at : Is this the release we were waiting for? https://github.com/eclipse-glsp/glsp/releases/tag/v2.0.0

And if so, can we combine it with update of Theia to https://github.com/eclipse-theia/theia/releases/tag/v1.43.0 ?

martin-fleck-at commented 1 year ago

@harmen-xb Exactly! Yes, I'd recommend doing one PR to update all the dependencies that build on each other so we do not run into any issues that could be simply resolved by updating other dependencies. For instance, I would not upgrade Langium as part of this task even though we might also want to think about doing this at some point.

harmen-xb commented 1 year ago

Theia and GLSP are updated to their latests version in PR #34 .