- 24 Mar, 2020 1 commit
-
-
Phillip Webb authored
-
- 23 Mar, 2020 34 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Brian Clozel authored
Prior to this commit, we were relying on the `"spring.main.cloud-platform"` property for overriding cloud platform detection and enabling liveness and readiness probes. Changes made in gh-20553 have now been reverted. This commit adds the `"management.health.probes.enabled"` configuration property. The auto-configuration now enables the HTTP Probes and `HealthIndicator` if this property is enabled, or if the Kubernetes cloud platform is detected. This property is `false` by default for now, since enabling this for all Spring Boot applications would be a breaking change. In this case, the global `"/actuator/health"` endpoint could report `OUT_OF_SERVICE` during startup time because the application now reports the readiness as well. See gh-19593
-
Brian Clozel authored
This reverts commit 4b7ed5ef. See gh-20553
-
Brian Clozel authored
See gh-19593
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-20562
-
Madhura Bhave authored
Closes gh-20539
-
Stephane Nicoll authored
Closes gh-20570
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20569
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20624
-
Stephane Nicoll authored
Closes gh-20622
-
Stephane Nicoll authored
Closes gh-20378
-
Stephane Nicoll authored
Closes gh-20621
-
Stephane Nicoll authored
* pr/20617: Polish "Fix @FlywayDataSource with multiple data sources" Fix @FlywayDataSource with multiple data sources Closes gh-20617
-
Stephane Nicoll authored
See gh-20617
-
Shimbo Takaaki authored
See gh-20617
-
Stephane Nicoll authored
Closes gh-20619
-
Stephane Nicoll authored
Closes gh-20618
-
Stephane Nicoll authored
Closes gh-19564
-
Stephane Nicoll authored
Closes gh-20616
-
Stephane Nicoll authored
Closes gh-20615
-
Stephane Nicoll authored
Previously, the presence of a `ConsumerFactory` bean would make the auto-configured one to back off, leading to a failure down the line if no available instance matches the generics criterion. This commit improves the auto-configuration to create a `ConsumerFactory<?,?>` behind the scenes if none is available. Closes gh-19221
-
Andy Wilkinson authored
Closes gh-20613
-
Andy Wilkinson authored
See gh-20570
-
Stephane Nicoll authored
Closes gh-20612
-
Stephane Nicoll authored
* pr/20523: Polish "Configure signature algorithm when using public key jwt decoder" Configure signature algorithm when using public key jwt decoder Closes gh-20523
-
Stephane Nicoll authored
See gh-20523
-
Michael Kreis authored
See gh-20523
-
Andy Wilkinson authored
* gh-20608: Fix "Building Docker Images" section level Closes gh-20608
-
Johnny Lim authored
See gh-20608
-
- 22 Mar, 2020 5 commits
-
-
Stephane Nicoll authored
Closes gh-20607
-
Stephane Nicoll authored
* pr/20604: Polish BindableTests Closes gh-20604
-
dreis2211 authored
See gh-20604
-
Stephane Nicoll authored
* pr/20601: Remove redundant MockitoAnnotations.initMocks() Closes gh-20601
-
dreis2211 authored
See gh-20601
-