Low level client update (#974) #975
Merged
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.
new transport
fix multibufferentity
client builder refactor
temp
temp
temp
original tests
new tests
fixing tests
flatten low level client folder structure
Move things around, remove duplicated tests
naming refactor
Add ElasticsearchTestClient that randomly chooses an implementation
regen from latest spec
test fixes
esql test config fix
porting low level client unit tests
low level client tests to junit 5
Randomize client implementation, remove cloud-id on Rest5, add tests for overloaded methods
Refine client builder
todos and timeouts fix
checkstyle fixes
remove maven local + remove legacy test
Add insecure SSLContext
temp rebase fix
Reduce public API surface
Extract HttpRequest.Node (future-proof this class for later use)
Remove Node.boundHosts: it's mostly useless in the container era
Port RestClient's sniffer to Rest5Client
Move Node back to its original location. TransportHttpClient is self-contained
Refactor client builder to transport configuration
Allow extensions of ElasticsearchTransportConfig
Remove calls to AccessController which is deprecated for removal
Fix licenseReport
Revert "temp rebase fix"
This reverts commit 48f2b57.
[codegen] update to latest spec and generator
fixing tests
regen