- 08 Jul, 2019 2 commits
-
-
Andy Wilkinson authored
Closes gh-17451
-
Andy Wilkinson authored
Closes gh-17449
-
- 04 Jul, 2019 2 commits
-
-
Andy Wilkinson authored
Previously, if a user defined a MongoDbFactory bean but did not define a client bean, MongoDataAutoConfiguration would back off leaving the context without a MongoTemplate, etc. This commit reworks the auto-configuration so that only the auto-configuration of a MongoDbFactory is dependent on the existence of a Mongo client bean. Auto-configuration of the other components that depend on a MongoDbFactory will now continue in the absence of a Mongo client bean. Closes gh-17416
-
Andy Wilkinson authored
Closes gh-17428
-
- 03 Jul, 2019 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update `ValidationBindHandler` so that any non-null result returned by the parent `onFailure` method triggers re-validation. Fixes gh-17421
-
Phillip Webb authored
-
- 02 Jul, 2019 4 commits
-
-
Andy Wilkinson authored
Previously, the context path was set to an empty string. The led to Jetty logging a warning about an empty context path and then using / instead. This commit avoids the warning while leaving the context path's end result unchanged by setting the context path to /. Closes gh-17399
-
Andy Wilkinson authored
Closes gh-17407
-
Andy Wilkinson authored
This commit adds dependency management for Infinispan's Spring 5 modules that are introduced in 9.4.9.Final. It also removes redundant exclusions for the dependency management for its Spring 4 modules. Closes gh-17346
-
Phillip Webb authored
Update `StringToEnumIgnoringCaseConverterFactory` so that the `getLettersAndDigits` method correctly appends `char` elements rather than `int` elements. Closes gh-17327
-
- 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
-