Fix split package org.elasticsearch.client #82010
Merged
ChrisHegarty merged 8 commits intoelastic:masterfrom Dec 22, 2021
Merged
Fix split package org.elasticsearch.client #82010ChrisHegarty merged 8 commits intoelastic:masterfrom
ChrisHegarty merged 8 commits intoelastic:masterfrom
Conversation
Contributor
Author
|
Note to reviewers. Much of the changes are related to the shimmer in package and import statements. There are no semantic changes. To more easily see changes not related to the aforementioned shimmer, one can run a cross branch diff, see below. Highlights (if there are any):
|
Contributor
Author
|
@elasticmachine retest this please |
Contributor
Author
|
BWC failure is unrelated and has an issue #82014 already. |
pgomulka
approved these changes
Dec 22, 2021
Contributor
|
@elasticmachine update branch |
Contributor
Author
|
@elasticmachine update branch |
Contributor
Author
|
@elasticmachine retest this please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.clienttoorg.elasticsearch.client.internal.Offline comments have indicated a preference to retain the disassociation
between the internal client and transport. While many of the actions
of the internal client end up sending transport requests, not all do. For this
reason
org.elasticsearch.client.internalwas chosen.The package is a perfect split, so the changes largely amount to
import and package statements.
closed #81984