This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch 3 in repository https://gitbox.apache.org/repos/asf/freemarker.git
commit 31ecce7654bd348481e00578c8435c27494c8788 Author: ddekany <[email protected]> AuthorDate: Sat Dec 9 15:36:10 2023 +0100 Updated change log --- FM3-CHANGE-LOG.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FM3-CHANGE-LOG.txt b/FM3-CHANGE-LOG.txt index 922b1110..25d66696 100644 --- a/FM3-CHANGE-LOG.txt +++ b/FM3-CHANGE-LOG.txt @@ -573,10 +573,10 @@ models by default like FreemarkerServlet does. Core / Miscellaneous .................... -- Minimum Java version increased to 8 +- Minimum Java version increased to 17 - Removed support for incompatibleImprovements before 3.0.0. So currently 3.0.0 is the only support value. - Removed legacy extensions (so these have no module): rhino, jython, xml (not to be confused with dom), jdom, ant. -- Servlet 3.0 and JSP 2.2 and is the minimum requirement now (if Serlvet/JSP features are used at all). +- Servlet 3.1 and JSP 2.3 and is the minimum requirement now (if Serlvet/JSP features are used at all). - Log categories are now simply the full qualified class name of the logging classes. There are no predefined log categories (such as "freemarker.runtime", etc.) anymore. This is to follow the common practices in logging. - #include-d/#import-ed templates don't inherit the charset (encoding) of the #include-ing/#import-ing template.
