You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2020/02/16 18:14:54 UTC

[freemarker] branch 2.3 updated (d1aee1e -> 2c481cd)

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

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


    from d1aee1e  Merge remote-tracking branch 'origin/2.3-gae' into 2.3
     add f5fda46  JavaDoc: Some clarifications for variable getters/setters
     add e816f81  Setting Configuration.incompatibleImprovements to the object returned by Configuration.getVersion() will now be logged as an error, but for backward compatibility it will still work. The typical bad pattern is this: new Configuration(Configuration.getVersion()). Doing that defeats the purpose of incompatibleImprovements, and makes upgrading FreeMarker a potentially breaking change. Furthermore, doing this probably won't be allowed starting from 2.4.0, and will throw exception.
     add 6eba023  (Typo in source code comment)
     add 79fbd31  (Manual: Minor fixes in the TemplateConfiguration section)
     add 6ab0150  Updated version to 2.3.30.
     add d2fef8e  Manual: Added release date
     add cfeb8c9  Added missing license header to test data file
     add 2252bcc  (Removed accidental extra space from AST test)
     add 53a810e  Build: dist task didn't fail if JUnit tests were failing. Now it will (though now Ant console output is less useful, most runs tests from IDE anyway).
     add 196d28d  (Trivial fixes/additions in version history)
     new 2c481cd  Merge remote-tracking branch 'origin/2.3-gae' into 2.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                          |  2 +-
 src/main/java/freemarker/core/Environment.java     | 65 ++++++++++++++--------
 .../ext/beans/BeansWrapperConfiguration.java       |  7 +++
 .../java/freemarker/template/Configuration.java    | 17 +++++-
 .../DefaultObjectWrapperConfiguration.java         |  3 +
 .../java/freemarker/template/_TemplateAPI.java     | 22 +++++++-
 src/main/resources/freemarker/version.properties   |  8 +--
 src/manual/en_US/book.xml                          | 56 ++++++++++++++++---
 src/test/java/freemarker/manual/ExamplesTest.java  |  3 +-
 src/test/resources/freemarker/core/ast-lambda.ast  | 18 ++++++
 .../overloaded-methods-2-bwici-2.3.20.ftl          |  2 +-
 11 files changed, 159 insertions(+), 44 deletions(-)


[freemarker] 01/01: Merge remote-tracking branch 'origin/2.3-gae' into 2.3

Posted by dd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2c481cdbabf3ff96d095d7509532f8b2bebd1a25
Merge: d1aee1e 196d28d
Author: ddekany <dd...@apache.org>
AuthorDate: Sun Feb 16 19:08:52 2020 +0100

    Merge remote-tracking branch 'origin/2.3-gae' into 2.3

 build.xml                                          |  2 +-
 src/main/java/freemarker/core/Environment.java     | 65 ++++++++++++++--------
 .../ext/beans/BeansWrapperConfiguration.java       |  7 +++
 .../java/freemarker/template/Configuration.java    | 17 +++++-
 .../DefaultObjectWrapperConfiguration.java         |  3 +
 .../java/freemarker/template/_TemplateAPI.java     | 22 +++++++-
 src/main/resources/freemarker/version.properties   |  8 +--
 src/manual/en_US/book.xml                          | 56 ++++++++++++++++---
 src/test/java/freemarker/manual/ExamplesTest.java  |  3 +-
 src/test/resources/freemarker/core/ast-lambda.ast  | 18 ++++++
 .../overloaded-methods-2-bwici-2.3.20.ftl          |  2 +-
 11 files changed, 159 insertions(+), 44 deletions(-)