Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 3. Release notes
Red Hat CodeReady Studio 12.15 is an update of Red Hat CodeReady Studio 12.14.
The following section describes improvements and additions implemented in Red Hat CodeReady Studio 12.15 and documents known problems in this release, as well as notable bug fixes, Technology Previews, deprecated functionality, and other details.
3.1. About this release Link kopierenLink in die Zwischenablage kopiert!
Red Hat CodeReady Studio 12.15 is an update of Red Hat CodeReady Studio 12.14 and it has the following features:
- It includes Eclipse 2020-03 GA.
- It requires a minimum of Java 8 to run.
- It introduces new features, which are outlined in the Release Notes section.
- It contains new features for the existing tools.
For more information about operating systems, chip architectures, and Java Development Kits (JDK) supported by this release, see the Supported Configurations and Components page on the Red Hat Customer Portal.
3.2. Enhancements Link kopierenLink in die Zwischenablage kopiert!
- JBIDE-27092: Wildfly 19 Server Adapter added.
- JBIDE-27143: Support for EAP 7.3 added.
Language support for Kubernetes, Openshift, S2i, Docker properties and MicroProfile REST Client properties added to Quarkus Tools.
For more information, see Quarkus Tools.
3.3. Bug fixes Link kopierenLink in die Zwischenablage kopiert!
- To view information about resolved issues in this release of CodeReady Studio, see Resolved issues.
3.4. Deprecated functionality Link kopierenLink in die Zwischenablage kopiert!
- JBIDE-26987: Visual Page Editor, Forge Tools and JST Server Adapters are no longer fully supported.
3.5. Known issues Link kopierenLink in die Zwischenablage kopiert!
To view information about known issues in this release of CodeReady Studio, see the Known issues.
The following known issues are highlighted:
JBIDE-27066: Cannot login to OpenShift 4.4.0 cluster.
To work around this problem, use JDK 8 with SSL protocol set to default or, configure your Java to use TLSv1.2 as your SSL protocol.
To configure Java to use TLSv1.2, use:
java -Djdk.tls.client.protocols=TLSv1.2 MyApplication.jar
$ java -Djdk.tls.client.protocols=TLSv1.2 MyApplication.jarCopy to Clipboard Copied! Toggle word wrap Toggle overflow Replace MyApplication with the name of the application.
- JBIDE-26445: Remote server cannot start on windows when connected via local remote system type.