- 12 Oct, 2018 3 commits
-
-
Stephane Nicoll authored
Closes gh-14797
-
Andy Wilkinson authored
Closes gh-14787
-
Phillip Webb authored
Ensure that if the user has set `failCtxIfServletStartFails` to `true` using a `ContextCustomizers` any Servlet init exceptions stop the application from running. Closes gh-14448
-
- 11 Oct, 2018 11 commits
-
-
Madhura Bhave authored
Closes gh-14447
-
Phillip Webb authored
Update the reference documentation with a warning about the `webDriver` scope that we create. Closes gh-13093
-
Phillip Webb authored
Update the reference documentation with a section about encrypting properties and a link to Spring Cloud Vault. Closes gh-13618
-
Phillip Webb authored
Update the reference documentation to suggest that devtools uses a custom `developmentOnly` scope, rather than `compileOnly`. Closes gh-14451
-
Phillip Webb authored
* pr/14497: Polish "Stop MetricsEndpoint from summing up same metrics" Stop MetricsEndpoint from summing up same metrics
-
Phillip Webb authored
See gh-14497
-
pmehra authored
Update `MetricsEndpoint` so that only the first matching meter is used when calculating the sum of of statistics. Prior this this commit the endpoint would consider all Meters. This caused incorrect statistics when multiple back-end systems were being used since the registries contained in the `CompositeMeterRegistry` would be iterated, and the same effective metric would be counted more than once. Closes gh-14497
-
Andy Wilkinson authored
Closes gh-14780
-
Andy Wilkinson authored
Closes gh-13594
-
Stephane Nicoll authored
Closes gh-14775
-
Andy Wilkinson authored
This reverts commit c9cf78bb. See gh-14752
-
- 10 Oct, 2018 14 commits
-
-
Stephane Nicoll authored
* pr/14770: Fix typo
-
Hanope authored
Closes gh-14770
-
Andy Wilkinson authored
Closes gh-14755
-
Andy Wilkinson authored
Closes gh-14754
-
Andy Wilkinson authored
Closes gh-14753
-
Andy Wilkinson authored
Closes gh-14752
-
Andy Wilkinson authored
Closes gh-14751
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13880
-
Andy Wilkinson authored
Closes gh-14750
-
Andy Wilkinson authored
Closes gh-14749
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13594
-
Andy Wilkinson authored
Previously, if the call to connection.start() hung, JmsHealthIndicator would also hang and then never respond. This commit introduces the use of an additional thread that waits for up to 5 seconds for the connection to start. If the call to start does not complete within that time, the connection is closed. The call to close causes the call to start to throw an exception, thereby stopping the hang and allowing the indicator to report that the broker is down. Closes gh-10809
-
- 09 Oct, 2018 12 commits
-
-
Andy Wilkinson authored
Closes gh-14413
-
Andy Wilkinson authored
See gh-14413
-
Stephane Nicoll authored
* pr/14460: Polish "Remove duplicate -l option for init command" Remove duplicate -l option for init command
-
Stephane Nicoll authored
Closes gh-1446
-
Ruslan Molchanov authored
See gh-14460
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14739
-
Andy Wilkinson authored
Closes gh-12780
-
Andy Wilkinson authored
* gh-14735: Correct TIP typo in the documentation
-
Hanope authored
Closes gh-14735
-
Andy Wilkinson authored
Closes gh-14703
-
Andy Wilkinson authored
See gh-14732
-