- 09 Oct, 2018 7 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-14732
-
Andy Wilkinson authored
See gh-14728
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-14727
-
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 8 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
-