This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a change to branch FREEMARKER-35
in repository https://gitbox.apache.org/repos/asf/freemarker.git
from 895caac8 [FREEMARKER-35] Added Environment-level cache for
TemplateTemporalFormat-s in the case the format string is provided explicitly
(as in t?string(specialFormat)), or the format setting is changed
back-and-forth as the template executes. Some code cleanup related to the
caching of the TemplateTemporalFormat of the default format.
new ca5fe8b7 [FREEMARKER-35] Environment.clearCachedValues() missed the
cleaning of the new cache
add 5821339c README update: dom4j-*.jar order is not a concern anymore, as
the version now we use doesn't embed Jaxen anymore.
add 537bf058 Update malformed.tld
add e5360824 Delete malformed.tld
add fd18d8e6 Merge pull request #77 from powercomstar/2.3-gae
add 8b811021 replace String by StringBuilder in ElementModel
add 1ac8b9c1 Merge pull request #82 from GVDV/2.3-gae-fix
add 0684856d Added the description of GitHub PR 82 to version history
new 28d2a774 Merge remote-tracking branch 'origin/2.3-gae' into
FREEMARKER-35
new 9584ee84 Reworked factory-level cache in
JavaTemplateDateFormatFactory. Earlier, of the cache was overflown, it was
simply cleared. Now, the entries flushed can be still recalled until the cache
is overflown for a second time.
new 70a1bbcd FREEMARKER-35: Some very minimal documentation in the version
history.
The 4 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:
README.md | 4 -
src/main/java/freemarker/core/Environment.java | 2 +
.../core/JavaTemplateDateFormatFactory.java | 139 ++++++++++++---------
src/main/java/freemarker/ext/dom/ElementModel.java | 12 +-
src/manual/en_US/book.xml | 72 ++++++++++-
src/test/resources/META-INF/malformed.tld | 31 -----
6 files changed, 155 insertions(+), 105 deletions(-)
delete mode 100644 src/test/resources/META-INF/malformed.tld