Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generalized deprecation hint #1691

Merged
merged 1 commit into from
Feb 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down