Hi All,
SonarSource is proud to announce the release of SonarQube 9.8, with faster analysis for Kotlin Pull Requests, and much more. Details in the official announcement.
In addition, there are a few other items to note in the release:
- You can now run the SonarQube server on Java 17. (SONAR-17565).
- We’ve dropped the embedded documentation from the SonarQube server. From the application, you’ll now access the online documentation at docs.sonarqube.org. Read more about changes on the documentation website here. (SONAR-17221).
- By default, files bigger than 20MB are now excluded from the analysis. We’ve added a warning to let you know when it happens. This behavior can be changed using the sonar.filesize.limit analysis property. See more details in the analysis parameters documentation. (SONAR-11096).
- We’ve added the Content Security Policy (CSP) HTTP header as an extra layer of security. (SONAR-17619).
You’ll find more details in the upgrade notes and full details in the release notes. Please open new threads for any questions you have about these or other features.
As usual, download is available at sonarqube.org. Docker images should be available soon on Docker Hub.
Vivek & Chris