- 02 Jul, 2018 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13620
-
- 28 Jun, 2018 9 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-13603
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13607
-
Andy Wilkinson authored
-
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
-
Andy Wilkinson authored
Closes gh-11749 Closes gh-12243
-
Andy Wilkinson authored
-
- 27 Jun, 2018 5 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-13572: Fix typo
-
dreis2211 authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-13527
-
- 26 Jun, 2018 2 commits
-
-
Phil Webb authored
-
Andy Wilkinson authored
Closes gh-11725
-
- 25 Jun, 2018 15 commits
-
-
Andy Wilkinson authored
Closes gh-13437
-
Andy Wilkinson authored
-
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
-
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
-
- 22 Jun, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-4458
-
- 21 Jun, 2018 6 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-13442
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-13535
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-