diff options
author | Olli Tietäväinen <ollit@vaadin.com> | 2018-11-14 11:05:04 +0200 |
---|---|---|
committer | Anastasia Smirnova <anasmi@utu.fi> | 2018-11-14 11:05:04 +0200 |
commit | f0bf58367edce658c427289e6933f1ae0c1d85f9 (patch) | |
tree | 3c0f11c002ff8fecaacf4436d2c6bdc45b77dd7f /all | |
parent | c60c8cb98a782037084314925213162f0f2a59c5 (diff) | |
download | vaadin-framework-f0bf58367edce658c427289e6933f1ae0c1d85f9.tar.gz vaadin-framework-f0bf58367edce658c427289e6933f1ae0c1d85f9.zip |
Add note about JRE9+ not being supported
Update release notes by mentioning JRE9+ not being supported
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 7a5c5437be..aca7a98a74 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -404,8 +404,9 @@ <h2 id="supportedversions">Supported Technologies</h2> <p> - Vaadin 7 is compatible with <b>Java 6</b> and newer. Vaadin - 7 is especially supported on the following <b>operating + Vaadin 7 is compatible with <b>Java 6</b> and newer up to <b>Java 8</b>. + <b>Java 9 and above are explicitly not supported.</b> + Vaadin 7 is especially supported on the following <b>operating systems</b>: </p> |