]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13248 deprecate metric id
authorPierre <pierre.guillot@sonarsource.com>
Thu, 26 Mar 2020 13:22:15 +0000 (14:22 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 25 May 2020 20:05:15 +0000 (20:05 +0000)
server/sonar-webserver-webapi/src/main/java/org/sonar/server/metric/ws/SearchAction.java

index f55f9dc7337d51fd0bfad98e7dc4f186410dc3ff..c47c36bcf857a6b7719157b36f847f244940e683 100644 (file)
@@ -64,6 +64,7 @@ public class SearchAction implements MetricsWsAction {
       .addPagingParams(100, MAX_LIMIT)
 
       .setChangelog(new Change("7.7", "The response field 'custom' is deprecated"))
+      .setChangelog(new Change("8.3", "The response field 'id' is deprecated"))
       .setHandler(this);
 
     action.createFieldsParam(MetricJsonWriter.OPTIONAL_FIELDS)