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

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


    from 4ca8c34a ConcatenatedSequence now also implements 
TemplateCollectionModelEx, and thus has an isEmpty() that's more efficient than 
size() == 0. Also extende the Unit test to check with more kind sequence 
implementations, and with sequences containing null items.
     new 020e54e9 Support "forced" auto-escaping policy.
     new c38c8876 Change error messages to explicitly refer to 
auto_escaping_policy.
     new e5521545 Fix tyop.
     new 9a19894d Merge pull request #88 from nolaviz/nolaviz-devel-forceautoesc

The 2382 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:
 ...va => BuiltInBannedWhenForcedAutoEscaping.java} |  6 +--
 .../core/BuiltInsForOutputFormatRelated.java       |  2 +-
 src/main/java/freemarker/core/Configurable.java    |  3 +-
 .../java/freemarker/template/Configuration.java    |  9 ++++-
 .../java/freemarker/template/_TemplateAPI.java     |  2 +
 src/main/javacc/FTL.jj                             | 44 ++++++++++++++++++----
 .../java/freemarker/core/OutputFormatTest.java     | 24 +++++++++++-
 7 files changed, 74 insertions(+), 16 deletions(-)
 copy src/main/java/freemarker/core/{BuiltInBannedWhenAutoEscaping.java => 
BuiltInBannedWhenForcedAutoEscaping.java} (83%)

Reply via email to