- 14 Jul, 2019 19 commits
-
-
Phillip Webb authored
* pr/17491: Delete ModifiedClassPathRunner Polish ModifiedClassPath support Migrate ModifiedClassPath tests to JUnit 5 Add JUnit 5 ModifiedClassPathExtension Extract ModifiedClassPathClass logic Migrate to MockRestServiceServer Polish LoggingApplicationListenerTests Migrate to ApplicationContextRunner Closes gh-17491
-
Phillip Webb authored
Delete `ModifiedClassPathRunner` since we no longer have any tests that use it. See gh-17491
-
Phillip Webb authored
See gh-17491
-
dreis2211 authored
Migrate the remaining JUnit 4 tests to JUnit 5, making use of the new `ModifiedClassPathExtension`. See gh-17491
-
dreis2211 authored
Add a JUnit 5 extension that allows tests to be run with a modified classpath. Since JUnit 5 does not currently offer a way to run tests with a different classpath, we instead fake the original invocation and launch an entirely new run for each method. See gh-17491
-
dreis2211 authored
Extract classes from `ModifiedClassPathRunner` so that they can be reused. See gh-17491
-
dreis2211 authored
Migrate `RestClientTestWithoutJacksonIntegrationTests` to use Spring's `MockRestServiceServer`. See gh-17491
-
dreis2211 authored
See gh-17491
-
dreis2211 authored
Migrate a new tests to use the `ApplicationContextRunner`. See gh-17491
-
Phillip Webb authored
-
Phillip Webb authored
Merge some string lines that were previously split because of the 90 chars wide formatting.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update `OutputCaptureRule` so that it now implements `CapturedOutput` and can be used directly with AssertJ. Closes gh-17512
-
Stephane Nicoll authored
Closes gh-17506
-
Stephane Nicoll authored
* pr/17496: Test the Gradle Plugin against Gradle 5.5.1 Closes gh-17496
-
dreis2211 authored
See gh-17496
-
Stephane Nicoll authored
* pr/17505: Polish Closes gh-17505
-
dreis2211 authored
See gh-17505
-
- 13 Jul, 2019 1 commit
-
-
Phillip Webb authored
Align with the recent upstream Spring Framework changes triggered by their issue #23170.
-
- 11 Jul, 2019 3 commits
-
-
Madhura Bhave authored
Closes gh-17492
-
Madhura Bhave authored
-
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 17 commits
-
-
Madhura Bhave authored
Closes gh-17486
-
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
Closes gh-17025
-
Brian Clozel authored
Fixes gh-17484
-
Andy Wilkinson authored
* gh-17390: Allow build.time to be disabled so BuildInfoMojo's output is repeatable Closes gh-17390
-
Dmytro Nosan authored
See gh-17390
-
Andy Wilkinson authored
Closes gh-17482
-
Andy Wilkinson authored
* gh-17480: Polish AbstractDependsOnBeanFactoryPostProcessor Closes gh-17480
-
Dmytro Nosan authored
See gh-17480
-
Andy Wilkinson authored
Closes gh-17481
-
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
-
Phillip Webb authored
-
Brian Clozel authored
See gh-17128
-
Andy Wilkinson authored
Closes gh-17479
-
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
-