-
Notifications
You must be signed in to change notification settings - Fork 29
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
#432#257 Align server action with client protocol #142
Conversation
...rg.eclipse.glsp.server/src/org/eclipse/glsp/server/features/validation/SetMarkersAction.java
Show resolved
Hide resolved
c27f4a8
to
c7aa93d
Compare
c7aa93d
to
c86d0ac
Compare
- Ensure that all request/response actions are implemented as proper request-response action pair - Ensure that getter for optional action properties returns an Optional - Ensure that action properties that have a collection type are always initialized - Rename static action kind constant to `KIND` - Update to latest emfcloud-checkstyle config - Remove model state argument from GModelFactory & NavigationTargetResolver (#458) Closes eclipse-glsp/glsp/issues/458 Closes eclipse-glsp/glsp/issues/432 Part of eclipse-glsp/glsp/issues/257
c86d0ac
to
0437f73
Compare
@martin-fleck-at I already included the Metadata changes for the upcoming release in this commit (versions, md updates, changelogs etc.). Please review them as well. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me and everything still works as expected. Thank you for the great work, Tobias! I just have a few minor comments for the new change log, so maybe you can have a look at that but they should not prevent merging and may also be done in a follow-up PR.
ec182aa
to
c9a520b
Compare
KIND
Closes eclipse-glsp/glsp/issues/432
Part of eclipse-glsp/glsp/issues/257