You are viewing a plain text version of this content. The canonical link for it is here.
- [freemarker] branch FREEMARKER-35 updated: [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. - posted by dd...@apache.org on 2022/08/07 23:46:50 UTC, 0 replies.
- [freemarker-site] branch master updated: Removed Google Analytics, as requested by ASF policy. - posted by dd...@apache.org on 2022/08/12 17:18:39 UTC, 0 replies.
- [freemarker-site] branch asf-site updated: Removed Google Analytics, as requested by ASF policy. - posted by dd...@apache.org on 2022/08/12 17:19:08 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated (895caac8 -> 70a1bbcd) - posted by dd...@apache.org on 2022/08/23 16:41:39 UTC, 0 replies.
- [freemarker] 01/04: [FREEMARKER-35] Environment.clearCachedValues() missed the cleaning of the new cache - posted by dd...@apache.org on 2022/08/23 16:41:40 UTC, 0 replies.
- [freemarker] 02/04: Merge remote-tracking branch 'origin/2.3-gae' into FREEMARKER-35 - posted by dd...@apache.org on 2022/08/23 16:41:41 UTC, 0 replies.
- [freemarker] 03/04: 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. - posted by dd...@apache.org on 2022/08/23 16:41:42 UTC, 0 replies.
- [freemarker] 04/04: FREEMARKER-35: Some very minimal documentation in the version history. - posted by dd...@apache.org on 2022/08/23 16:41:43 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated (70a1bbcd -> 0a233022) - posted by dd...@apache.org on 2022/08/26 00:05:10 UTC, 0 replies.
- [freemarker] 01/02: FREEMARKER-35: Noted that at least Java 8 in required now in the version history. - posted by dd...@apache.org on 2022/08/26 00:05:11 UTC, 0 replies.
- [freemarker] 02/02: 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. - posted by dd...@apache.org on 2022/08/26 00:05:12 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: FREEMARKER-35: Added caching to JavaTemplateTemporalFormatFactory - posted by dd...@apache.org on 2022/08/27 19:31:18 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: FREEMARKER-35: Added memory leak (forever growing cache) protection to Environment-level by-pattern Temporal format cache. Added tests for format cache flushing, both for this cache, and for the global caches in format factories. - posted by dd...@apache.org on 2022/08/28 17:29:54 UTC, 0 replies.