Repository: incubator-freemarker-site Updated Branches: refs/heads/master 8092fab19 -> fad02a58e
FREEMARKER-66: Link to the freemarker-java8 project Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/fad02a58 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/fad02a58 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/fad02a58 Branch: refs/heads/master Commit: fad02a58eeaa14a4f5b3fb5e31027a1e5956dd08 Parents: 8092fab Author: ddekany <[email protected]> Authored: Wed Aug 9 08:59:25 2017 +0200 Committer: ddekany <[email protected]> Committed: Wed Aug 9 08:59:25 2017 +0200 ---------------------------------------------------------------------- src/main/docgen/book.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/fad02a58/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index a491c97..94ec50a 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1242,7 +1242,10 @@ two freemarker.jar-s and unpredictable behavior! <listitem> <para>Support for Java 8 date/time API-s (this is actually - certainly a difficult one)</para> + certainly a difficult one). Note that there's a 3rd party solution + for it, <link + xlink:href="https://github.com/amedia/freemarker-java-8">https://github.com/amedia/freemarker-java-8</link>, + but its not as seamless as a native solution could be.</para> </listitem> <listitem>
