- 02 Jul, 2018 4 commits
-
-
Madhura Bhave authored
Closes gh-13296
-
Madhura Bhave authored
Closes gh-13624
-
Andy Wilkinson authored
Closes gh-13602
-
Andy Wilkinson authored
Closes gh-13620
-
- 28 Jun, 2018 4 commits
-
-
Madhura Bhave authored
Closes gh-13603
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13607
-
Andy Wilkinson authored
Previously, a NullPointerException would occur when WebFluxTags attempted to create a method Tag for a request with a non-standard method. This commit updates WebFluxTags to use getMethodValue(), which will never return null, rather than getMethod(), which may return null, when determining the tag's value for the given request. Closes gh-13596
-
- 27 Jun, 2018 3 commits
-
-
Madhura Bhave authored
* gh-13572: Fix typo
-
dreis2211 authored
-
Madhura Bhave authored
Closes gh-13527
-
- 25 Jun, 2018 10 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13551
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-13559: Polish “Close Database to reset Connection's auto commit property” Close Database to reset Connection's auto commit property
-
Andy Wilkinson authored
Closes gh-13559
-
dmsergeevp44 authored
Previously, LiquibaseEndpoint closed the JdbcConnection but did not close the Database. When using a connection pool, this could leave the underlying SQL Connection with its auto commit property set to false. This commit updates LiquibaseEndpoint to close the Database. This ensures that it resets that Connection's auto commit property to the value that it had when the Database was configured to use the Connection. See gh-13559
-
- 21 Jun, 2018 19 commits
-
-
Madhura Bhave authored
Fixes gh-13442
-
Madhura Bhave authored
Fixes gh-13535
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-12859: Polish "Fix JSP availability check when not running as a packaged war" Fix JSP availability check when not running as a packaged war
-
Andy Wilkinson authored
Closes gh-12859
-
Mandap authored
See gh-12859
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if an HTTP request that used a templated URI was handled by something other than Spring MVC, a potentially unbounded number of metrics would be created. This happened because, in the absence of Spring MVC's best matching pattern attribute, MetricsFilter would fall back to using the request's path. If the handling route was templated, MetricsFilter would be unaware and would record different metrics for each different path, rather than a single metric for the matching pattern. This cimmit updates MetricsFilter so that it falls back to using unmapped when Spring MVC's best matching pattern attribute is not available. This ensures that an unbounded number of metrics will no longer be created, at the cost of losing specific metrics for requests that are not handled by Spring MVC and that do not use a templated path. Closes gh-5875
-
Andy Wilkinson authored
Closes gh-13493
-
Stephane Nicoll authored
Closes gh-13538
-
Stephane Nicoll authored
This starter does not look maintained anymore and there is an alternative that we also reference and has support for Spring Boot 2.
-
Stephane Nicoll authored
This starter does not look maintained anymore and there is a fork of it that we also reference and has support for Spring Boot 2.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12729
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Log4J2 enables its shutdown hook by default. When the JVM is exiting, this creates a race between logging that happens during the application context being closed and Log4J2 being shut down such that the logging is lost. This commit updates SpringBootConfigurationFactory so that it produces a custom sub-class of DefaultConfiguration that disables the shutdown hook by default. In addition to solving the problem described above, this also aligns the Log4J2 logging system with the logging.register-shutdown-hook property which defaults to false. Closes gh-11360
-
Stephane Nicoll authored
* pr/13534: Polish
-
Johnny Lim authored
See gh-13534
-
Stephane Nicoll authored
-