- 09 Oct, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/14712: Fix actuator endpoint tables in docs
-
dreis2211 authored
Closes gh-14712
-
- 08 Oct, 2018 25 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-14722
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-14721
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-14720: Fix @Cacheable typo
-
dreis2211 authored
Closes gh-14720
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13945
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-2958
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13895
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14250
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14714
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14713
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14707: Remove unused fields in tests
-
dreis2211 authored
Closes gh-14707
-
- 06 Oct, 2018 11 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-14708: Fix broken Asciidoctor syntax
-
Johnny Lim authored
Closes gh-14708
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if WebFlux and Jersey were on the classpath, but there was no Servlet API (and no embedded container) on the classpath, the web application type would be prevented from being reactive. The absence of the Servlet API would then prevent the web application type from being servlet so it would be none. By contrast, if Spring MVC was on the classpath in place of Jersey the absence of the Servlet API would allow the web application type to be reactive. This happened because the Spring MVC indicator class is DispatcherServlet which requires the Servlet API. This commit updates the Jersey indicator class to be ServletContainer. This class is both an HttpServlet and a Filter so it too requires the Servlet API and, therefore, further aligns the deduction behaviour for Jersey and Spring MVC. Closes gh-14701
-
Madhura Bhave authored
See gh-14353
-
Phillip Webb authored
* pr/14353: Polish "Add Prometheus push gateway support" Add Prometheus push gateway support
-
Phillip Webb authored
Rework Prometheus push gateway support so that the central class can be used outside of auto-configuration. The shutdown flags have also been replaced with a single "shutdown-operation" property since it's unlikely that both "push" and "delete" will be required. It's also possible now to supply a `TaskScheduler` to the manager. See gh-14353
-
David J. M. Karlsen authored
Add support for Prometheus push gateway so that short lived processes (for example batch jobs) can still submit metrics to Prometheus. Closes gh-14353
-
- 05 Oct, 2018 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-