Skip to content

Commit

Permalink
Updated supported/active-development versions table (#463)
Browse files Browse the repository at this point in the history
* #462: Updated supported/active-development versions table

Co-authored-by: Sebastian Bär <[email protected]>
  • Loading branch information
chiaradiamarcelo and redcatbear authored Mar 17, 2021
1 parent a032ab0 commit 6ca29a7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
30 changes: 24 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<Virtual Schema JDBC Version>-<Virtual Schema Name>-<Virtual Schema Version>.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
----------------|--------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion doc/changes/changes_6.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Code name: ??

## Documentation

* #460: Removed Teradata
* #460: Removed Teradata
* #462: Updated supported/active-development versions table

0 comments on commit 6ca29a7

Please sign in to comment.