Move Spring deps to SNAPSHOTs; other changes

* Removed overridden `getMethodValue()` in the `CookieTests` which is removed from SF already
* Re-enable JDBC tests related to complex named params because of the fix in SF
* `--add-opens` for Tomcat warnings
* Upgrade to `log4j-slf4j2-impl`
* Add `cassandra.yaml` resource with increased timeouts to wait more in busy environment from Cassandra cluster
This commit is contained in:
Artem Bilan
2022-10-19 14:06:00 -04:00
parent d4f0bed408
commit f146b4cbbe
9 changed files with 1914 additions and 29 deletions

View File

@@ -34,7 +34,9 @@ import org.testcontainers.junit.jupiter.Testcontainers;
@Testcontainers(disabledWithoutDocker = true)
public interface CassandraContainerTest {
CassandraContainer<?> CASSANDRA_CONTAINER = new CassandraContainer<>("cassandra:4.1");
CassandraContainer<?> CASSANDRA_CONTAINER =
new CassandraContainer<>("cassandra:4.1")
.withConfigurationOverride("cassandra");
@BeforeAll
static void startContainer() {

File diff suppressed because it is too large Load Diff