- 17 Jul, 2019 15 commits
-
-
Stephane Nicoll authored
Closes gh-17554
-
Stephane Nicoll authored
Closes gh-17553
-
Stephane Nicoll authored
* pr/17504: Polish "Add metrics support for idle jdbc connections" Add metrics support for idle jdbc connections Closes gh-17504
-
Stephane Nicoll authored
See gh-17504
-
ayudovin authored
See gh-17504
-
Andy Wilkinson authored
Closes gh-17552
-
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
* pr/17537: Polish "Add reference to amqp-rabbit-spring-boot-autoconfigure" Add reference to amqp-rabbit-spring-boot-autoconfigure Closes gh-17537
-
Stephane Nicoll authored
See gh-17537
-
EugeneMsv authored
See gh-17537
-
Stephane Nicoll authored
Closes gh-17544
-
Stephane Nicoll authored
Closes gh-17547
-
Stephane Nicoll authored
Closes gh-17543
-
Andy Wilkinson authored
Closes gh-17546
-
Andy Wilkinson authored
Fixes gh-17545
-
- 16 Jul, 2019 6 commits
-
-
Phillip Webb authored
Update `BuildInfoMojo` so that the time property now defaults to `${session.request.startTime}` rather than the time the Mojo was created. Also update javadoc to make it clear that any supplied value will be passed to `Instant.parse`. See gh-17390
-
Stephane Nicoll authored
* pr/17514: Polish "Add support for configuring Spring Session SaveMode" Add support for configuring Spring Session SaveMode Closes gh-17514
-
Stephane Nicoll authored
See gh-17514
-
Vedran Pavic authored
See gh-17514
-
Stephane Nicoll authored
* pr/17507: Update documentation to use JUnit Jupiter Closes gh-17507
-
wonwoo authored
See gh-17507
-
- 15 Jul, 2019 14 commits
-
-
Phillip Webb authored
* pr/17522: Remove obsolete checkstyle suppressions Closes gh-17522
-
dreis2211 authored
See gh-17522
-
Phillip Webb authored
* pr/17524: Polish testsupport.junit.platform package Closes gh-17524
-
dreis2211 authored
See gh-17524
-
Phillip Webb authored
-
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 5 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
-