이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. Release notes
Red Hat CodeReady Studio 12.14 is an update of Red Hat CodeReady Studio 12.13.
The following section describes improvements and additions implemented in Red Hat CodeReady Studio 12.14 and documents known problems in this release, as well as notable bug fixes, Technology Previews, deprecated functionality, and other details.
3.1. New features 링크 복사링크가 클립보드에 복사되었습니다!
JBIDE-26978: Quarkus Tools added to JBoss Tools.
For more information see What’s New in 4.14.0.AM1.
3.2. Bug fixes 링크 복사링크가 클립보드에 복사되었습니다!
- To view information about resolved issues in this release of CodeReady Studio, see Resolved issues.
3.3. Technology Preview 링크 복사링크가 클립보드에 복사되었습니다!
JBIDE-26756: Support for EAP 7.3 is going to be added in CodeReady Studio 2.15.
For more information, see JBoss EAP 7.3.Beta Release Notes.
3.4. Deprecated functionality 링크 복사링크가 클립보드에 복사되었습니다!
- JBIDE-26987: Visual Page Editor, Forge Tools and JST Server Adapters are no longer fully supported.
3.5. Known issues 링크 복사링크가 클립보드에 복사되었습니다!
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.jarReplace MyApplication with the name of the application.