- 18 Jul, 2019 6 commits
-
-
Andy Wilkinson authored
* gh-17508: Remove unused java-statsd-client dependencies Closes gh-17508
-
dreis2211 authored
See gh-17508
-
Andy Wilkinson authored
* gh-17538: Polish "Hide loader classes from Tomcat's ServletContext resource paths" Hide loader classes from Tomcat's ServletContext resource paths Closes gh-17538
-
Andy Wilkinson authored
See gh-17538
-
adavid9 authored
See gh-17538
-
Andy Wilkinson authored
Fixes gh-17555
-
- 17 Jul, 2019 7 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Stephane Nicoll authored
Closes gh-17553
-
Andy Wilkinson authored
Previously, DeferredLinesWriter would collect MockMvc output from every test that has executed. If a test eventually failed, the output from every test up to including the one that had failed would be output, rather than just the output for the test that has just failed. This commit clears the deferred lines after each test, thereby ensuring that when a failure occurs only the lines from the failing test are output. Fixes gh-17551
-
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 2 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
-