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
beforeAllSetup
andafterAllTeardown
methods 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.0
to7.0.1
Plugin Dependency Updates
- Updated
com.exasol:project-keeper-maven-plugin:2.9.16
to3.0.1
- Updated
org.apache.maven.plugins:maven-failsafe-plugin:3.2.2
to3.2.3
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.6.2
to3.6.3
- Updated
org.apache.maven.plugins:maven-surefire-plugin:3.2.2
to3.2.3
- Added
org.apache.maven.plugins:maven-toolchains-plugin:3.1.0
- Updated
org.codehaus.mojo:versions-maven-plugin:2.16.1
to2.16.2