]> source.dussan.org Git - sonarqube.git/commitdiff
DOC-194 updating the wording on the 9.7 upgrade notes (#6859)
authorcynthiabethea <108268296+cynthiabethea@users.noreply.github.com>
Thu, 13 Oct 2022 14:46:47 +0000 (15:46 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 13 Oct 2022 20:03:18 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/upgrade-notes.md

index 5761e3f41f9d1168caa9413cf19e306327146a51..4f1b599ecb0507bc4fc1a248015f5b73857da998 100644 (file)
@@ -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**