Leo Li
1770f065a5
Polish
...
See gh-28239
3 years ago
Stephane Nicoll
c56bba98d9
Harmonize bean type visibility in TestDatabaseAutoConfiguration
...
Closes gh-28264
3 years ago
Andy Wilkinson
1a505964ee
Merge branch '2.5.x'
...
Closes gh-28207
3 years ago
Andy Wilkinson
1931104d13
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28206
3 years ago
Andy Wilkinson
9c9fbf400e
Upgrade to Spring Java Format 0.0.29
...
Closes gh-28205
3 years ago
Stephane Nicoll
1b7536fda4
Merge branch '2.5.x'
...
Closes gh-28160
3 years ago
Stephane Nicoll
1c139b1d23
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28159
3 years ago
Stephane Nicoll
bedd749e1c
Polish "Clarify use of @AutoConfigureTestEntityManager"
...
See gh-28086
3 years ago
Leo Li
70f64f2c26
Clarify use of @AutoConfigureTestEntityManager
...
This commit makes it clearer that, when using
@AutoConfigureTestEntityManager outside of @DataJpaTest, any tests using
the test entity manager must be @Transactional.
See gh-28086
3 years ago
dreis2211
cf0fcafd13
Polish
...
See gh-27940
3 years ago
Yanming Zhou
6e9bdacc10
Include WebMvcRegistrations beans in WebMvcTest
...
See gh-27823
3 years ago
Andy Wilkinson
fd2fbcb3c6
Merge branch '2.5.x'
...
Closes gh-27758
3 years ago
Brian Clozel
8b3bea173c
Configure WebTestClient for @AutoConfigureMockMvc tests
...
As of Spring Framework 5.3, `WebTestClient` can now be configured on top
of `MockMvc` for testing Spring MVC applications in a mock environment.
Prior to this commit, `WebTestClient` would be already configured for
WebFlux mock setups with `@AutoConfigureWebTestClient` or live servers
(for both MVC and WebFlux apps).
This commit enhances the `@AutoConfigureWebMvc` support so that a
`WebTestClient` instance is auto-configured if the spring-webflux
dependency is present on the classpath.
Closes gh-23067
3 years ago
Andy Wilkinson
2482607a06
Merge branch '2.5.x'
...
Closes gh-27526
3 years ago
Andy Wilkinson
533bb24b55
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27525
3 years ago
Andy Wilkinson
ad2d9c0ab1
Customize Cassandra's configuration to reduce container startup time
...
Closes gh-27524
3 years ago
Andy Wilkinson
11fc231cc9
Merge branch '2.5.x'
...
Closes gh-27491
3 years ago
Andy Wilkinson
1bf466702b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27490
3 years ago
Andy Wilkinson
0326fa47b7
Make DataJpaTestSchemaCredentialsIntegrationTests create the schema
...
Closes gh-26106
3 years ago
Phillip Webb
7e9ac39f0d
Update copyright year of changed files
3 years ago
Andy Wilkinson
3d581847e6
Merge branch '2.5.x'
...
Closes gh-27370
3 years ago
Andy Wilkinson
96111514e1
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27369
3 years ago
Andy Wilkinson
06a3c40506
Use a 10s init query timeout in Cassandra tests
...
Closes gh-27368
3 years ago
Andy Wilkinson
43f1b98864
Polish "Add @WebServiceServerTest slice test support"
...
See gh-27091
3 years ago
Daniil Razorenov
c897b1e689
Add @WebServiceServerTest slice test support
...
Add `@WebServiceServerTest` and related test auto-configuration to
allow slice testing of Spring Web Service server applications.
See gh-27091
3 years ago
Phillip Webb
4d62e47c5d
Merge branch '2.3.x' into 2.4.x
3 years ago
Phillip Webb
9e1c78da99
Update copyright year of changed files
3 years ago
Stephane Nicoll
cb7c3774a7
Merge branch '2.4.x'
...
Closes gh-26646
4 years ago
Stephane Nicoll
942691753d
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26645
4 years ago
dreis2211
01ee6190a2
Remove workaround for SUREFIRE-1679
...
See gh-26632
4 years ago
weixsun
8a2be288a3
Remove unnecessary throws declaration in tests
...
See gh-26441
4 years ago
Stephane Nicoll
6df3a8291e
Merge branch '2.4.x'
...
Closes gh-26328
4 years ago
Stephane Nicoll
01d2c70e8c
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26327
4 years ago
Stephane Nicoll
07358c6b79
Support reactive infrastructure with DataRedisTest
...
Previously DataRedisTest-annotated test could not use reactive
operations as RedisReactiveAutoConfiguration is not considered. This
commit includes this auto-configuration and adds a test to exercise this
scenario.
Closes gh-26319
4 years ago
Phillip Webb
2f852fa256
Update copyright year of changed files
4 years ago
Stephane Nicoll
e3f81f0243
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
db7460ddd5
Polish contribution based on Andy's review
...
See gh-26188
4 years ago
Stephane Nicoll
3ca6ed6246
Polish
...
Closes gh-26190
4 years ago
izeye
4be48d0d50
Polish
...
See gh-26188
4 years ago
Phillip Webb
beaf03a008
Update copyright year of changed files
4 years ago
Andy Wilkinson
9d0e1a2cb3
Include SQL init auto-config in Data RDBC test slice
...
Closes gh-24741
4 years ago
Andy Wilkinson
05adf02a47
Include SQL init auto-config in JDBC-based test slices
...
Closes gh-25323
4 years ago
Stephane Nicoll
0d81b4d07e
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26108
4 years ago
Stephane Nicoll
0fb482579b
Harmonize Neo4jContainer startup options
...
Closes gh-26084
4 years ago
Andy Wilkinson
a58b25b5db
Add package-info to o.s.b.test.autoconfigure.data.Cassandra
...
Closes gh-26081
4 years ago
Stephane Nicoll
fd6ad5b889
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26024
4 years ago
Stephane Nicoll
7286c33f53
Document default behaviour of DataJpaTest#showSql
...
Closes gh-25843
4 years ago
izeye
852e5778a3
Polish
...
See gh-25875
4 years ago
Phillip Webb
363f5829d1
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25825
4 years ago
Phillip Webb
11a94ee6f0
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
82127fdaa3
Update copyright year of changed files
4 years ago
Andy Wilkinson
96ba9ae47f
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25768
4 years ago
Andy Wilkinson
62023104de
Test auto-configured MockRestServiceServer with metrics and a root URI
...
Closes gh-25741
4 years ago
Andy Wilkinson
79c0597aa2
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25072
4 years ago
Andy Wilkinson
3585d20453
Include IDialect beans in WebFluxTest and WebMvcTest
...
Fixes gh-24149
4 years ago
Phillip Webb
d06407ec0a
Update copyright year of changed files
4 years ago
Phillip Webb
d95d7a0245
Update code for Spring Framework 5.3.4
...
See gh-24998
4 years ago
Phillip Webb
72d36e0c07
Update copyright year of changed files
4 years ago
Stephane Nicoll
93d83342d2
Merge branch '2.3.x'
...
Closes gh-24401
4 years ago
Stephane Nicoll
06671aa50e
Stop deferring JPA bootstrap mode by default
...
This commit changes the default value of bootstrap-mode to "default"
rather than "deferred" so that the JPA infrastructure starts in the
main thread rather than asynchronously.
Closes gh-24249
4 years ago
Phillip Webb
30c27274e2
Merge branch '2.3.x'
...
Closes gh-24339
4 years ago
Phillip Webb
5f351a6983
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24338
4 years ago
Phillip Webb
837fc83527
Fix checkstyle header violations
...
See gh-24337
4 years ago
Stephane Nicoll
b6fc0913cf
Merge branch '2.3.x'
...
Closes gh-24104
4 years ago
Stephane Nicoll
515b18e142
Merge branch '2.3.x'
...
Closes gh-24108
4 years ago
Stephane Nicoll
9e901b6e07
Upgrade to Testcontainers 1.15.0
...
Closes gh-24103
4 years ago
Stephane Nicoll
23ad2b4156
Rationalize Testcontainers image versions
...
This commit rationalizes the Docker image names used in integration
tests.
Closes gh-24107
4 years ago
Andy Wilkinson
a4505eaeb0
Merge branch '2.3.x'
...
Closes gh-24024
4 years ago
Andy Wilkinson
81f672eae3
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24023
4 years ago
Andy Wilkinson
28ccf54b21
Ignore schema username when auto-configuring a test DB
...
Previously, when an embedded test database was being auto-configured
any schema username and password specified by the user would result
in a separate embedded test database being created to load the schema.
This then left the actual test database without the schema causing
test failures.
This commit updates the test database auto-configuration to set the
schema username to an empty string in a property source that's added
first to the environment's property sources. This causes any schema
username configured by the user to be ignored, preventing the creation
of a separate database for schema.sql processing.
Fixes gh-19321
4 years ago
Andy Wilkinson
c93d91175d
Merge branch '2.3.x'
...
Closes gh-24007
4 years ago
Andy Wilkinson
2513071b1f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24006
4 years ago
Andy Wilkinson
622606d85a
Make it clearer that only the main DataSource bean may be replaced
...
Closes gh-23808
4 years ago
Andy Wilkinson
8004a821f2
Fix nested test config discovery for sliced tests
...
Fixes gh-23984
4 years ago
Phillip Webb
929d8fcd3c
Update copyright year of changed files
4 years ago
Andy Wilkinson
506f7acc8d
Streamline use of TestContextAnnotationUtils
...
See gh-12470
4 years ago
Andy Wilkinson
6b437ece54
Inherit enclosing class's configuration in nested tests
...
Fixes gh-12470
4 years ago
Phillip Webb
11a153869f
Polish 'Support nested @PropertyMapping annotations'
...
See gh-23146
4 years ago
Stefan Zwanenburg
edf4c833c2
Support nested @PropertyMapping annotations
...
Update `AnnotationsPropertySource` so that nested annotations are
supported. Prior to this commit, annotations annotated with
`@PropertyMapping` that contained nested annotation attributes would
result in instances of `TypeMappedAnnotation` being used as properties.
This usually led to errors due to not being able to convert those to
Strings. This commit makes it so that nested annotations are recursively
mapped to properties. This should allow for more complex configuration
to be mapped from annotations.
See gh-23146
4 years ago
Brian Clozel
9c54a5369d
Merge branch '2.3.x'
...
Closes gh-23816
4 years ago
Brian Clozel
b37eecc015
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23812
4 years ago
Brian Clozel
5eb1e26e10
Add HttpEncodingAutoConfiguration to WebMvcTest
...
Prior to this commit, tests using the `@WebMvcTest` annotation would not
include the `HttpEncodingAutoConfiguration`. This means that, even if
configured, the encoding filter would not be configured in MVC tests,
resulting in an inconsistency with `@SpringBootTest` tests.
This commit ensures that the `HttpEncodingAutoConfiguration` is included
when `@WebMvcTest` is used.
Fixes gh-23749
4 years ago
Stephane Nicoll
a5b27789c0
Document how to use DataNeo4jTest with reactive access
...
Closes gh-23630
4 years ago
Madhura Bhave
7c22e71753
Polish "Deprecate EmbeddedDatabaseConnection#HSQL"
...
See gh-23565
4 years ago
Stephane Nicoll
366fec33d0
Adapt to API change in Spring Framework 5.3.0 snapshots
...
See gh-23534
4 years ago
Stephane Nicoll
2852ea0808
Remove useless version override for MongoDBContainer
...
Closes gh-23520
4 years ago
Phillip Webb
c284edde67
Update copyright year of changed files
4 years ago
Stephane Nicoll
91cc283c39
Upgrade to JUnit Jupiter 5.7.0
...
Closes gh-23351
4 years ago
Stephane Nicoll
5a86162ff3
Polish "Simplify code"
...
See gh-23111
4 years ago
EruDev
ffc577b499
Simplify code
...
See gh-23111
4 years ago
Andy Wilkinson
9ee2487a6e
Merge branch '2.3.x'
...
Closes gh-23128
4 years ago
dreis2211
51c9dee899
Use DynamicPropertySource in MongoDB tests
...
See gh-23127
4 years ago
Andy Wilkinson
2c166d1a58
Merge branch '2.3.x'
...
Closes gh-23125
4 years ago
Andy Wilkinson
33ef1b6e5b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23124
4 years ago
Andy Wilkinson
5cd910c7ce
Replace Embedded Mongo with Testcontainers' MongoDB support
...
Closes gh-23090
4 years ago
Andy Wilkinson
cf0036992f
Increase timeouts used in Cassandra integration tests
...
Closes gh-23083
4 years ago
Phillip Webb
4df618a2b1
Merge branch '2.3.x'
...
Closes gh-22967
4 years ago
Phillip Webb
f75e988450
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22966
4 years ago
Phillip Webb
3271542d98
Add @Interited to @TypeExcludeFilters
...
Update `@TypeExcludeFilters` so that it is also annotated with
`@Inherited`.
Closes gh-22939
4 years ago
Madhura Bhave
bbbbe8e4d2
Make security auto-configs back off when SecurityFilterChain present
...
Closes gh-22739
4 years ago
Scott Frederick
2a998a4373
Fix DataNeo4jTestReactiveIntegrationTests
...
See gh-22940
4 years ago
Stephane Nicoll
045d2f678d
Document Spring Data Neo4j 6 support
...
Closes gh-22652
4 years ago
Andy Wilkinson
0d8719adb7
Merge branch '2.3.x'
...
Closes gh-22911
4 years ago
Andy Wilkinson
65ccb514d0
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22910
4 years ago
Johnny Lim
68e2dd626d
Mention configuration customizers for WebTestClient and RestAssured
...
See gh-22765
4 years ago
Andy Wilkinson
969dd35e45
Upgrade to Mockito 3.4.6
...
Closes gh-22838
4 years ago
Phillip Webb
f7f4ff0ac9
Update copyright year of changed files
4 years ago
Stephane Nicoll
dac63fc3e5
Polish
4 years ago
Stephane Nicoll
313b2bef6f
Polish "Add test slice for Spring Data Cassandra"
...
See gh-17490
4 years ago
ayudovin
ae152b176b
Add test slice for Spring Data Cassandra
...
See gh-17490
4 years ago
Stephane Nicoll
36fb86a110
Update to core r2dbc support
...
This commit adapts the auto-configuration for the new core r2dbc support
in Spring Framework and provides auto-configuration for
R2dbcEntityOperations.
Closes gh-22708
4 years ago
Andy Wilkinson
5f1198c917
Merge branch '2.3.x'
...
Closes gh-22670
4 years ago
Andy Wilkinson
45346b63ba
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22669
4 years ago
Andy Wilkinson
22dc4e7608
Clarify documentation on @AutoConfigureRestDocs with WebTestClient
...
Closes gh-15977
4 years ago
Stephane Nicoll
9bc71fe44f
Polish "Upgrade to Spring Data Neo4j 6"
...
See gh-22299
4 years ago
Gerrit Meier
15cd343737
Upgrade to Spring Data Neo4j 6
...
See gh-22299
4 years ago
Andy Wilkinson
8a9cc64221
Merge branch '2.3.x'
...
Closes gh-22577
4 years ago
Andy Wilkinson
5279b90ced
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22576
4 years ago
Andy Wilkinson
1c3528f5a4
Include Jackson Modules in WebMvcTest and WebFluxTest
...
Fixes gh-22530
4 years ago
Stephane Nicoll
3530ac9b0c
Polish "Disable metrics export in integration tests"
...
See gh-21658
4 years ago
bono007
b1830da0da
Disable metrics export in integration tests
...
This commit introduces a new property to globally disable metrics
export. In integration tests, this property is automatically set to
disable everything but in-memory metrics.
This commit also introduces a `@AutoConfigureMetrics` annotation that
can be used for integration tests that require metrics export to operate
as they would in an application.
See gh-21658
4 years ago
Andy Wilkinson
0d6ea79007
Start building against Spring Framework 5.3.0 snapshots
...
See gh-21929
4 years ago
Stephane Nicoll
f0f8424191
Merge branch '2.3.x'
...
Closes gh-22008
4 years ago
dreis2211
855d596c2a
Use lazy lambda instead of explicit argument
...
See gh-21986
4 years ago
Andy Wilkinson
9e08490522
Merge branch 'gh-21271'
...
Closes gh-21271
4 years ago
Andy Wilkinson
9636350b0b
Enable rawtypes compilation warnings
...
See gh-21271
4 years ago
Andy Wilkinson
47874d8c6a
Treat warnings as errors when compiling
...
See gh-21271
4 years ago
Andy Wilkinson
ce68f1a097
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21837
5 years ago
Andy Wilkinson
48acaa4bd9
Make AutoConfigureMockMvc use SecurityProperties' filter ordering
...
Previously, AutoConfigureMockMvc used Spring Security's default filter
ordering, ignoring the value configured by SecurityProperties that is
used at runtime. This resulted in different ordering at runtime and in
tests.
This commit updates the configuration for AutoConfigureMockMvc to
import the Spring Security filter auto-configuration, thereby ensuring
that the ordering configured via SecurityProperties is applied.
Fixes gh-21801
5 years ago
dreis2211
b498d3903f
Upgrade to Testcontainers 1.14.2
...
See gh-21581
5 years ago
Stephane Nicoll
b9a1a70fcc
Merge branch '2.2.x'
...
Closes gh-21562
5 years ago
Stephane Nicoll
77981ac2ae
Polish "Use the container IP address for tests using TestContainer"
...
See gh-21480
5 years ago
olivier lamy
0c2bf70bb8
Use the container IP address for tests using TestContainer
...
See gh-21480
5 years ago
Phillip Webb
194c9fac64
Polish 'Add @WebServiceClientTest slice test support'
...
See gh-17274
5 years ago
Dmytro Nosan
a4104ab096
Add @WebServiceClientTest slice test support
...
Add `@WebServiceClientTest` and related test auto-configuration to allow
slice testing of Spring Web Service client applications.
See gh-17274
5 years ago
Andy Wilkinson
83e4bb39b6
Add transaction auto-configuration to @DataMongoTest
...
Closes gh-20182
5 years ago
Stephane Nicoll
12123d41e5
Make sure @DataR2dbcTest invokes database migration if necessary
...
Closes gh-20739
5 years ago
Andy Wilkinson
56af3534f0
Merge branch '2.2.x'
...
Closes gh-20740
5 years ago
Andy Wilkinson
ce95fd6825
Polish "Use @DynamicPropertySource for Neo4J and Redis data tests"
...
See gh-20676
5 years ago
dreis2211
d84422a41c
Use @DynamicPropertySource for Neo4J and Redis data tests
...
See gh-20676
5 years ago
Stephane Nicoll
6817856e7d
Add test slice for Spring Data R2DBC
...
This commit adds a test slice for Spring Data R2DBC. When
`DataR2dbcTest` is added on a test, only Spring Data R2DBC repositories
and the infrastructure that they need is auto-configured.
Contrary to the JDBC counterpart, the `ConnectionFactory` is not swapped
by an embedded database.
See gh-19988
Co-authored-by: Mark Paluch <mpaluch@pivotal.io>
5 years ago
Johnny Lim
8be8a8421d
Polish
...
See gh-20226
5 years ago
dreis2211
aa0360e1ba
Fix some deprecation warnings
...
See gh-20108
5 years ago
Madhura Bhave
0a377647ca
Import OAuth2 auto-configurations in web slice tests
...
Fixes gh-19823
5 years ago
Stephane Nicoll
bae1d8d780
Polish "Use new AssertJ duration assertions"
...
See gh-19985
5 years ago
dreis2211
fac6f08ca3
Use new AssertJ duration assertions
...
See gh-19985
5 years ago
Scott Frederick
288889685d
Change default BootstrapMode for JPA repositories
...
Change the default `BootstrapMode` for auto-configured `JpaRepositories`
to `BootstrapMode.DEFERRED` to allow the initialization of
`EntityManagerFactory` to be parallelized for increased startup efficiency.
Prior to this change, the default BootstrapMode for all auto-configured
Spring Data repositories was `BootstrapMode.DEFAULT`.
Closes gh-16230
5 years ago
Scott Frederick
8f102aee68
Remove deprecated 2.2 code
...
See gh-19699
5 years ago
Phillip Webb
862462b791
Update copyright year of changed files
5 years ago
Stephane Nicoll
f13ff3b939
Merge branch '2.2.x'
...
Closes gh-19686
5 years ago