Introduce IntelliJ IDEA and PyCharm 2021 and 2022 version #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduce IntelliJ IDEA Community Edition 2022 and PyCharm Community Edition 2022 along with 2021 version.
Due to optimisation images build the following images will not build:
che-idea:2020.3.3
che-idea:2020.3.2
che-idea:2020.3.1
che-pycharm:2020.3.4
che-pycharm:2020.3.3
che-pycharm:2020.3.2
che-pycharm:2020.3.1
Instead, there is a proposal to build the latest released version from every major release. See [1] and [2].
This means, e.g. IntelliJ IDEA Community Edition released major version
2021.3
, but from the download page it allows to download latest version2021.3.3
, so this version will be used for imageche-idea:2021.3
and the same approach for other major versions. This has been done for image count optimisation. We need to avoid a huge bunch of images, which we need to maintain.So with this update there will be a following list of images pushed to quay.io:
che-idea:2022.1
- with latest released version2022.1
che-idea:2021.3
- with latest released minor version2021.3.3
che-idea:2021.2
- with latest released minor version2021.2.4
che-idea:2021.1
- with latest released minor version2021.1.3
che-idea:2020.3
- with latest released minor version2020.3.4
che-pycharm:2022.1
- with latest released version2022.1
che-pycharm:2021.3
- with latest released minor version2021.3.3
che-pycharm:2021.2
- with latest released minor version2021.2.4
che-pycharm:2021.1
- with latest released minor version2021.1.3
che-pycharm:2020.3
- with latest released minor version2020.3.5
In the future, when IntelliJ IDEA Community Edition or PyCharm Community Edition
2022.1
will release e.g.2022.1.2
, this version will be used forche-idea:2022.1
orche-pycharm:2022.1
corresponently.JCEF has been disabled by system property
-Dide.browser.jcef.enabled=false
, because JCEF requires a bunch of system libraries:but the support JCEF in Projector is not fully implemented. And because of that there is a configuration provided which switches off the preview for XML and HTML files in internal browser.
A few screenshots of run IDE on the localhost:
IntelliJ IDEA Community Edition 2022.1

PyCharm Community Edition 2022.1

part of eclipse-che/che#21007
[1] https://www.jetbrains.com/idea/download/other.html
[2] https://www.jetbrains.com/pycharm/download/other.html
Signed-off-by: Vladyslav Zhukovskyi vzhukovs@redhat.com