diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-09-09 14:08:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 14:08:01 +0300 |
commit | 93e1e5a7dc0222997ca45f269d783fde593e1e0b (patch) | |
tree | 73985fc4a751b9381d635f1ab9352134a40c5f59 /all/src/main/templates/release-notes.html | |
parent | b379d6bb2c977449dd840b15db32e79ca6aa883e (diff) | |
download | vaadin-framework-93e1e5a7dc0222997ca45f269d783fde593e1e0b.tar.gz vaadin-framework-93e1e5a7dc0222997ca45f269d783fde593e1e0b.zip |
Update release note to mention Java 11 support (#11697)
* Update release note to mention Java 11 support
* Update explanation about client side code
Diffstat (limited to 'all/src/main/templates/release-notes.html')
-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 eda47b4065..a5a4743ab5 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -337,9 +337,10 @@ <h2 id="supportedversions">Supported Technologies</h2> <p> - Vaadin Framework 8 is compatible with <b>Java 8 and 9</b>. + The server-side Vaadin Framework 8 is compatible with <b>Java 8 and 11</b>. Note, that the client-side Java code, compiled using GWT to be run as JS on the browser side, only supports language features up to Java 9 and a subset of JDK libraries. Vaadin Framework 8 is developed and tested with Oracle JDK, but other - compliant Java distributions should work as well. Vaadin Framework + compliant Java distributions should work as well. More about Java support in <a href="https://vaadin.com/faq"> + FAQ</a>. Vaadin Framework 8 is especially supported on the following <b>operating systems</b>: </p> |