elasticsearch/modules/reindex
Ryan Ernst 4b7de2fa30
Add http-only headers to ElasticsearchException (#130348)
When return an error from Elasticsearch exceptions may contain values
written as http response headers. ElasticsearchException contains a map
of headers that are added to the response. But these values are also
written to a special "header" section of the response body.

This commit renames the existing "headers" in ElasticsearchException to
"body headers", which are both http headers and written to the response
body. A new "http headers" is added for headers that should only be
written as response headers.
2025-07-01 15:03:08 -07:00
..
src Add http-only headers to ElasticsearchException (#130348) 2025-07-01 15:03:08 -07:00
build.gradle Update Gradle wrapper to 8.14 (#126519) 2025-05-06 13:00:15 +02:00