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(-)

Reply via email to