Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] 4.0 Changelog

#che
Reworked IDE start-up components. Now we have two interfaces in client Component API:
- org.eclipse.che.ide.api.component.Component that have to be started on IDE application's startup;
- org.eclipse.che.ide.api.component.WsAgentComponent that have to be started after starting ws-agent.
<https://github.com/eclipse/che/pull/343>
<https://github.com/codenvy/plugins/pull/92>


Back to the top