Repository: incubator-freemarker Updated Branches: refs/heads/3 051a08223 -> 9a0a2d0bf
Added required Java version to the README. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/9a0a2d0b Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/9a0a2d0b Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/9a0a2d0b Branch: refs/heads/3 Commit: 9a0a2d0bf9e1d17ce09f808bc68bc395dd857526 Parents: 051a082 Author: ddekany <[email protected]> Authored: Wed Mar 1 08:16:10 2017 +0100 Committer: ddekany <[email protected]> Committed: Wed Mar 1 08:16:10 2017 +0100 ---------------------------------------------------------------------- README | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/9a0a2d0b/README ---------------------------------------------------------------------- diff --git a/README b/README index 35a585a..c3b68e7 100644 --- a/README +++ b/README @@ -97,6 +97,10 @@ to deal with them, because if you are using an optional feature that's certainly because your application already uses the related library. +The minimum required Java version is currently Java SE 7. (The presence +of a later version may be detected on runtime and utilized by +FreeMarker.) + Change log ----------
