Merge pull request #5511 from htynkn/upgrade-elastic
* pr/5511:
Polish contribution
Upgrade elasticsearch to 2.2.0
Polish contribution
Deprecate Undertow container's constructors that have a port parameter
Remove unused unsatisfiedDependency.getInjectionPoint() call
Polish contribution
Allow Tomcat's minimum threads to be configured via the environment
@ -62,6 +62,7 @@ public class ElasticsearchAutoConfiguration implements DisposableBean {
@@ -62,6 +62,7 @@ public class ElasticsearchAutoConfiguration implements DisposableBean {
@ -95,7 +96,7 @@ public class ElasticsearchAutoConfiguration implements DisposableBean {
@@ -95,7 +96,7 @@ public class ElasticsearchAutoConfiguration implements DisposableBean {
@ -89,8 +89,7 @@ public class ElasticsearchRepositoriesAutoConfigurationTests {
@@ -89,8 +89,7 @@ public class ElasticsearchRepositoriesAutoConfigurationTests {
@ -204,6 +204,7 @@ content into your application; rather pick only the properties that you need.
@@ -204,6 +204,7 @@ content into your application; rather pick only the properties that you need.
172\\.3[0-1]{1}\\.\\d{1,3}\\.\\d{1,3} # regular expression matching trusted IP addresses.
server.tomcat.max-http-header-size=0 # Maximum size in bytes of the HTTP message header.
server.tomcat.max-threads=0 # Maximum amount of worker threads.
server.tomcat.min-spare-threads=0 # Minimum amount of worker threads.
server.tomcat.port-header=X-Forwarded-Port # Name of the HTTP header used to override the original port value.
server.tomcat.protocol-header= # Header that holds the incoming protocol, usually named "X-Forwarded-Proto".
server.tomcat.protocol-header-https-value=https # Value of the protocol header that indicates that the incoming request uses SSL.
@ -87,21 +88,105 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
@@ -87,21 +88,105 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
@ -231,10 +316,10 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
@@ -231,10 +316,10 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine