From: cynthiabethea <108268296+cynthiabethea@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:46:47 +0000 (+0100) Subject: DOC-194 updating the wording on the 9.7 upgrade notes (#6859) X-Git-Tag: 9.7.0.61563~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3db37322b5b28d3cba7ee79c06fa89b6ce170758;p=sonarqube.git DOC-194 updating the wording on the 9.7 upgrade notes (#6859) --- diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 5761e3f41f9..4f1b599ecb0 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -4,9 +4,8 @@ url: /setup/upgrade-notes/ --- ## Release 9.7 Upgrade notes - -**Database Connection Pool Changed** -Database connection pool has been changed, following properties will no longer have effect: sonar.jdbc.maxIdle, sonar.jdbc.minEvictableIdleTimeMillis, sonar.jdbc.timeBetweenEvictionRunsMillis. See documentation for changes in [monitoring database connection pool](/instance-administration/monitoring/). +**Database connection pool change** +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). ## Release 9.6 Upgrade notes **Microsoft SQL Server changes in configuration and Integrated Authentication**