Skip to main content

Installation, Upgrades, and Configuration

The following enhancements have been added to the Code Insight installation, upgrade, or configuration experience.

SAML Upgrade

Starting in this release, Code Insight has upgraded its SAML integration from SAML 1.0 to SAML 2.0 (Security Assertion Markup Language). This upgrade also continues to support Single Sign-On (SSO), as with SAML 1.0 implementation, allowing users to authenticate through an external Identity Provider (IdP) rather than using local application credentials.

For more details, see Configuring Code Insight for SSO.

Ability to Optimize SQL Server to Manage Multiple Concurrent Loads

Code Insight allows you to optimize the SQL Server database to manage high load, specifically, multiple concurrent open transactions, by enabling the READ_COMMITTED_SNAPSHOT option within it.

Basically, enabling the READ_COMMITTED_SNAPSHOT option transitions the isolation model from lock-based to row versioning-based isolation. The row-versioning based isolation in the database helps prevent the access blocking and transaction timeouts issues in addition to maintaining data consistency under high concurrent load.

For more information, see Enable READ_COMMITTED_SNAPSHOT in SQL Server

Support for Amazon Corretto OpenJDK JRE 17.0.16.8.1

Starting in this release, Code Insight supports only the Amazon Corretto OpenJDK JRE 17.0.16.8 as its required Java Runtime Environment (JRE) for installation.

note
  • Along with the support for Amazon Corretto OpenJDK JRE 17.0.16.8, the user password encryption and decryption algorithms have also been enhanced to strengthen overall security. As part of this enhancement, a new administrative user account, CodeInsight_2025R4, has been introduced to assist in resetting passwords for users who are unable to log in through LDAP or standard username-password authentication. The CodeInsight_2025R4 account is configured with administrative privileges and can be accessed only using the default admin password.

  • Code Insight no longer supports the Oracle JDK from this release onwards.

Tomcat Upgrade

Tomcat has been upgraded to version 10.1.48 to avoid potential issues with the security vulnerabilities associated with version 9.0.107.