This release allows using custom container image names. This is useful when using custom Exasol Docker DB images located in a different Docker registry, e.g. ghcr.io/org/custom-project/docker-db:8.32.0
. The release also sets parameter logintimeout
for the JDBC connection to the database. The default value is 10 seconds. You can configure a custom timeout by calling container.withJdbcLoginTimeout(Duration.ofSeconds(3))
.
We also removed section "Mapping Logs to a Directory on the Host" from the user guide as we removed the feature withClusterLogsPath()
in release 7.0.0.
Bugfixes
Documentation
- #248: Removed outdated section "Mapping Logs to a Directory on the Host" from user guide
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:bucketfs-java:3.2.0
to3.2.1
- Updated
com.github.mwiede:jsch:0.2.18
to0.2.23
- Updated
org.testcontainers:jdbc:1.20.1
to1.20.4
- Updated
org.testcontainers:testcontainers:1.20.1
to1.20.4
Runtime Dependency Updates
- Updated
com.exasol:exasol-jdbc:24.1.1
to24.2.1
- Updated
org.apache.commons:commons-compress:1.26.2
to1.27.1
Test Dependency Updates
- Updated
com.exasol:hamcrest-resultset-matcher:1.6.5
to1.7.0
- Updated
nl.jqno.equalsverifier:equalsverifier:3.16.1
to3.18.1
- Updated
org.junit-pioneer:junit-pioneer:2.2.0
to2.3.0
- Updated
org.junit.jupiter:junit-jupiter-engine:5.10.3
to5.11.4
- Updated
org.junit.jupiter:junit-jupiter-params:5.10.3
to5.11.4
- Updated
org.mockito:mockito-junit-jupiter:5.12.0
to5.15.2
- Updated
org.testcontainers:junit-jupiter:1.20.1
to1.20.4
Plugin Dependency Updates
- Updated
com.exasol:project-keeper-maven-plugin:4.4.0
to4.5.0
- Updated
org.apache.maven.plugins:maven-deploy-plugin:3.1.2
to3.1.3
- Updated
org.apache.maven.plugins:maven-failsafe-plugin:3.5.1
to3.5.2
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.10.1
to3.11.1
- Updated
org.apache.maven.plugins:maven-site-plugin:3.9.1
to3.21.0
- Updated
org.apache.maven.plugins:maven-surefire-plugin:3.5.1
to3.5.2
- Updated
org.codehaus.mojo:versions-maven-plugin:2.17.1
to2.18.0
- Updated
org.itsallcode:openfasttrace-maven-plugin:1.6.2
to2.3.0
- Updated
org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121
to5.0.0.4389