elasticsearch/modules/reindex
Niels Bauman 87c6fa7e9b
Introduce projectClient method on Client (#129174)
We originally defined the `projectClient` method on `ProjectResolver` as
a convenience method to execute API calls for specific projects. That
method requires a reference to both a `ProjectResolver` and a `Client`.

We now introduce the same method directly on the `Client` interface and
inject a `ProjectResolver` there, removing the need for a
`ProjectResolver` reference in places that just want to execute API
requests on a specific project.

To reduce the number of changes, this change solely focuses on
introducing the new method. Future changes will migrate the uses of the
original method to the new one and remove the original altogether.
2025-06-12 15:19:16 -03:00
..
src Introduce projectClient method on Client (#129174) 2025-06-12 15:19:16 -03:00
build.gradle Update Gradle wrapper to 8.14 (#126519) 2025-05-06 13:00:15 +02:00