Andy Wilkinson
bee968e0db
Fix Bitnami variant of Neo4j Docker Compose test
...
See gh-46983
2 months ago
방진혁
e465b5a276
Fix typo
...
See gh-47436
Signed-off-by: 방진혁 <jinhyeokfang@gmail.com>
2 months ago
Moritz Halbritter
4a1de8534f
Add detection for Bitnami Legacy images
...
This commit also adjusts the tests to use bitnamilegacy images because we have no way to test against the original bitnami images.
Closes gh-46983
3 months ago
Moritz Halbritter
630bb335ea
Revert "Disable tests which use Bitnami images"
...
This reverts commit 24a23c4f72 .
See gh-46983
3 months ago
Moritz Halbritter
a6afc39956
Polish "Create service connections for image with registry host and without project"
...
See gh-46974
4 months ago
Yanming Zhou
c8d29fd3fe
Create service connections for image with registry host and without project
...
See gh-46974
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
4 months ago
Yanming Zhou
f547bc27a5
Fix typo
...
See gh-46973
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
4 months ago
Moritz Halbritter
24a23c4f72
Disable tests which use Bitnami images
...
See gh-46983
4 months ago
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
6 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
6 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
7 months ago
Johnny Lim
0a54804a0f
Polish
...
See gh-45592
Signed-off-by: Johnny Lim <izeye@naver.com>
7 months ago
Johnny Lim
69f0b7a1e0
Restore visibility for DockerComposeProperties.get()
...
See gh-45240
Signed-off-by: Johnny Lim <izeye@naver.com>
8 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
8 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>
8 months ago
Moritz Halbritter
80b6c59669
Improve debuggability of DockerComposeTestExtension
9 months ago
Moritz Halbritter
6b9cd873ca
Use gvenzl/oracle-free:23.6-slim which has ARM64 support
...
See gh-35249
9 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
9 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>
10 months ago
Moritz Halbritter
7cf9cc74a2
Add SSL service connection support for Redis
...
See gh-41137
10 months ago
Moritz Halbritter
b773dcd356
Add ability to copy additional files when running Docker Compose tests
...
See gh-41137
10 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>
10 months ago
Johnny Lim
6c8d41935f
Polish
...
See gh-43879
Signed-off-by: Johnny Lim <izeye@naver.com>
11 months ago
Andy Wilkinson
b601282b57
Polish "Add support for empty password in bitnami/postgresql"
...
See gh-43771
11 months ago
He Zean
2f178188d1
Add support for empty password in bitnami/postgresql
...
See gh-43771
Signed-off-by: He Zean <realhezean@gmail.com>
11 months ago
He Zean
ab8d2ebc8a
Make handling of ALLOW_EMPTY_PASSWORD consistent
...
See gh-43790
Signed-off-by: He Zean <realhezean@gmail.com>
11 months ago
Andy Wilkinson
d4f497d90d
Polish "Fix handling of env vars in Bitnami's Postgres image"
...
See gh-43783
11 months 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>
11 months 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
11 months 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
11 months ago
Phillip Webb
b48ce96746
Update copyright year of changed files
11 months ago
Phillip Webb
c2d8218f6d
Update copyright year of changed files
11 months ago
Phillip Webb
962514601f
Restore support for docker compose versions earlier than 2.24
...
Fixes gh-43710
11 months 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
12 months 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
12 months 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