- 01 Jul, 2019 10 commits
-
-
Phillip Webb authored
Escape lines that look like variable references but should actually be included verbatim. Closes gh-17386
-
Phillip Webb authored
Escape lines that look like variable references but should actually be included verbatim. Closes gh-17386
-
Andy Wilkinson authored
Closes gh-17382
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-16894: Fix persistent session property name in reference docs Closes gh-16894
-
Kirill Gavrilov authored
See gh-16894
-
Andy Wilkinson authored
Previously, a regular expression of /./ was used to replace /./ with /. The '.'' in the expression matches any single character so the replacement was more broadly applicable than it should have been. For example, /a/ would be replaced with /. This commit uses Pattern.LITERAL to compile the regular expression from the CURRENT_DIR (/./) contant. This allows the constant to be used to check for occurances of /./ in the string before attempting replacement, while also ensuring that the '.' is treated literally. Closes gh-17341
-
Andy Wilkinson authored
Closes gh-17378
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-17377
-
- 29 Jun, 2019 19 commits
-
-
Andy Wilkinson authored
* gh-17289: Polish WebServiceTemplateBuilder Closes gh-17289
-
Dmytro Nosan authored
See gh-17289
-
Andy Wilkinson authored
* gh-17342: Fix typo in bomr.yaml Closes gh-17342
-
Johnny Lim authored
See gh-17342
-
Andy Wilkinson authored
* gh-17358: Remove System.out.println() in a test Closes gh-17358
-
Johnny Lim authored
See gh-17358
-
Andy Wilkinson authored
* gh-17357: Add a missing quote in DebugLogbackConfigurator Closes gh-17357
-
Johnny Lim authored
See gh-17357
-
Andy Wilkinson authored
See gh-17361
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-17359
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Apply consistent `@Since` tags and retrofit the existing code using a best guess from the git history. Closes gh-17360
-
Phillip Webb authored
Closes gh-17361
-
Phillip Webb authored
Closes gh-17359
-
Phillip Webb authored
See gh-17360
-
Phillip Webb authored
Ignore the new `SpringMethodVisibility` on released versions since the required changes can introduce subtle bugs. See gh-17359
-
Phillip Webb authored
Closes gh-17359
-
- 28 Jun, 2019 5 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Merging 1.5.x accidentally broke `AbstractFilterRegistrationBean`
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Backport gh-12590 to 1.5.x and also pick up a few classes that were missed. This commit also makes a few properties bound classes public. Closes gh-17337
-
- 27 Jun, 2019 5 commits
-
-
Andy Wilkinson authored
Closes gh-17334
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-17331
-
Andy Wilkinson authored
Closes gh-17305
-
Andy Wilkinson authored
-
- 26 Jun, 2019 1 commit
-
-
Madhura Bhave authored
Closes gh-17309
-