Fix split package org.elasticsearch.client (#82010)

Fixes split packages between server and the LLRC (and HLRC), by renaming
the server package to a more appropriate name that represents the fact
that is in an internal client. That is, rename server's
org.elasticsearch.client to org.elasticsearch.client.internal.
This commit is contained in:
Chris Hegarty 2021-12-22 17:43:04 +00:00 committed by GitHub
parent 14a63ac115
commit a2bc4854b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1527 changed files with 1846 additions and 1845 deletions

View file

@ -8,7 +8,7 @@
package org.elasticsearch.runtimefields;
import org.elasticsearch.client.Client;
import org.elasticsearch.client.internal.Client;
import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver;
import org.elasticsearch.cluster.service.ClusterService;
import org.elasticsearch.common.io.stream.NamedWriteableRegistry;