sonar-cxx icon indicating copy to clipboard operation
sonar-cxx copied to clipboard

Verify deprecated Web API endpoints and parameters

Open guwirth opened this issue 2 years ago • 1 comments

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.

guwirth avatar Feb 11 '24 07:02 guwirth

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.

guwirth avatar Mar 18 '24 13:03 guwirth