Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Eclipse Che v7.50 has been released

Hi all,

Last week Eclipse Che v7.50 was released. That's the Release Note:

Major Enhancements

Simplify Eclipse Che configuration format (CheCluster API v2)

CheCluster Custom Resource Definition has been updated to reflect changes introduced with the switch to the DevWorkspaces. The result is a shorter and simpler configuration file to maintain for Eclipse Che administrators.

When a workspace is idled for inactivity user is redirected to Che dashboard

When a workspace is stopped after an inactivity now the users are redirected to the Dashboard. Previously a 503 error was displayed.

Allow an admin to specify Che default editor and containers

Che administrators can now configure the default editor (Theia, VS Code, IntelliJ or PyCharm) and the default container. Those defaults are used when the developer doesn't specify an editor or doesn't specify a devfile. The configuration can be done in the CheCluster Custom Resource in the workspaces section using the just introduced defaultComponent and defaultEditor fields.

JetBrains IDEs running in a Che workspace autodetects the URL of a running application

As Visual Studio Code and Theia, IntelliJ and PyCharm can detect when an application running in a Che workspace is listening to a given port and prompt the user to open the application URL. This is true even if the application has not been specified as an endpoint in the Devfile: a generic endpoint is assigned to applications that don't have a dedicated one.

oAuth-proxy enhancements for Azure AKS deployments

Some enhancements needed to deploy Che on Azure AKS have been contributed by @karatkep. Thank you for your contribution.

Major Bug Fixes

When using Visual Studio Code as a Che editor, the lines in the terminal are truncated and overlap

In VS Code terminal lines are not truncated anymore.


Back to the top