diff options
author | Gabriel Vivas <gabssnake@gmail.com> | 2022-10-21 09:08:05 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-10-28 20:03:14 +0000 |
commit | 7fe987ca5622f7732223496787ac13e6bb592d74 (patch) | |
tree | c59a914170c60b965224d92bc3b62322cb48ca87 | |
parent | 530635fb82d734c2e22977f195a7d46d1ac929e9 (diff) | |
download | sonarqube-7fe987ca5622f7732223496787ac13e6bb592d74.tar.gz sonarqube-7fe987ca5622f7732223496787ac13e6bb592d74.zip |
[NO JIRA] DOCS Upgrade Notes mentions Node.js 14.17+ requirement9.7.1.62043
Reviewed-by: Christophe Levis <christophe.levis@sonarsource.com>
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index d5dcfe21fe3..f18019201b0 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -7,6 +7,10 @@ url: /setup/upgrade-notes/ **Change in the database connection pool** The database connection pool has been replaced for better performance. The `sonar.jdbc.maxIdle`, `sonar.jdbc.minEvictableIdleTimeMillis` and `sonar.jdbc.timeBetweenEvictionRunsMillis` properties no longer have any effect and should be removed from the configuration. Also, the JMX information that is provided to monitor the connection pool has evolved. See the [Monitoring documentation](/instance-administration/monitoring/) for more information. ([SONAR-17200](https://sonarsource.atlassian.net/browse/SONAR-17200)). +**JavaScript, TypeScript, and CSS analysis now requires Node.js 14.17+** +In order to analyze Javascript, Typescript, and CSS code, Node.js 14.17+ must be installed on the machine running the scan. +We recommend that you use the latest Node.js LTS, which is currently Node.js 16. + [Full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013800) ## Release 9.6 Upgrade notes |