Release Notes
Highlighted features in 12.17
Abstract
Chapter 1. About this release
Red Hat CodeReady Studio 12.17 is an update of Red Hat CodeReady Studio 12.16.
The following section describes improvements and additions implemented in Red Hat CodeReady Studio 12.17 and documents known problems in this release, as well as notable bug fixes, Technology Previews, deprecated functionality, and other details.
CodeReady Studio 12.17 is available from a number of sources. For more information on how to set up CodeReady Studio, see the Installation guide.
For more information about operating systems, chip architectures, and Java Development Kits (JDK) supported by this release, see the Supported Configurations and Components page.
Chapter 2. Enhancements
- JBoss Tools and CodeReady Studio now use Java11 by default.
CodeReady Studio now supports Red Hat JBoss Wildfly 21 Beta1.
For more information, see the Content from wildfly.org is not included.WildFly Homepage.
CodeReady Studio is now compatible with JBoss EAP 7.3.2.
For more information, see the JBoss Enterprise Application Platform 7.3 Update 2 Release Notes.
Chapter 3. Bug fixes
- To view information about resolved issues in this release of CodeReady Studio, see This content is not included.Resolved Issues.
Chapter 4. Deprecated functionality
- This content is not included.JBDS-4876: Integration Stack has been removed.
Chapter 5. Known issues
To view information about known issues in this release of CodeReady Studio, see the This content is not included.Known Issues.
The following known issues are highlighted:
This content is not included.JBDS-4710: Central page is not showing proper content after page reload.
To work around this issue, reopen Red Hat central.
- This content is not included.JBIDE-26118: Cannot Create JSF2 Composite component from current selected source.
This content is not included.JBIDE-27066: Cannot login to OpenShift 4.4.0 cluster using jdk11.
To work around this issue, use JDK versions past 11.0.7 or configure Java to use TLSv1.2 as your SSL protocol.
To configure Java to use TLSv1.2, open the file
codereadystudio.inilocated in thestudiodirectory inside of the CodeReady Studio installation directory.Add the following line under the
-vmargssection:-Djdk.tls.client.protocols=TLSv1.2
- This content is not included.JBIDE-27498: Refreshing Openshift connection does not work for started CRC 1.16 in studio when asked by warning dialog.
This content is not included.JBIDE-27496: Cannot update to JBT 4.17.0.Final from BYOE + JBT 4.16 - JAXWS conflicting dependency.
To work around this issue, use
Help → Install New Software, select the Jbosstools stable update site and select both JAX-RS and JAX-WS features. Both features will be updated.This content is not included.JBIDE-27499: Errors after creating a new Quarkus project.
To work around this issue, delete the following 2 lines from the
pomfile:<goal>prepare</goal> <goal>prepare-tests</goal>