Skip to content

Commit 6534cd1

Browse files
authored
Update exasol versions in readme (#479)
1 parent 6a088da commit 6534cd1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ Thus the JAR filename of a Virtual Schema release complies with the following fo
2121

2222
virtual-schema-dist-<Virtual Schema JDBC Version>-<Virtual Schema Name>-<Virtual Schema Version>.jar
2323

24-
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:
24+
For example, the JAR filename of the [Oracle Virtual Schema 2.3.0 release](https://github.com/exasol/oracle-virtual-schema/releases/tag/2.3.0), which is based on the [10.0.1 version of Virtual Schema JDBC](https://github.com/exasol/virtual-schema-common-jdbc/releases/tag/10.0.1), is:
2525

26-
virtual-schema-dist-9.0.1-oracle-2.0.0.jar
26+
virtual-schema-dist-10.0.1-oracle-2.3.0.jar
2727

2828
The version of the Virtual Schema JDBC on which a Virtual Schema is based also tells you whether it is supported or discontinued, as shown in the following table:
2929

3030
Virtual Schema JDBC Version | Required Java Version | Lifecycle
3131
----------------------------|-----------------------|--------------------------------
32-
9.x.x | 11 | supported, active development
33-
8.x.x | 11 | supported
32+
10.x.x | 11 | supported, active development
33+
9.x.x | 11 | supported
34+
8.x.x | 11 | discontinued
3435
7.x.x | 11 | discontinued
3536
6.x.x | 11 | discontinued
3637
5.x.x | 11 | discontinued
@@ -42,12 +43,13 @@ Please update your Virtual Schema to a supported version before writing tickets
4243

4344
Exasol Version | Java Version Installed by Default in Language Container
4445
----------------|--------------------------------------------------------
46+
7.1 | 11
4547
7.0 | 11
4648
6.2 | 11
4749
6.1 | 9
4850
6.0 | 8
4951

50-
Note that you can update Exasol 6.0.x and 6.1.x with script language containers version 2019-11-26 or newer in order to get Java 11 support. We recommend updating the Exasol installation to at least 6.2.3 or newer for best results.
52+
We recommend updating the Exasol installation to at least 7.1.10 or newer for best results.
5153

5254
Please do not try to install language containers with lower Java versions on newer Exasol installations. This is untested.
5355

0 commit comments

Comments
 (0)