lsp4j icon indicating copy to clipboard operation
lsp4j copied to clipboard

Deal with Xtext leaving the simrel

Open cdietrich opened this issue 3 years ago • 2 comments

Xtext plans to leave eclipse simrel https://github.com/eclipse/xtext/issues/1961

we currently consume xbase.lib and xtend.lib at runtime from them.

  • (re)package it on our update site
  • get rid of the dependencies at runtime (needs to be checked if it is used in impl only or in api too). i also wonder how we can test this (xtend/xbase lib api not used at runtime). we also need to find out how to remove it from the manifest

cdietrich avatar Mar 26 '21 06:03 cdietrich

Besides Pure and ToStringBuilder https://github.com/eclipse/lsp4j/issues/494 there are calls to collectionliterals

cdietrich avatar Mar 26 '21 06:03 cdietrich

xbase/xtend.lib no longer is a runtime dependency

cdietrich avatar Mar 01 '23 14:03 cdietrich