提交 b420316b authored 作者: Noel Grandin's avatar Noel Grandin

#660: Outdated java version mentioned in build.html

上级 6a205da9
...@@ -216,7 +216,7 @@ The web site is currently translated using Google. ...@@ -216,7 +216,7 @@ The web site is currently translated using Google.
<p> <p>
If you'd like to contribute bug fixes or new features, please consider the following guidelines to simplify merging them: If you'd like to contribute bug fixes or new features, please consider the following guidelines to simplify merging them:
</p> </p>
<ul><li>Only use Java 6 features (do not use Java 7) (see <a href="#environment">Environment</a>). <ul><li>Only use Java 7 features (do not use Java 8/9/etc) (see <a href="#environment">Environment</a>).
</li><li>Follow the coding style used in the project, and use Checkstyle (see above) to verify. </li><li>Follow the coding style used in the project, and use Checkstyle (see above) to verify.
For example, do not use tabs (use spaces instead). For example, do not use tabs (use spaces instead).
The checkstyle configuration is in <code>src/installer/checkstyle.xml</code>. The checkstyle configuration is in <code>src/installer/checkstyle.xml</code>.
......
...@@ -21,6 +21,8 @@ Change Log ...@@ -21,6 +21,8 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul> <ul>
<li>Issue #660: Outdated java version mentioned on http://h2database.com/html/build.html#providing_patches
</li>
<li>Issue #643: H2 doesn't use index when I use IN and EQUAL in one query <li>Issue #643: H2 doesn't use index when I use IN and EQUAL in one query
</li> </li>
<li>Reset transaction start timestamp on ROLLBACK <li>Reset transaction start timestamp on ROLLBACK
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论