This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git

commit cc63fa2b7d71496dfc62dec4645bb6e62f0453e0
Author: ddekany <[email protected]>
AuthorDate: Sun Jan 12 22:59:41 2020 +0100

    Java 7 minimum requirement version history fix
---
 src/manual/en_US/book.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 5f52375..5d4d545 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -29158,6 +29158,9 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
 
         <para>Release date: [FIXME]</para>
 
+        <para>Please note that with this version the minimum required Java
+        version was increased from Java 5 to Java 7.</para>
+
         <section>
           <title>Changes on the FTL side</title>
 
@@ -29214,6 +29217,11 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
 
           <itemizedlist>
             <listitem>
+              <para>The minimum required Java version was increased from Java
+              5 to Java 7.</para>
+            </listitem>
+
+            <listitem>
               <para><link
               
xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-124";>FREEMARKER-124</link>:
               Made the default filtering of class members more restrictive
@@ -29393,11 +29401,6 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
 
           <itemizedlist>
             <listitem>
-              <para>The minimum required Java version was increased from Java
-              5 to Java 7.</para>
-            </listitem>
-
-            <listitem>
               <para><link
               
xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-109";>FREEMARKER-109</link>:
               In JSP TLD-s, line breaks inside function parameter lists have

Reply via email to