- 24 Oct, 2019 19 commits
-
-
Stephane Nicoll authored
This commit updates the configprops actuator endpoint to detect configuration properties that are bound using a constructor. Closes gh-18636
-
Stephane Nicoll authored
Closes gh-18724
-
Stephane Nicoll authored
Closes gh-18725
-
Andy Wilkinson authored
Closes gh-18726
-
Andy Wilkinson authored
Closes gh-18622
-
Andy Wilkinson authored
Closes gh-18710
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-18593
-
Stephane Nicoll authored
Closes gh-18723
-
Phillip Webb authored
* pr/18710: Polish "Optimize logger calls" Optimize logger calls Closes gh-18710
-
Phillip Webb authored
See gh-18710
-
wycm authored
Guard logger calls to ensure that they are only made when the level is set. See gh-18710
-
Phillip Webb authored
Update `ConfigurationPropertiesBean.getAll()` to limit the candidate beans that will actually need a `getBean()` call. Prior to this commit calling `getAll()` would trigger a get of every bean in the context, some of which might fail. Fixes gh-18714
-
Phillip Webb authored
Closes gh-18720
-
Phillip Webb authored
Closes gh-18715
-
Phillip Webb authored
Closes gh-18719
-
Phillip Webb authored
Closes gh-18717
-
Phillip Webb authored
* pr/18718: Polish documentation Closes gh-18718
-
Philippe De Neve authored
* Remove double occurrence of InfluxDbHealthIndicator. * Fix JUnit 5 `@ExtendWith` references * Use consistent casing of HtmlUnit. See gh-18718
-
- 23 Oct, 2019 12 commits
-
-
Phillip Webb authored
Update `DataSourceHealthContributorAutoConfiguration` so that any `AbstractRoutingDataSource` beans are still included in the overall health. Prior to this commit, a regression in Spring Boot 2.2 meant that if a single routing bean was found an `IllegalArgumentException` would be thrown. In Spring Boot 2.1 all `AbstractRoutingDataSource` would be filtered from the results, but if no results existed the following was returned: "details": { "db": { "status": "UNKNOWN" }, In Spring Boot 2.2 we now always include routing datasource beans, even if other non-routing database beans are found. The health details includes `"routing" : true` to help users disambiguate any results. Fixes gh-18661
-
Phillip Webb authored
Update `NamedContributorsMapAdapter` to check for `null` keys or values during construction. Also update `HealthEndpointSupport` to allow null component entries. See gh-18687
-
Phillip Webb authored
Update `HealthEndpointSupport` so that aggregate elements that don't ultimately provide a contribution are filtered out. Prior to this commit an NPE was returned when calculating the aggregate status. Fixes gh-18687
-
Stephane Nicoll authored
* pr/18702: Make optimizedLaunch property name more consistent Closes gh-18702
-
Alessandro Falappa authored
See gh-18702
-
Stephane Nicoll authored
Closes gh-18713
-
Stephane Nicoll authored
* pr/18705: Fix typos Closes gh-18705
-
nkjackzhang authored
See gh-18705
-
Stephane Nicoll authored
* pr/18697: Polish Closes gh-18697
-
Johnny Lim authored
See gh-18697
-
Stephane Nicoll authored
* pr/18689: Fix Mockito deprecations Closes gh-18689
-
dreis2211 authored
See gh-18689
-
- 22 Oct, 2019 9 commits
-
-
Phillip Webb authored
Closes gh-18695
-
Phillip Webb authored
* pr/18566: Rename `max-http-post-size` server property Closes gh-18566
-
Rafiullah Hamedy authored
Rename `max-http-post-size` to `max-http-form-post-size` for Jetty and Tomcat to make it clearer that they only apply to POSTed form content. See gh-18566
-
Phillip Webb authored
Closes gh-18694
-
Phillip Webb authored
Closes gh-18693
-
Phillip Webb authored
* pr/18536: Polish "Upgrade to Jetty 9.4.21.v20190926" Upgrade to Jetty 9.4.21.v20190926 Closes gh-18536
-
Phillip Webb authored
See gh-18536
-
dreis2211 authored
See gh-18536
-
Phillip Webb authored
Closes gh-18691
-