Skip to content

7.1.3 Custom container image names

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 12:31
7f2d624

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

  • #264: Allowed using custom container names
  • #263: Added logintimeout to JDBC URL

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 to 3.2.1
  • Updated com.github.mwiede:jsch:0.2.18 to 0.2.23
  • Updated org.testcontainers:jdbc:1.20.1 to 1.20.4
  • Updated org.testcontainers:testcontainers:1.20.1 to 1.20.4

Runtime Dependency Updates

  • Updated com.exasol:exasol-jdbc:24.1.1 to 24.2.1
  • Updated org.apache.commons:commons-compress:1.26.2 to 1.27.1

Test Dependency Updates

  • Updated com.exasol:hamcrest-resultset-matcher:1.6.5 to 1.7.0
  • Updated nl.jqno.equalsverifier:equalsverifier:3.16.1 to 3.18.1
  • Updated org.junit-pioneer:junit-pioneer:2.2.0 to 2.3.0
  • Updated org.junit.jupiter:junit-jupiter-engine:5.10.3 to 5.11.4
  • Updated org.junit.jupiter:junit-jupiter-params:5.10.3 to 5.11.4
  • Updated org.mockito:mockito-junit-jupiter:5.12.0 to 5.15.2
  • Updated org.testcontainers:junit-jupiter:1.20.1 to 1.20.4

Plugin Dependency Updates

  • Updated com.exasol:project-keeper-maven-plugin:4.4.0 to 4.5.0
  • Updated org.apache.maven.plugins:maven-deploy-plugin:3.1.2 to 3.1.3
  • Updated org.apache.maven.plugins:maven-failsafe-plugin:3.5.1 to 3.5.2
  • Updated org.apache.maven.plugins:maven-javadoc-plugin:3.10.1 to 3.11.1
  • Updated org.apache.maven.plugins:maven-site-plugin:3.9.1 to 3.21.0
  • Updated org.apache.maven.plugins:maven-surefire-plugin:3.5.1 to 3.5.2
  • Updated org.codehaus.mojo:versions-maven-plugin:2.17.1 to 2.18.0
  • Updated org.itsallcode:openfasttrace-maven-plugin:1.6.2 to 2.3.0
  • Updated org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121 to 5.0.0.4389