From 2c0bb5281465994321ec17766d113baac625ab6f Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Sat, 22 Feb 2020 16:58:29 +0100 Subject: [PATCH] generalized deprecation hint Signed-off-by: Christian Dietrich --- xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md index 7cf66747914..6bb5f68ff96 100644 --- a/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md +++ b/xtext-website/_posts/releasenotes/2020-03-03-version-2-21-0.md @@ -35,7 +35,7 @@ The Maven plugin has now two goals, `generate` and `testGenerate`. The new `test ## Deprecations -* In `org.eclipse.xtext.ide` many of the LSP Services were changed in the protocol to use service specific parameters instead of `TextDocumentPositionParams`. We adapted the services to use the new parameter classes and marked the old ones as deprecated and to be removed with Xtext 2.22. If you have custom subclasses of the affected services please adapt your implementations. +* In `org.eclipse.xtext.ide` many of the LSP Services were changed in the protocol to use service specific parameters instead of `TextDocumentPositionParams`. We adapted the services to use the new parameter classes and marked the old ones as deprecated and to be removed with Xtext 2.22. If you have custom subclasses of the affected services please adapt your implementations. This also holds true for deprecations in lsp services that we marked as deprecated in earlier releases. * We again encourage you to get rid of the old generator as we might have to remove it in 2020-06 / Xtext 2.22 - see/join [Xtext Issue #1669](https://github.com/eclipse/xtext/issues/1669). ## Credits