Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
7 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
7 months ago
Phillip Webb
8b85f92bf9
Fix merge conflict error
7 months ago
Phillip Webb
77e51fd680
Polish
7 months ago
Phillip Webb
853bb46e93
Polish
7 months ago
Phillip Webb
23496fd36b
Polish
7 months ago
Phillip Webb
2b2228eba5
Update copyright year of changed files
8 months ago
Johnny Lim
0a54804a0f
Polish
...
See gh-45592
Signed-off-by: Johnny Lim <izeye@naver.com>
8 months ago
Johnny Lim
69f0b7a1e0
Restore visibility for DockerComposeProperties.get()
...
See gh-45240
Signed-off-by: Johnny Lim <izeye@naver.com>
9 months ago
Phillip Webb
d15078d35f
Polish 'Allow ConnectionDetailsFactories to use context class loader'
...
Refine the submitted pull-request to remove the configuration
property with the assumption that the context classloader will
work for all cases.
See gh-45014
9 months ago
lengors
cc1e1cc92a
Allow ConnectionDetailsFactories to use context class loader
...
Update `ConnectionDetailsFactories` so that the context classloader
can be used to load factories.
See gh-45014
Signed-off-by: lengors <24527258+lengors@users.noreply.github.com>
9 months ago
Moritz Halbritter
80b6c59669
Improve debuggability of DockerComposeTestExtension
10 months ago
Moritz Halbritter
6b9cd873ca
Use gvenzl/oracle-free:23.6-slim which has ARM64 support
...
See gh-35249
10 months ago
Andy Wilkinson
3a6e4e9e58
Add checks for factories files
...
META-INF/spring.factories and META-INF/spring/aot.factories in the
main source set are now checked. The checks verify that:
- Each class listed in the values exists in the source set's output
- The classes are listed alphabetically
- Nested classes are identified using their binary name
Closes gh-44676
10 months ago
Eddú Meléndez
5fac1011d6
Add ServiceConnection support for lldap/lldap (Compose)
...
See gh-44389
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
11 months ago
Moritz Halbritter
7cf9cc74a2
Add SSL service connection support for Redis
...
See gh-41137
11 months ago
Moritz Halbritter
b773dcd356
Add ability to copy additional files when running Docker Compose tests
...
See gh-41137
11 months ago
Moritz Halbritter
b62a0c1ae0
Add SSL support to Docker Compose and Testcontainers infrastructure
...
See gh-41137
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
11 months ago
Johnny Lim
6c8d41935f
Polish
...
See gh-43879
Signed-off-by: Johnny Lim <izeye@naver.com>
12 months ago
Andy Wilkinson
b601282b57
Polish "Add support for empty password in bitnami/postgresql"
...
See gh-43771
1 year ago
He Zean
2f178188d1
Add support for empty password in bitnami/postgresql
...
See gh-43771
Signed-off-by: He Zean <realhezean@gmail.com>
1 year ago
He Zean
ab8d2ebc8a
Make handling of ALLOW_EMPTY_PASSWORD consistent
...
See gh-43790
Signed-off-by: He Zean <realhezean@gmail.com>
1 year ago
Andy Wilkinson
d4f497d90d
Polish "Fix handling of env vars in Bitnami's Postgres image"
...
See gh-43783
1 year ago
He Zean
c8f2fb0d94
Fix handling of env vars in Bitnami's Postgres image
...
See gh-43783
Signed-off-by: He Zean <realhezean@gmail.com>
1 year ago
Phillip Webb
a49719d73e
Use consistent exception messages in Assert calls
...
Update `Assert` calls to consistently use messages of the form
"'item' must [not] ...".
Closes gh-43780
1 year ago
Phillip Webb
f08188d5cf
Change relevant Assert calls to throw IllegalStateException
...
Change certain Assert class from `assert...` to `assertState`
so that a more appropriate `IllegalStateException` is thrown.
Fixes gh-43779
1 year ago
Phillip Webb
b48ce96746
Update copyright year of changed files
1 year ago
Phillip Webb
c2d8218f6d
Update copyright year of changed files
1 year ago
Phillip Webb
962514601f
Restore support for docker compose versions earlier than 2.24
...
Fixes gh-43710
1 year ago
Stéphane Nicoll
5b5ba2e65b
Polish "Configure Postgres' application_name from the environment"
...
This commit configure the 'application_name' property of the Postgres
container from the standard 'spring.application.name'.
See gh-42460
1 year ago
Dmytro Nosan
ce0bcf3493
Configure Postgres' application_name from the environment
...
This commit configure the 'application_name' property of the Postgres
container from the standard 'spring.application.name'.
See gh-42460
1 year ago
Stéphane Nicoll
f65336ca56
Fix compilation failure on merge
1 year ago
Moritz Halbritter
e2cf9e105c
Respect profiles when listing running Docker Compose containers
...
Closes gh-40139
1 year ago
Johnny Lim
859c235a95
Polish
...
See gh-43316
1 year ago
Stéphane Nicoll
27e8f14c31
Polish "Add container support for ClickHouse"
...
See gh-42837
1 year ago
Phillip Webb
3481107ff7
Update copyright year of changed files
1 year ago
Stéphane Nicoll
b7979cf443
Use AbstractAotProcessor.AOT_PROCESSING instead of duplicate constant
...
Closes gh-42461
1 year ago
Moritz Halbritter
a3060652f8
Call String.toLowerCase and .toUppercase with explicit locale
...
Closes gh-42719
1 year ago
Stéphane Nicoll
d98ed306d2
Polish "Fix links to CNCF resources in Javadoc"
...
See gh-42645
1 year ago
Dmytro Nosan
43a1145e75
Fix links to CNCF resources in Javadoc
...
See gh-42645
1 year ago
Moritz Halbritter
dd9a998cfe
Polish "Add property to specify Docker Compose flags"
...
See gh-42571
1 year ago
Dmytro Nosan
2bee29c2fd
Add property to specify Docker Compose flags
...
See gh-42571
1 year ago
Moritz Halbritter
e6165b0311
Add transport and connect timeout properties for OTLP logging
...
Closes gh-42528
Closes gh-42527
1 year ago
Moritz Halbritter
40bb81419d
Rename OtlpAutoConfiguration to OtlpTracingAutoConfiguration
...
Closes gh-42529
1 year ago
Moritz Halbritter
33def6d6b4
Polish "Add service connection support for Hazelcast"
...
See gh-42416
1 year ago
Dmytro Nosan
cee7439dbe
Add service connection support for Hazelcast
...
See gh-42416
1 year ago
Phillip Webb
ad72411e2b
Apply conventions plugin to all subprojects
...
Closes gh-42438
1 year ago
Yanming Zhou
7c8a6740c1
Remove redundant @Test annotation
...
See gh-42393
1 year ago
Phillip Webb
8628f7334f
Ensure `@AutoConfigureTestDatabase` does not replace test databases
...
Update `@AutoConfigureTestDatabase` support so that by default test
databases are not replaced.
Fixes gh-35253
1 year ago
Eddú Meléndez
793e9a8795
Add OpenTelemetry Logging Service Connection from LgtmStackContainer and Docker Compose
...
See gh-42174
1 year ago