From a983af61f7185d154dd7c973f11dbf0ba7035a2a Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Thu, 30 Apr 2020 11:36:20 -0500 Subject: [PATCH 1/2] deprecrate size from cat.thread_pool in json spec (#55984) --- .../main/resources/rest-api-spec/api/cat.thread_pool.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json index d2ce7ed665d5a..372d6e732d2b0 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json @@ -42,7 +42,11 @@ "g", "t", "p" - ] + ], + "deprecated":{ + "version":"7.8.0", + "description":"Setting this value has no effect and will be removed from the specification." + } }, "local":{ "type":"boolean", From 1deef7b9736102dbfe51da80add0c42218435311 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Wed, 13 May 2020 21:10:37 -0500 Subject: [PATCH 2/2] Update rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json --- .../src/main/resources/rest-api-spec/api/cat.thread_pool.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json index 372d6e732d2b0..710c297dbbe75 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json @@ -44,7 +44,7 @@ "p" ], "deprecated":{ - "version":"7.8.0", + "version":"7.7.0", "description":"Setting this value has no effect and will be removed from the specification." } },