OpenSearch/client/transport
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
..
src Add a dedicated client/transport project for transport-client (#19435) 2016-07-18 15:42:24 +02:00
build.gradle Add a dedicated client/transport project for transport-client (#19435) 2016-07-18 15:42:24 +02:00