Virtual Schema Shared Integration Tests 3.0.0, released 2024-02-21
February 21, 2024 ยท View on GitHub
Code name: testScalarFunctions directly executable in test runners.
Summary
Makes testScalarFunctions directly executable in test runners.
Previously you had to run the encompassing derived integration test class based on ScalarFunctionsTestBase.
- The nested class is now removed.
- The setup and teardown of the required infrastructure in the derived classes now needs to be moved to the abstract
beforeAllSetupandafterAllTeardownmethods that need to be implemented. - This is a breaking change.
Features
- #36: Make testScalarFunctions directly executable in test runners.
Dependency Updates
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:7.0.0to7.0.1
Plugin Dependency Updates
- Updated
com.exasol:project-keeper-maven-plugin:2.9.16to3.0.1 - Updated
org.apache.maven.plugins:maven-failsafe-plugin:3.2.2to3.2.3 - Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.6.2to3.6.3 - Updated
org.apache.maven.plugins:maven-surefire-plugin:3.2.2to3.2.3 - Added
org.apache.maven.plugins:maven-toolchains-plugin:3.1.0 - Updated
org.codehaus.mojo:versions-maven-plugin:2.16.1to2.16.2