Releases: exasol/oracle-virtual-schema
Releases · exasol/oracle-virtual-schema
Integration tests
Features
- #9: Reactivated existing integration tests and added new scalar integration tests.
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:error-reporting-java:0.4.0
to0.4.1
- Updated
com.exasol:virtual-schema-common-jdbc:9.0.3
to9.0.4
- Added
com.oracle.database.jdbc:ojdbc8:21.5.0.0
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:4.0.0
to6.0.0
- Updated
com.exasol:hamcrest-resultset-matcher:1.4.1
to1.5.1
- Updated
com.exasol:test-db-builder-java:3.2.1
to3.3.0
- Added
com.exasol:udf-debugging-java:0.5.0
- Updated
com.exasol:virtual-schema-common-jdbc:9.0.3
to9.0.4
- Added
com.exasol:virtual-schema-shared-integration-tests:2.1.1
- Removed
com.oracle.ojdbc:ojdbc8:19.3.0.0
- Updated
nl.jqno.equalsverifier:equalsverifier:3.7
to3.9
- Updated
org.junit.jupiter:junit-jupiter:5.7.2
to5.8.2
- Updated
org.mockito:mockito-junit-jupiter:3.11.2
to4.3.1
- Updated
org.testcontainers:junit-jupiter:1.16.0
to1.16.3
- Updated
org.testcontainers:oracle-xe:1.16.0
to1.16.3
Plugin Dependency Updates
- Updated
com.exasol:artifact-reference-checker-maven-plugin:0.3.1
to0.4.0
- Updated
com.exasol:error-code-crawler-maven-plugin:0.4.0
to0.7.1
- Updated
com.exasol:project-keeper-maven-plugin:0.10.0
to1.3.4
- Updated
io.github.zlika:reproducible-build-maven-plugin:0.13
to0.15
- Updated
org.apache.maven.plugins:maven-compiler-plugin:3.8.1
to3.9.0
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3
to3.0.0
- Updated
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M3
to3.0.0-M5
- Updated
org.apache.maven.plugins:maven-jar-plugin:3.2.0
to3.2.2
- Updated
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3
to3.0.0-M5
- Updated
org.codehaus.mojo:versions-maven-plugin:2.8.1
to2.9.0
- Updated
org.jacoco:jacoco-maven-plugin:0.8.6
to0.8.7
- Updated
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0
to3.2.0
Dependency Updates
Summary
In this release we updated the dependencies. By that we fixed transitive CVE-2021-36090.
Documentation
- #7: Improved user guide.
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:db-fundamentals-java:0.1.1
to0.1.2
- Updated
com.exasol:error-reporting-java:0.2.2
to0.4.0
- Updated
com.exasol:virtual-schema-common-jdbc:9.0.1
to9.0.3
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:3.5.1
to4.0.0
- Updated
com.exasol:hamcrest-resultset-matcher:1.4.0
to1.4.1
- Updated
com.exasol:test-db-builder-java:3.1.0
to3.2.1
- Updated
com.exasol:virtual-schema-common-jdbc:9.0.1
to9.0.3
- Updated
nl.jqno.equalsverifier:equalsverifier:3.5.5
to3.7
- Updated
org.junit.jupiter:junit-jupiter:5.7.1
to5.7.2
- Updated
org.mockito:mockito-junit-jupiter:3.8.0
to3.11.2
- Updated
org.testcontainers:junit-jupiter:1.15.2
to1.16.0
- Updated
org.testcontainers:oracle-xe:1.15.2
to1.16.0
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:0.1.1
to0.4.0
- Updated
com.exasol:project-keeper-maven-plugin:0.4.2
to0.10.0
- Added
io.github.zlika:reproducible-build-maven-plugin:0.13
- Added
org.apache.maven.plugins:maven-dependency-plugin:2.8
- Updated
org.apache.maven.plugins:maven-jar-plugin:2.4
to3.2.0
Removed `SQL_DIALECT` property
Summary
The SQL_DIALECT
property used when executing a CREATE VIRTUAL SCHEMA
from the Exasol database is obsolete from this version. Please, do not provide this property anymore.
Features / Enhancements
- #3: Unified error messages with
error-reporting-java
. - #4: Added a new capability for scala function INITCAP.
Dependencies Updates
Runtime Dependencies
- Updated
com.exasol:error-reporting-java:0.2.0
to0.2.2
- Updated
com.exasol:virtual-schema-common-jdbc:8.0.0
to9.0.1
Test Dependencies
- Updated
org.junit.jupiter:junit-jupiter:5.7.0
to5.7.1
- Updated
org.mockito:mockito-junit-jupiter:3.6.28
to3.8.0
- Updated
nl.jqno.equalsverifier:equalsverifier:3.5
to3.5.5
- Updated
com.exasol:exasol-testcontainers:3.3.1
to3.5.1
- Updated
com.exasol:test-db-builder-java:2.0.0
to3.1.0
- Updated
com.exasol:hamcrest-resultset-matcher:1.2.2
to1.4.0
- Updated
org.testcontainers:junit-jupiter:1.15.0
to1.15.2
- Updated
org.testcontainers:oracle-xe:1.15.0
to1.15.2
Plugin Dependencies
- Added
com.exasol:error-code-crawler-maven-plugin:0.1.1
- Updated
org.codehaus.mojo:versions-maven-plugin:2.7
to2.8.1
- Updated
org.jacoco:jacoco-maven-plugin:0.8.5
to0.8.6
Migration from the virtual-schemas repository
Features / Enhancements
- 1: Migrated from the virtual-schemas repository
Runtime Dependencies
- Added
com.exasol:virtual-schema-common-jdbc:8.0.0
- Added
com.exasol:db-fundamentals-java:0.1.1
- Added
com.exasol:error-reporting-java:0.2.0
Test Dependencies
- Added
org.hamcrest:hamcrest:2.2
- Added
org.junit.jupiter:junit-jupiter:5.7.0
- Added
org.mockito:mockito-junit-jupiter:3.6.28
- Added
nl.jqno.equalsverifier:equalsverifier:3.5
- Added
com.exasol:exasol-testcontainers:3.3.1
- Added
org.testcontainers:junit-jupiter:1.15.0
- Added
org.testcontainers:oracle-xe:1.15.0
- Added
com.oracle.ojdbc:ojdbc8:19.3.0.0
- Added
com.exasol:test-db-builder-java:2.0.0
- Added
com.exasol:hamcrest-resultset-matcher:1.2.2
Plugin Dependencies
- Added
org.jacoco:jacoco-maven-plugin:0.8.5
- Added
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3
- Added
org.apache.maven.plugins:maven-compiler-plugin:3.8.1
- Added
org.apache.maven.plugins:maven-assembly-plugin:3.3.0
- Added
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M3
- Added
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3
- Added
org.codehaus.mojo:versions-maven-plugin:2.7
- Added
com.exasol:artifact-reference-checker-maven-plugin:0.3.1
- Added
com.exasol:project-keeper-maven-plugin:0.4.2
- Added
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0