diff options
author | cynthiabethea <108268296+cynthiabethea@users.noreply.github.com> | 2022-10-14 19:04:20 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-10-14 20:03:04 +0000 |
commit | ff445e4ca63799153f063764f9fcc4d98671353d (patch) | |
tree | 8254a780c1f12f06c2cf877f568ed38491cf6875 /server | |
parent | 2848332821f71059e9347be030ebcad0dae59b50 (diff) | |
download | sonarqube-ff445e4ca63799153f063764f9fcc4d98671353d.tar.gz sonarqube-ff445e4ca63799153f063764f9fcc4d98671353d.zip |
fix formatting on the 9.7 release notes (#6883)9.7.0.61563
* fix formatting on the 9.7 release notes
* Adding the Release Notes
Co-authored-by: Christophe Levis <christophe.levis@sonarsource.com>
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index f37fd544877..d5dcfe21fe3 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -4,8 +4,10 @@ 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)) +**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)). + +[Full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013800) ## Release 9.6 Upgrade notes **Microsoft SQL Server changes in configuration and Integrated Authentication** |