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 70a1bbcd FREEMARKER-35: Some very minimal documentation in the version
history.
new 4c8eeca8 FREEMARKER-35: Noted that at least Java 8 in required now in
the version history.
new 0a233022 Continued reworked factory-level caches: Fixing/cleaning
previous commit in JavaTemplateDateFormatFactory. Factored out caching logic
into its own class. Using that in JavaTemplateNumberFormatFactory too now.
The 2 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:
.../java/freemarker/core/FastLRUKeyValueStore.java | 85 ++++++++++++++++++++++
.../core/JavaTemplateDateFormatFactory.java | 55 ++------------
.../core/JavaTemplateNumberFormatFactory.java | 79 +++++++-------------
src/manual/en_US/book.xml | 12 ++-
4 files changed, 127 insertions(+), 104 deletions(-)
create mode 100644 src/main/java/freemarker/core/FastLRUKeyValueStore.java