浏览代码

Update release note to mention Java 11 support (#11697)

* Update release note to mention Java 11 support

* Update explanation about client side code
tags/8.10.0.alpha1
Zhe Sun 4 年前
父节点
当前提交
93e1e5a7dc
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      all/src/main/templates/release-notes.html

+ 3
- 2
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>

正在加载...
取消
保存