- 15 Jul, 2019 9 commits
-
-
Andy Wilkinson authored
Closes gh-17520
-
Andy Wilkinson authored
Closes gh-17381
-
Stephane Nicoll authored
This commit updates ConfigurationPropertiesScanRegistrar to apply the same component scan filters than the ones applied on standard classpath scanning. As a result, configuration properties scanning is automatically disabled in slice tests and can be included by an explicit import or a dedicated TypeFilter implementation if necessary. Closes gh-16659
-
Stephane Nicoll authored
* pr/17519: Fix formatting in Couchbase smoke tests Closes gh-17519
-
dreis2211 authored
See gh-17519
-
Phillip Webb authored
Remove `runner` since we're no longer tied to JUnit 4. See gh-17491
-
Phillip Webb authored
Meta-annotate `ClassPathExclusions` and `ClassPathOverrides` with so that the `ModifiedClassPathExtension` no longer needs to be used directly. See gh-17491
-
Phillip Webb authored
Remove the `ModifiedClassPathClassLoaderFactory` in favor of factory methods on `ModifiedClassPathClassLoader`. See gh-17491
-
Phillip Webb authored
Replace any direct `junit-platform-launcher` dependencies and instead rely on the test runner providing it. Launcher related class are not handled via reflection. This update allows us to workaround SUREFIRE-1679. Closes gh-17517
-
- 14 Jul, 2019 20 commits
-
-
Phillip Webb authored
Delete our internal `OutputCaptureRule` since we not longer have any tests using it.
-
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 7 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
-