Sushant Kumar Singh
088d9ccc32
Remove mockito-inline from documentation
...
See gh-37561
2023-09-25 11:58:53 +02:00
Scott Frederick
23de8a1177
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37071
2023-08-22 12:10:46 -05:00
jongwooo
37855a597c
Fix links to Oracle API javadoc in the documentation
...
See gh-37070
2023-08-22 11:59:21 -05:00
Andy Wilkinson
c59eca02ba
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36853
2023-08-09 10:45:48 +01:00
Andy Wilkinson
4ec1a05b9c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36852
2023-08-09 10:45:32 +01:00
Andy Wilkinson
45b62b1452
Clarify transfer of logging props from Environment to System props
...
Closes gh-32160
2023-08-09 10:42:22 +01:00
Andy Wilkinson
331e90ccbe
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36810
2023-08-08 16:50:14 +01:00
Andy Wilkinson
24ba267516
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36809
2023-08-08 16:50:00 +01:00
Andy Wilkinson
0ab7129dab
Clarify treatment of nested directories for configtree with wildcards
...
Closes gh-28203
2023-08-08 16:49:21 +01:00
Stephane Nicoll
f7c8e48dc4
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36756
2023-08-04 15:26:54 +02:00
Stephane Nicoll
89cb599d0d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36755
2023-08-04 15:26:41 +02:00
Stephane Nicoll
d101004d5f
Document @DataR2dbcTest support
...
Closes gh-35014
2023-08-04 15:25:16 +02:00
Andy Wilkinson
5f72e441d0
Polish "Add note about enabling docker compose support in tests"
...
See gh-36636
2023-07-31 09:47:24 +01:00
Matteo Bianchi
0e43e81e73
Add note about enabling docker compose support in tests
...
See gh-36636
2023-07-31 09:39:05 +01:00
James Stansell
ea41a22284
Fix typo in docker compose service connections note
...
See gh-36016
2023-06-23 15:25:30 -06:00
Andy Wilkinson
5b69580d5d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36004
2023-06-21 12:43:48 +01:00
Andy Wilkinson
f584d6dbd9
Replace @EnableBatchProcessing in slice test examples
...
Using `@EnableBatchProcessing` is no longer necessary to enable
Batch's auto-configuration so it's no longer a good example when
discussing sliced tests and user configuration.
This commit replaces `@EnableBatchProcessing` with an alternative
annotation, `@EnableMongoAuditing` and updates the accompanying
text.
Closes gh-33435
2023-06-21 12:41:28 +01:00
Andy Wilkinson
251b5f2d0f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-35909
2023-06-15 14:38:31 +01:00
Andy Wilkinson
a5981a4dac
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35908
2023-06-15 14:38:13 +01:00
Andy Wilkinson
9feb84e234
Add DynmicPropertySource to ordered list of property sources
...
Closes gh-32901
2023-06-15 14:36:38 +01:00
Sungchan Cho
96d5f8641c
Fix typo in Docker Compose documentation
...
See gh-35818
2023-06-13 10:18:16 +02:00
Moritz Halbritter
2e37c0da18
Merge branch '3.0.x'
...
Closes gh-35769
2023-06-07 09:32:14 +02:00
Moritz Halbritter
a9b4e9327c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35768
2023-06-07 09:32:07 +02:00
twobiers
0dbc0fcf91
Move property notes up to external configuration section
...
See gh-35662
2023-06-07 09:29:23 +02:00
Yanming Zhou
e8659da59b
Fix error in SSL bundle documentation
...
See gh-35665
2023-05-30 17:15:50 -05:00
Stephane Nicoll
7a9bb55fdf
Merge branch '3.0.x'
...
Closes gh-35589
2023-05-22 16:24:56 +02:00
Phillip Webb
060581d078
Remove pluggable docker compose ReadinessCheck
...
Remove pluggable `ReadinessCheck` interface and only use the
`TcpConnectServiceReadinessCheck` implementation for now. We
may re-introduce pluggable checks in a future version.
See gh-35544
2023-05-17 16:26:59 -07:00
Phillip Webb
ae90add7c7
Polish
2023-05-16 14:04:48 -07:00
Scott Frederick
271cbb76c1
Improve documentation for including Docker Compose support in a build
...
Closes gh-35384
2023-05-10 13:42:36 -05:00
Moritz Halbritter
1504e3043d
Document devtools when using testcontainers at dev time
...
See gh-35200
2023-05-09 08:31:24 +02:00
Moritz Halbritter
c4deae3906
Document that Spring Boot by default calls 'docker compose stop'
2023-05-05 10:21:09 +02:00
Andy Wilkinson
4f9616c2f9
Change DockerComposeProperties shut down default to stop
...
Closes gh-35239
2023-05-04 21:09:16 +01:00
Eddú Meléndez
ad4f6ffeb7
Add service connection from Testcontainers Zipkin
...
See gh-35107
2023-05-03 13:09:49 +02:00
Phillip Webb
8427e813af
Support import of idomatic testcontainer declaration classes
...
Add an `@ImportTestcontainers` annotation which can be used to import
idomatic testcontainer declaration classes.
Closes gh-35245
2023-05-03 00:28:36 -07:00
Phillip Webb
26566d4a30
Allow testcontainer beans to also contribute properties
...
Allow `Container` bean definitions to inject a `DynamicPropertyRegistry`
so that they can contribute environment properties.
Closes gh-35201
2023-05-03 00:27:13 -07:00
Scott Frederick
d913472919
Add Kotlin samples and polish SSL bundle documentation
...
Closes gh-35105
2023-04-28 14:31:01 -05:00
Andy Wilkinson
d7da77bda8
Remove support for service connections to InfluxDB
...
Closes gh-35189
2023-04-28 09:49:39 +01:00
Andy Wilkinson
8bbe894665
Add Docker Compose service connection support for Oracle using JDBC
...
Closes gh-35145
2023-04-27 11:07:53 +01:00
Andy Wilkinson
1e785e81f8
Add Docker Compose support for Oracle Database using R2DBC
...
Closes gh-35143
2023-04-27 10:33:25 +01:00
Andy Wilkinson
b5178afa21
Add Docker Compose support for MS SQL Server using JDBC
...
Closes gh-35146
2023-04-27 09:31:24 +01:00
Scott Frederick
43b42eca49
Add Docker Compose service connection support for Cassandra
...
Closes gh-35136
2023-04-25 16:06:34 -05:00
Andy Wilkinson
dee5217cf0
Add Docker Compose support for MS SQL Server using R2DBC
...
Closes gh-35144
2023-04-24 16:47:58 -07:00
Phillip Webb
0f032c290a
Allow for predicate based checking of image names
...
Update `DockerComposeConnectionDetailsFactory` to accept a `Predicate`
based check to determine if the source should be accepted.
The existing name based checks have also been improved to allow names
outside of official docker images. The `ImageReference` and `ImageName`
classes have been mainly copied from
`org.springframework.boot.buildpack.platform.docker.type`.
Closes gh-35154
2023-04-24 16:40:07 -07:00
Stephane Nicoll
363dc9368d
Merge branch '3.0.x'
...
Closes gh-35130
2023-04-24 13:46:17 +02:00
Stephane Nicoll
7f0402f869
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35129
2023-04-24 13:46:04 +02:00
Ivan Dimitrov
f4db73ead9
Harmonize references to application.yaml files in reference docs
...
See gh-34628
2023-04-24 13:42:05 +02:00
Lukasz Jernas
d38a68ebcd
Fix typo in testing docs
...
See gh-35128
2023-04-24 13:26:19 +02:00
Phillip Webb
a0b854024b
Add a 'Docker Compose Support' section to the reference docs
...
Update the reference documentation with details about the recently
introduced Docker Compose Support.
Closes gh-35026
2023-04-21 23:18:54 -07:00
Phillip Webb
e19aa81813
Polish formatting
2023-04-21 23:18:44 -07:00
Scott Frederick
a03f857059
Document update SSL support
...
Add a new SSL section to the reference documentation to describe SSL
bundles.
See gh-34814
2023-04-21 01:13:05 -07:00