Release Notes
Highlighted features in 12.21
Abstract
Making open source more inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.
Chapter 1. About this release
Red Hat CodeReady Studio 12.21 is an update of Red Hat CodeReady Studio 12.19.1.
The following chapters describe improvements and additions implemented in Red Hat CodeReady Studio 12.21 and documents known problems in this release, as well as notable bug fixes, Technology Previews, deprecated functionality, and other details.
CodeReady Studio 12.21 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
The Hibernate 5.5 runtime provider contains Hibernate Core 5.5.7.Final and Hibernate Tools 5.5.7.Final.
For further information, see the Content from in.relation.to is not included.Hibernate ORM 5.5.7.Final Release Notes.
The Hibernate 5.3 runtime provider contains Hibernate Core 5.3.22.Final and Hibernate Tools 5.3.22.Final.
For further information, see the Content from in.relation.to is not included.Hibernate ORM 5.3.22.Final Release Notes.
CodeReady Studio works with Red Hat JBoss Wildfly 25.
For more information, see the Content from wildfly.org is not included.WildFly Homepage.
- CodeReady Studio tools support Java17. (This content is not included.JBDS-5023)
OpenShift Enhancements in CodeReady Studio:
-
OpenShift tools are based on
odo 2.3. (This content is not included.JBIDE-27985) -
The odo-based explorer supports proxies. (This content is not included.JBIDE-27084)
To enable odo proxy support, set theHTTPS_PROXYenvironment variable when launching odo. - Odo supports creating operator backend services. (This content is not included.JBIDE-27979)
-
OpenShift tools are based on
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
With this release, there are no deprecated functionalities.
Chapter 5. Known issues
To view information about known issues in this release of CodeReady Studio, see This content is not included.Known Issues.
The following known issues are highlighted:
This content is not included.JBDS-4710: The Red Hat Central page is not showing content properly after page reload.
To work around this issue, reopen Red Hat Central.
- This content is not included.JBIDE-26118: Unable to create Jakarka Server Faces composite component from current selected source.
- This content is not included.JBDS-4818: The CRS installer is not signed for MacOS.
This content is not included.JBDS-5032: CodeReady Studio can’t be started after installation of all software from Red Hat Central.
To work around this issue, install a missing Mylyn bundle from the command line by running:
./codereadystudio -consoleLog -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/2020-12 -installIUs com.sun.xml.bind/2.2.0.v20201118-1845
Then restart CodeReady Studio with the
-cleanoption.This content is not included.JBIDE-28000: App Transport Security blocks Web Browser and Web Management Console options in the Show In context menu of the server.
To work around this issue, open the
Codereadystudio.app/Contents/Eclipse/Info.plistfile within the application bundle and add the following lines to the end of the file:<key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> <dict> <key>localhost</key> <dict> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> </dict> </dict> </dict> </dict>This content is not included.JBIDE-28007: Logging into developer sandbox does not work under MacOS.
To work around this issue, open the
Codereadystudio.app/Contents/Eclipse/Info.plistfile within the application bundle and add the following lines to the end of the file:<key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> <dict> <key>localhost</key> <dict> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> </dict> </dict> </dict> </dict>Target platform and installer known issues in CodeReady Studio:
This content is not included.JBIDE-27605: Conflicting dependency when updating from BYOE 2020-09 + JBT 4.17.0.Final to JBT 4.18.0.Final.
To work around this issue, click → , select the Jbosstools stable update site, and select both Jakarta RESTful Web Services and Jakarta Enterprise Web Services. Both feaures will be updated.
Alternatively, select
Preferences → Install/Update → Available Softwareand disable the latest Eclipse release. As a result, Eclipse 2020.12 is installed.
OpenShift known issues in CodeReady Studio:
This content is not included.JBIDE-27066: Unable to login to OpenShift 4.4.0 cluster using JDK11.
To work around this issue, use the JDK 8 or configure Java to use TLSv1.2 as your SSL protocol.
To configure Java to use TLSv1.2, open the file
codereadystudio.inilocated in the studio directory inside of the CodeReady Studio installation directory.Add the following line under the -vmargs section:
-Djdk.tls.client.protocols=TLSv1.2
Webservices known issues in CodeReady Studio:
This content is not included.JBIDE-27743: Unable to create Web Service client from
wsdldefinition using Wildfly 22 and Apache CXF 3.3.5+.To work around this issue, use Apache Axis or JBossWS instead of CXF runtime to continue your service client definition.
Alternatively, update and export the order of your source folder so that your source folder appears first. To do so, use the following path:Dyn. Web Project → Properties → Java Build Path → Order.- This content is not included.JBIDE-27744: WS Tester does not allow POST request due to low size of DH key.
-
This content is not included.JBIDE-27781: NPE occurs during deletion of Dynamic Web Project with generated
web.xmldescriptor. -
This content is not included.JBIDE-27842: WS Tester Jakarta Enterprise Web Services invocation for local
wsdlresults in error messageProvider org.apache.axis2.jaxws.spi.Provider not found.
Code Ready Containers known issues in CodeReady Studio:
-
This content is not included.JBIDE-27741: CRC does not start properly and results in error message
Unable to execute request to request url https://api.crc.testing:6443/.well-known/oauth-authorization-server. This content is not included.JBIDE-27921: CRC 1.28.0 setup on Windows and MacOS does not provide
bin/ocanymore and prevents CRC tooling to start.To work around this issue, go to the CRC home folder and create a
bindirectory.
-
This content is not included.JBIDE-27741: CRC does not start properly and results in error message
Fuse Integration Project known issues in CodeReady Studio:
- This content is not included.FUSETOOLS-3337: Unable to deploy Fuse project with DataTransformation to Fuse on Karaf 7.x runtime.
This content is not included.FUSETOOLS-3373: Fuse Integration Project created with an error for Camel Fuse 7.2 and 7.1.
To work around this issue, add the following lines to the
jakarta.xml.bind-apifile to define the jakarta version:<dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>2.3.3</version> </dependency>
The latest available version is 2.3.3. For further information on the latest version, see Content from mvnrepository.com is not included.Maven Repository: Jakarta XML Binding API.