This repository has been archived by the owner on Mar 4, 2019. It is now read-only.
v1.4.0 compatible with ES 1.4.0
Commit elastic/elasticsearch@10af60b
changes how transport module is initialized, breaking HttpBasicServerModule for Guice.
- updated depenencies
- HttpBasicServerModule inherits calls HttpServerModule's configure, which binds an HttpServerTransport
Updated integration tests
- new abstract class for common functionality, from which all integration tests inherit.
- using the HttpRequestBuilder for buliding the request.
- abstract class HttpBasicServerPluginIntegrationTest sets the host to localhost. The test requests will also have localhost, making tests consistent.