Stéphane Nicoll
973ecd0913
Create spring-boot-data-redis module
...
See gh-46126
6 months ago
Andy Wilkinson
54e9da7ecd
Create spring-boot-mongodb module
...
See gh-46114
6 months ago
Stéphane Nicoll
3c4c644f52
Create spring-boot-ldap module
...
See gh-46108
6 months ago
Stéphane Nicoll
5ffebc70e0
Create spring-boot-neo4j module
...
See gh-46106
6 months ago
Andy Wilkinson
f50fdffc68
Create spring-boot-cassandra module
...
See gh-46104
6 months ago
Stéphane Nicoll
feb953cf03
Create spring-boot-couchbase module
...
See gh-46103
6 months ago
Stéphane Nicoll
322ff2b841
Create spring-boot-hazelcast module
...
See gh-46099
6 months ago
Andy Wilkinson
3140c4d924
Create spring-boot-r2dbc module
...
See gh-46094
6 months ago
Andy Wilkinson
937356330b
Create spring-boot-pulsar module
...
See gh-46093
6 months ago
Andy Wilkinson
0850df50a9
Create spring-boot-kafka module
...
See gh-46092
6 months ago
Brian Clozel
c7bcc3d64d
Create spring-boot-elasticsearch module
...
See gh-46091
6 months ago
Phillip Webb
0f1c0d97d1
Create spring-boot-liquibase module
...
See gh-46088
6 months ago
Stéphane Nicoll
80933d86b4
Create spring-boot-flyway module
...
See gh-46086
6 months ago
Andy Wilkinson
5addbc70e7
Create spring-boot-jdbc module
...
See gh-46085
6 months ago
Andy Wilkinson
67cb03b8b4
Create spring-boot-tx module
...
See gh-46084
6 months ago
Stéphane Nicoll
4acdc5ee7c
Create spring-boot-artemis module
...
See gh-46083
6 months ago
Stéphane Nicoll
fd13ac80e8
Create spring-boot-activemq module
...
See gh-46082
6 months ago
Stéphane Nicoll
11d1825154
Create spring-boot-jms module
...
See gh-46081
6 months ago
Brian Clozel
dcf0eb36d3
Create spring-boot-amqp module
...
See gh-46077
6 months ago
Andy Wilkinson
693c27c6e3
Start splitting up spring-boot-autoconfigure
...
See gh-46071
6 months ago
Phillip Webb
5a1b6d2269
Reduce number of test dependencies
...
Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.
Closes gh-46072
6 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
Stéphane Nicoll
4aff06aa17
Polish "Upgrade to Elasticsearch 9.0.2"
...
CLoses gh-46052
6 months ago
Stéphane Nicoll
a8dd8213fd
Upgrade copyright year of changed file
...
See gh-45965
6 months ago
csbiy
b3e1f97630
Replace explicit loop with forEach method reference
...
See gh-45965
Signed-off-by: csbiy <katd6@naver.com>
6 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
Stéphane Nicoll
6fceab2c90
Replace spring-jcl with vanilla commons-logging
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
7 months ago
Stéphane Nicoll
ca6fd3ce1b
Upgrade to Testcontainers 1.21.0
...
Closes gh-45276
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
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
261ea64e39
Add ServiceConnection support for LLdapContainer (Testcontainers)
...
See gh-44389
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
10 months ago
Andy Wilkinson
93648792b1
Switch to management.opentelemetry.resource-attributes in tests
...
See gh-44468
10 months ago
Moritz Halbritter
dae891f473
Add SSL service connection support for Kafka
...
See gh-41137
10 months ago
Moritz Halbritter
789d30deab
Add SSL service connection support for ElasticSearch
...
See gh-41137
10 months ago
Moritz Halbritter
7cf9cc74a2
Add SSL service connection support for Redis
...
See gh-41137
10 months ago
Moritz Halbritter
109fd6f97d
Add SSL service connection support for MongoDB
...
See gh-41137
10 months ago
Moritz Halbritter
0ccf1b81d8
Add SSL service connection support for Couchbase
...
See gh-41137
10 months ago
Moritz Halbritter
9c520d6af7
Add SSL service connection support for Cassandra
...
See gh-41137
10 months ago
Moritz Halbritter
e26ccbe028
Add SSL service connection support for AMQP
...
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
Dmytro Nosan
ed5100ecee
Upgrade to Elasticsearch Client 8.17.0
...
See gh-44100
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
11 months ago
Phillip Webb
66c224b74a
Update copyright year of changed files
11 months ago
Johnny Lim
6c8d41935f
Polish
...
See gh-43879
Signed-off-by: Johnny Lim <izeye@naver.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
ccc1b5da28
Don't call `Startable.start()` for already started containers
...
Add a new `TestcontainersStartup.start` static method and update the
existing start methods so that `Startable.start()` is only called when
the container is not already running.
Prior to this commit, we assumed that `Startable.start()` calls were
idempotent and could be safely made multiple times. Whilst this appears
to be true for stock `GenericContainer` based startables, users may have
their own `start()` method that does not expect to be called multiple
times.
The implemented detection logic will not be applied if a `Startable`
is not also a `Container`. In these cases, the implementation will need
to deal directly with multiple `start()` calls.
Fixed gh-43253
1 year ago
Phillip Webb
4265a0bcc2
Reset `Startables` COUNTER when testing parallel startup
...
Closes gh-43369
1 year ago
Johnny Lim
859c235a95
Polish
...
See gh-43316
1 year ago