mirror of https://github.com/apache/druid.git
cc632cdb30
JettyServerModule had been eagerly instantiating the Server object, which was causing things that didn't care about an HTTP interface to all of a sudden require host and port parameters. The change makes the JettyServerModule only setup the bindings without eagerly instantiating the Jetty Server. Each cli needs to register the Server class with the Lifecycle in order to make it actually get used. |
||
---|---|---|
.. | ||
src | ||
pom.xml |