-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Rework Composer plugin to avoid using Everrest based Websocket calls #5348
Comments
@kaloyan-raev could you look at it? |
@gazarenkov I am not sure what exactly I should do here. The ComposerOutputHandler is designed after the MavenMessageHandler. So when a PR for #5350 is created, I can do a similar one for Composer. |
Just to make sure you aware, nothing urgent |
@kaloyan-raev You can see how it is in PR #5527. |
@svor Thank you for the pointers. I will work on this on Friday. |
Fixes #5348 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
@kaloyan-raev I've reviewed, good job 👍 |
…clipse-che#5629) * Rework Composer plugin to avoid using Everrest based Websocket calls Fixes eclipse-che#5348 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com> * Fix dependencies Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
ComposerOutputHandler uses
WsAgentStateController#getMessageBus
for listening an output. Need to replace it with JSON-RPC.The text was updated successfully, but these errors were encountered: