You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments