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

#385 Improve customizability of DefaultGLSPServerLauncher #128

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

tortmayr
Copy link
Contributor

@tortmayr tortmayr commented Sep 8, 2021

  • Change visibility of createClientConnection() to protected
  • Extract creation of gsonConfigurator and messageWrapper into submethods so that they can be easily overwritten.

Fixes eclipse-glsp/glsp/issues/385

- Change visibility of `createClientConnection()` to protected
- Extract creation of gsonConfigurator and messageWrapper into submethods so that  they can be easily overwritten.

Fixes eclipse-glsp/glsp/issues/385
Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always good to have better customizability, thank you Tobias!

@martin-fleck-at martin-fleck-at merged commit 481af2c into master Sep 9, 2021
@martin-fleck-at martin-fleck-at deleted the tortmayr/issues/385 branch September 9, 2021 08:02
MatthiasHofstaetter pushed a commit to MatthiasHofstaetter/glsp-server that referenced this pull request Dec 21, 2024
…sp#128)

- Change visibility of `createClientConnection()` to protected
- Extract creation of gsonConfigurator and messageWrapper into submethods so that  they can be easily overwritten.

Fixes eclipse-glsp/glsp/issues/385
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve customizability of DefaultGLSPServerLauncher
2 participants