aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcynthiabethea <108268296+cynthiabethea@users.noreply.github.com>2022-10-14 12:48:39 +0100
committersonartech <sonartech@sonarsource.com>2022-10-14 20:03:03 +0000
commita636aa8206b3f715dfada957dac389edb848e456 (patch)
tree5eedbd509eda4ec5d6dfec73fbfc15cf68d3cd40
parentcc368bd52859477207125e5cb09ed22684ec4c7f (diff)
downloadsonarqube-a636aa8206b3f715dfada957dac389edb848e456.tar.gz
sonarqube-a636aa8206b3f715dfada957dac389edb848e456.zip
formatting fix (#6877)
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md
index 1785ccdb6c6..f37fd544877 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -5,7 +5,7 @@ url: /setup/upgrade-notes/
## Release 9.7 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).
+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**