OpenSearch/client
Simon Willnauer 8394544548 Add a dedicated client/transport project for transport-client (#19435)
The `client/transport` project adds a new jar build project that
pulls in all dependencies and configures all required modules.

Preinstalled modules are:
 * transport-netty
 * lang-mustache
 * reindex
 * percolator

The `TransportClient` classes are still in core
while `TransportClient.Builder` has only a protected construcutor
such that users are redirected to use the new `TransportClientBuilder`
from the new jar.

Closes #19412
2016-07-18 15:42:24 +02:00
..
rest RestClient: simplify ssl configuration and make http config callback functional friendly 2016-07-12 13:25:55 +02:00
sniffer Rest Client: add short performRequest method variants without params and/or body 2016-07-11 10:36:04 +02:00
test Build: set group for client and sniffer, disable publishing for client-test 2016-07-01 12:09:34 +02:00
transport Add a dedicated client/transport project for transport-client (#19435) 2016-07-18 15:42:24 +02:00