- 29 Nov, 2018 23 commits
-
-
Andy Wilkinson authored
Closes gh-15334
-
Andy Wilkinson authored
Closes gh-15333
-
Andy Wilkinson authored
Closes gh-15332
-
Andy Wilkinson authored
Closes gh-15331
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15330
-
Andy Wilkinson authored
Closes gh-15329
-
Andy Wilkinson authored
See gh-15328
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-15327
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15254
-
Andy Wilkinson authored
Closes gh-15275
-
Andy Wilkinson authored
Closes gh-15272
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15251
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15255
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-14895
-
- 28 Nov, 2018 17 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15315
-
Andy Wilkinson authored
Closes gh-15256
-
Andy Wilkinson authored
Closes gh-15253
-
Andy Wilkinson authored
Closes gh-15273
-
Andy Wilkinson authored
Closes gh-15271
-
Andy Wilkinson authored
Closes gh-15274
-
Brian Clozel authored
Closes gh-15211
-
artsiom authored
This commit adds `ElasticsearchRestHealthIndicator`, a new `HealthIndicator` for Elasticsearch, using the Elasticsearch "low level rest client" provided by the `"org.elasticsearch.client:elasticsearch-rest-client"` dependency. Note that Spring Boot will auto-configure both low and high level REST clients, but since the high level one is using the former, a single health indicator will cover both cases. See gh-15211
-
Andy Wilkinson authored
See gh-15273
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14985: Polish contribution Allow to disable SSL client authentication on the management port
-
Stephane Nicoll authored
Closes gh-14985
-
Alon Bar-Lev authored
When server and management are at different ports, and when server requires TLS client authentication, then there is no simple method to disable TLS client authentication for management port. This commit adds an additional "none" option to ssl.client-auth. Example: server.port=8080 server.ssl.enabled=true server.ssl.client-auth=need management.server.port=8081 management.server.ssl.enabled=true management.server.ssl.client-auth=none See gh-14985
-
Stephane Nicoll authored
Closes gh-15317
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-15227
-