Rework Composer plugin to avoid using Everrest based Websocket calls
See original GitHub issueComposerOutputHandler uses WsAgentStateController#getMessageBus
for listening an output. Need to replace it with JSON-RPC.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Rework Maven plugin to avoid using Everrest based ... - GitHub
MavenMessagesHandler uses WsAgentStateController#getMessageBus for listening the events from the Maven server. Need to replace it with JSON-RPC.
Read more >plugins · 4e872e0ed4393643da98a20d02ada65cbc7bd2fd ... - GitLab
plugin-composer · Rework Composer plugin to avoid using Everrest based Websocket calls (#5629). 5 years ago ; plugin-cpp · RELEASE: Set next development...
Read more >Packages - opam
Name Latest version Description
0install 2.18 Decentralised installation system
0install‑gtk 2.18 Decentralised installation system ‑ GTK UI
0install‑solver 2.18 Package dependency solver
Read more >Untitled
Better call saul streaming free online, Sensibilisation handicap auditif, Neuventure on wall street cost! Neo the singer new album, Afghanistan service ...
Read more >Untitled
Corn nutrition wiki, Clinica multidisciplinar vinhedo, Rider bajka, Hearts that hate lyrics, Not marrying quotes, Verdade de sabor, Aedesia ltd, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kaloyan-raev You can see how it is in PR https://github.com/eclipse/che/pull/5527. Especially pay attention to:
ArchetypeGenerator.java
,MavenArchetypeJsonRpcMessenger.java
andMavenMessagesHandler.java
Feel free to ask me if something is not clear.@kaloyan-raev I’ve reviewed, good job 👍