eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
613 stars 145 forks source link

LSP4J 0.15.0 #631

Closed jonahgraham closed 2 years ago

jonahgraham commented 2 years ago

This is the Release plan and TODO list for LSP4J release v0.15.0.

Steps for Release

Items at the beginning of development

Items in the days ahead of Release day:

Items on Release day:

Cyrik commented 2 years ago

Do you have a broad Eta for this already? I'd like to depend on the notebook bits

jonahgraham commented 2 years ago

There is no ETA for this - it will be based on when there is value releasing it. Have you tried out the snapshot builds to see if they meet your needs? If so we can release.

@KamasamaK - any thoughts on releasing now that you have done a bunch of work recently? I can do it first week of August if everything is in place.

cdietrich commented 2 years ago

i think we also should solve the gson thing. unfortunately there is no stable orbit with it yet.

jonahgraham commented 2 years ago

i think we also should solve the gson thing. unfortunately there is no stable orbit with it yet.

Is there an I-build with it solved in Orbit?

cdietrich commented 2 years ago

yes. but i am not sure how stable the version numbers it produces are

jonahgraham commented 2 years ago

I can resolve that - can you update to use the I-build and before release I will do an Orbit S-build and update to that? The Orbit 2022-09 M2 S-build is scheduled for 26 July.

Cyrik commented 2 years ago

@jonahgraham Yeah I'm already successfully using the snapshot, so I'd be happy with a release like this.

cdietrich commented 2 years ago

@jonahgraham i meanwhile updated to to sbuild. so we are ready to go

jonahgraham commented 2 years ago

I plan on doing the 0.15.0 release tomorrow (4 Aug).

jonahgraham commented 2 years ago

0.15.0 is now released: https://github.com/eclipse/lsp4j/releases/tag/v0.15.0

The maven artifacts should show up soon, once the nexus cron jobs have a chance to run.

cdietrich commented 2 years ago

thx @jonahgraham