elasticsearch/test/yaml-rest-runner
David Turner 527d2a203b
Improve handling of empty response (#125562)
Today `ActionResponse$Empty` implements `ToXContentObject`, but yields
no bytes of content when serialized which creates an invalid JSON
response. This commit removes the bogus interface and adjusts the
affected REST APIs to send a `text/plain` response instead.
2025-04-07 12:10:07 +01:00
..
src Improve handling of empty response (#125562) 2025-04-07 12:10:07 +01:00
build.gradle Convert :test projects to new testing framework (#125724) 2025-03-26 16:11:50 -07:00