summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>2019-10-02 16:14:22 +0300
committerGitHub <noreply@github.com>2019-10-02 16:14:22 +0300
commitc21296e403d1a3a0bd93220a3643a023a8de0701 (patch)
tree942927b4b41054429ac8d55e07698a4282fb637c
parent8991fdd8786a808537b22d119d35a2f10e3f0a69 (diff)
downloadvaadin-framework-c21296e403d1a3a0bd93220a3643a023a8de0701.tar.gz
vaadin-framework-c21296e403d1a3a0bd93220a3643a023a8de0701.zip
Update release note to mention Java 11 support (#11697) (#11728)
* Update release note to mention Java 11 support
-rw-r--r--all/src/main/templates/release-notes.html5
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 cd0c1da315..59a82cdf16 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -339,9 +339,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>