- 28 Nov, 2018 15 commits
-
-
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
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-15315
-
Stephane Nicoll authored
* pr/15312: Replace DirectFieldAccessor usages by hasFieldOrPropertyWithValue
-
dreis2211 authored
Closes gh-15312
-
- 27 Nov, 2018 25 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15311
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-15295: Warn about Quartz dropping tables on restart
-
Johannes Zick authored
Closes gh-15295
-
Andy Wilkinson authored
* gh-15310: Polish "Document that test slices should not be combined" Document that test slices should not be combined
-
Andy Wilkinson authored
Closes gh-15310
-
dreis2211 authored
See gh-15310
-
Andy Wilkinson authored
Closes gh-15048
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1828
-
Andy Wilkinson authored
* gh-15143: Polish "Trim whitespace when coercing to a LogLevel" Trim whitespace when coercing to a LogLevel
-
Andy Wilkinson authored
Closes gh-15143
-
Dileep Bapat authored
See gh-15143
-
Stephane Nicoll authored
Closes gh-15192
-
Stephane Nicoll authored
This commit makes the repackager more lenient when it is invoked several times in the same lifecycle. Closes gh-15034
-
Stephane Nicoll authored
Closes gh-15294
-
Andy Wilkinson authored
Closes gh-15191
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15167
-
Andy Wilkinson authored
-