sonar-cxx
sonar-cxx copied to clipboard
Verify deprecated Web API endpoints and parameters
SQ 10.4: New Log File Shows Deprecated APIs And API Parameters
To make upgrading smoother, SonarSource added a log file containing details when you call deprecated web APIs and use deprecated web API parameters. You now get quick feedback when you use deprecated APIs and API parameters. This new log file is downloadable from the administration section in SonarQube and can be accessed directly in the file system.
https://docs.sonarsource.com/sonarqube/latest/instance-administration/monitoring/deprecated-web-api-endpoints/
Before releasing a SQ 10.x cxx plugin this LOG file should be checked and issues must be resolved.
SQ 10.4 deprecation.log:
/api/qualityprofiles/activate_rule Parameter 'severity' is deprecated since 10.2 and will be removed in a future version.
/api/rules/create Parameter 'severity' is deprecated since 10.4 and will be removed in a future version.