Scott Frederick
ff99de49c4
Configure a RestClient.Builder with RestClientTest
...
This commit adds support for configuring a `RestClient.Builder` and
`MockRestServiceServer` support for the `RestClient` when using
`@RestClientTest` sliced tests.
Closes gh-37033
1 year ago
Phillip Webb
f55184a998
Update copyright year of changed files
1 year ago
Phillip Webb
2075f6c685
Merge branch '3.1.x'
1 year ago
Phillip Webb
78eb8f90d1
Merge branch '3.0.x' into 3.1.x
1 year ago
Phillip Webb
9b5062e5bb
Merge branch '2.7.x' into 3.0.x
1 year ago
Phillip Webb
b83e7b42bb
Update copyright year of changed files
1 year ago
Stephane Nicoll
77a85fd180
Fix deprecation in Spring Framework
1 year ago
Moritz Halbritter
bced103517
Merge branch '3.1.x'
...
Closes gh-37208
1 year ago
Moritz Halbritter
768dfb2c63
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37207
1 year ago
Moritz Halbritter
ffed8b0502
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37206
1 year ago
Yanming Zhou
4c39cc2314
Continue polishing
...
See commit 947e330e9d
See gh-37166
1 year ago
Moritz Halbritter
8f78acd548
Merge branch '3.1.x'
1 year ago
Moritz Halbritter
1962f4ecb7
Merge branch '3.0.x' into 3.1.x
1 year ago
Moritz Halbritter
a69ff3bd59
Merge branch '2.7.x' into 3.0.x
1 year ago
Moritz Halbritter
76e51bc92f
Only enable needed Couchbase services in integration tests
1 year ago
Moritz Halbritter
947e330e9d
Polish "Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices"
...
See gh-37122
1 year ago
Yanming Zhou
b8eec2a8a4
Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices
...
See gh-37122
1 year ago
Andy Wilkinson
f6c88662b4
Merge branch '3.1.x'
...
Closes gh-37144
1 year ago
Andy Wilkinson
e6fcde4af5
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37143
1 year ago
Andy Wilkinson
a8e37b5cc5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37142
1 year ago
Andy Wilkinson
2de98a84bc
Polish "Polish code and javadoc"
...
See gh-37112
1 year ago
hakan-krgn
6d9ce8a3b5
Polish code and javadoc
...
See gh-37112
1 year ago
Phillip Webb
8edec21a6f
Update copyright year of changed files
1 year ago
Andy Wilkinson
dc45532c94
Avoid triggering second context creation when first attempt failed
...
Closes gh-24888
1 year ago
Moritz Halbritter
b5a48e926d
Handle timeout of latch await in tests
1 year ago
Moritz Halbritter
de57b5f4a4
Call remove() on ThreadLocal in SpringBootMockMvcBuilderCustomizer
1 year ago
Stephane Nicoll
f5b3bc7a9f
Merge branch '3.1.x'
...
Closes gh-36775
1 year ago
Stephane Nicoll
3e72b8625d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36774
1 year ago
Stephane Nicoll
56535d804c
Rename WebDriverContextCustomizerFactory's customizer
...
Closes gh-36416
1 year ago
Moritz Halbritter
1a8b8ce26e
Revert "Revise synchronized blocks"
...
This reverts commit 497bbf9c2d
.
1 year ago
Moritz Halbritter
497bbf9c2d
Revise synchronized blocks
...
- Replace synchronized with Lock when guarding long-running operations
- Remove unnecessary synchronization in FileSystemWatcher
- Replace HashMap with ConcurrentHashMap in Restarter
- Remove unnecessary locking on AtomicBoolean in
SpringApplicationBuilder
- Remove unnecessary locking in SimpleFormatter
Closes gh-36670
1 year ago
Andy Wilkinson
0646eabd4a
Merge branch '3.1.x'
...
Closes gh-36665
1 year ago
Andy Wilkinson
92361b5545
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36664
1 year ago
Andy Wilkinson
51b81ced6f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36663
1 year ago
Andy Wilkinson
28b3054a9e
Try to stabilize DataCouchbaseTestIntegrationTests
...
Closes gh-36662
1 year ago
Andy Wilkinson
806aa45279
Merge branch '3.1.x'
...
Closes gh-36661
1 year ago
Andy Wilkinson
0d646d7c26
Polish "Support ServiceConnection beans in slice tests"
...
See gh-36037
1 year ago
Eddú Meléndez
4dfb60c9a3
Support ServiceConnection beans in slice tests
...
Previously, to use `@ServiceConnection` on a `@Bean` method in a sliced
test required ServiceConnectionAutoConfiguration to be imported using
`@ImportAutoConfiguration`. This commit removes the need for this
import by registering ServiceConnectionAutoConfiguration in specific
slice test annotations.
See gh-36037
1 year ago
Johnny Lim
96c9915f12
Polish
...
See gh-36565
1 year ago
Andy Wilkinson
5a9ca67fba
Start building against Spring Framework 6.2.0-M2 snapshots
...
See gh-36198
1 year ago
Scott Frederick
47cc65d912
Merge branch '3.1.x'
...
Closes gh-36056
1 year ago
Eddú Meléndez
321c526bf7
Add SslAutoConfiguration to slice test annotations
...
`SslAutoConfiguration` has been added to `cassandra`, `couchbase`,
`elasticsearch`, `mongo` and `redis` slice test annotations.
See gh-36038
1 year ago
Andy Wilkinson
b645eb32ac
Remove deprecated code that was to be removed in 3.2
...
Closes gh-36034
1 year ago
Andy Wilkinson
357c67a999
Merge branch '3.1.x'
1 year ago
Andy Wilkinson
3f7fe25cb9
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36044
1 year ago
Andy Wilkinson
2fae5de245
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36043
1 year ago
Andy Wilkinson
d2966e1cbf
Polish "Replace calls to verifyComplete() to avoid indefinite blocking"
...
See gh-35915
1 year ago
ThomazPassarelli
f9da30faf1
Replace calls to verifyComplete() to avoid indefinite blocking
...
See gh-35915
1 year ago
Moritz Halbritter
27add2bbe3
Rework @AutoConfigureObservability and tracing auto-configurations
...
@ConditionalOnEnabledTracing is now applied to the minimal amount of
beans. The beans which are annotated with it are beans that will lead
to span sending to backends.
This leaves the majority of the Micrometer Tracing, Brave and
OpenTelemetry infrastructure untouched in tests.
Closes gh-35354
1 year ago
Stephane Nicoll
9643dbeed2
Merge branch '3.0.x'
...
Closes gh-35590
2 years ago