Che Server is a core component of the Eclipse Che. This component is responsible for creation and managing of Che workspaces, but will some day be replaced by the Dev Workspace Operator.
Che Server is mostly a Java web application deployed on a Apache Tomcat server in a container.
Run mvn clean install
to build
Activate a faster profile build by adding -Pfast
To debug, run mvn clean install -X
and connect your IDE to the debug port
There are several GitHub Actions workflows implemented for this repository:
main
branch.main
branch.Downstream builds can be found at the link below, which is internal to Red Hat. Stable builds can be found by replacing the 3.x with a specific version like 3.2.
The Eclipse Che community is globally reachable through public chat rooms, mailing list and weekly calls. See https://www.eclipse.org/che/docs/che-7/overview/introduction-to-eclipse-che/#_joining_the_community
Issues are tracked on the main Eclipse Che Repository: https://github.com/eclipse/che/issues