diff --git a/README.md b/README.md index bcf7ad08a..17fe315f9 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,30 @@ Virtual Schemas can be also described in known terms as `External Tables` or `Fo ## Version Requirements -Virtual Schema | Required Java Version | Lifecycle -----------------|-----------------------|-------------------------------- -4.x.x | 11 | supported, active development -3.x.x | 11 | supported -2.x.x | 9 | discontinued -1.x.x | 8 | discontinued +The version of a Virtual Schema consists of two parts. The first part is the version of the [Virtual Schema JDBC](https://github.com/exasol/virtual-schema-common-jdbc/releases), the common basis that all JDBC-based Virtual Schemas share. Whereas the second part is the version of the Virtual Schema itself. + +Thus the JAR filename of a Virtual Schema release complies with the following format: + + virtual-schema-dist---.jar + +For example, the JAR filename of the [Oracle Virtual Schema 2.0.0 release](https://github.com/exasol/oracle-virtual-schema/releases/tag/2.0.0), which is based on the [9.0.1 version of Virtual Schema JDBC](https://github.com/exasol/virtual-schema-common-jdbc/releases/tag/9.0.1), is: + + virtual-schema-dist-9.0.1-oracle-2.0.0.jar + +The version of the Virtual Schema JDBC on which a Virtual Schema is based also tells you whether it is in supported or discontinued, as shown in the following table: + +Virtual Schema JDBC Version | Required Java Version | Lifecycle +----------------------------|-----------------------|-------------------------------- +9.x.x | 11 | supported, active development +8.x.x | 11 | supported +7.x.x | 11 | discontinued +6.x.x | 11 | discontinued +5.x.x | 11 | discontinued +3.x.x | 11 | discontinued +2.x.x | 9 | discontinued +1.x.x | 8 | discontinued + +Please update your Virtual Schema to a supported version before writing tickets or contacting the Exasol Support. Exasol Version | Java Version Installed by Default in Language Container ----------------|-------------------------------------------------------- diff --git a/doc/changes/changes_6.0.1.md b/doc/changes/changes_6.0.1.md index 7a8b1b5d3..51c9e3174 100644 --- a/doc/changes/changes_6.0.1.md +++ b/doc/changes/changes_6.0.1.md @@ -7,4 +7,5 @@ Code name: ?? ## Documentation -* #460: Removed Teradata \ No newline at end of file +* #460: Removed Teradata +* #462: Updated supported/active-development versions table \ No newline at end of file