Chapter 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:
JBDS-4710: Central page is not showing proper content after page reload.
To work around this issue, reopen Red Hat central.
- JBIDE-26118: Cannot Create JSF2 Composite component from current selected source.
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.ini
located in thestudio
directory inside of the CodeReady Studio installation directory.Add the following line under the
-vmargs
section:-Djdk.tls.client.protocols=TLSv1.2
-Djdk.tls.client.protocols=TLSv1.2
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - JBIDE-27498: Refreshing Openshift connection does not work for started CRC 1.16 in studio when asked by warning dialog.
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
, select the Jbosstools stable update site and select both JAX-RS and JAX-WS features. Both features will be updated.Install New Software JBIDE-27499: Errors after creating a new Quarkus project.
To work around this issue, delete the following 2 lines from the
pom
file:<goal>prepare</goal> <goal>prepare-tests</goal>
<goal>prepare</goal> <goal>prepare-tests</goal>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow