elasticsearch/modules/data-streams
David Turner f1113f5712
Ensure that supported params are computed once (#113980)
* Ensure that supported params are computed once

A few of today's REST handler implementations compute a new set of
supported parameters on each request. This is needlessly inefficient
since the set never changes. This commit fixes those implementations and
adds assertions to verify that we are returning the exact same instance
each time.

Backport of #113953 to `8.x`

* Fix
2024-10-03 20:54:38 +10:00
..
src Ensure that supported params are computed once (#113980) 2024-10-03 20:54:38 +10:00
build.gradle [8.x] Deprecate dot-prefixed indices and composable template index patterns (#112571) (#113146) 2024-09-19 07:31:55 +10:00