- 17 Jul, 2019 2 commits
-
-
Stephane Nicoll authored
Closes gh-17543
-
Andy Wilkinson authored
Fixes gh-17545
-
- 14 Jul, 2019 2 commits
-
-
Stephane Nicoll authored
* pr/17496: Test the Gradle Plugin against Gradle 5.5.1 Closes gh-17496
-
dreis2211 authored
See gh-17496
-
- 11 Jul, 2019 1 commit
-
-
Madhura Bhave authored
Setting the log file name to a random value in smoke tests doesn't work because the logger context has already been initialized.
-
- 10 Jul, 2019 10 commits
-
-
Madhura Bhave authored
Using a random value for the logfile name caused the logfile endpoint to return a 404 as the name was resolved from the environment on every request. This commit registers a bean for LogFile which is then used by the logfile endpoint. Fixes gh-17434
-
Andy Wilkinson authored
* gh-17480: Polish AbstractDependsOnBeanFactoryPostProcessor Closes gh-17480
-
Dmytro Nosan authored
See gh-17480
-
Andy Wilkinson authored
* gh-16627: Polish "Set up MongoClient beans' dependencies by type rather than name" Set up MongoClient beans' dependencies by type rather than name Closes gh-16627
-
Andy Wilkinson authored
See gh-16627
-
ielatif authored
See gh-16627
-
Andy Wilkinson authored
* gh-17020: Polish "Allow depended on beans to be identified by type" Allow depended on beans to be identified by type Closes gh-17020
-
Andy Wilkinson authored
See gh-17020
-
Dmytro Nosan authored
Prior to this commit, `AbstractDependsOnBeanFactoryPostProcessor` could only identify depended on beans by name. See gh-17020
-
Stephane Nicoll authored
Closes gh-17476
-
- 09 Jul, 2019 4 commits
-
-
Andy Wilkinson authored
Fixes gh-17217
-
Stephane Nicoll authored
Closes gh-17446
-
Andy Wilkinson authored
Fixes gh-17465
-
Andy Wilkinson authored
Closes gh-17461
-
- 08 Jul, 2019 3 commits
-
-
Madhura Bhave authored
Closes gh-17445
-
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 9 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
-