You are viewing a plain text version of this content. The canonical link for it is here.
- [freemarker] branch 2.3-gae updated: Now operations that require a sequence will only accept a lazily generated collection (typically returned by ?filter or ?map) if it was explicitly marked as a sequence (via LazilyGeneratedCollectionModel.isSequence()). Thus, applying operations like ?filter or ?map on a non-sequence enumerable value won't allow sequence-only operations. This was made this strict as if a huge collection was passed to the template as Iterator, an implicit conversion to sequence can consume too much memory. [...] - posted by dd...@apache.org on 2019/06/23 23:25:53 UTC, 0 replies.
- [freemarker] branch 2.3 updated (c3cedd4 -> 0170b80) - posted by dd...@apache.org on 2019/06/23 23:32:34 UTC, 0 replies.
- [freemarker] 01/02: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2019/06/23 23:32:35 UTC, 0 replies.
- [freemarker] 02/02: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2019/06/23 23:32:36 UTC, 0 replies.
- [GitHub] [freemarker] robin850 opened a new pull request #58: Fix a tiny typo - posted by GitBox <gi...@apache.org> on 2019/06/26 07:45:52 UTC, 0 replies.
- [GitHub] [freemarker] ddekany merged pull request #58: Fix a tiny typo - posted by GitBox <gi...@apache.org> on 2019/06/26 23:22:39 UTC, 0 replies.
- [freemarker] branch 2.3-gae updated: Fix a tiny typo - posted by dd...@apache.org on 2019/06/26 23:22:42 UTC, 0 replies.
- [GitHub] [freemarker] ddekany commented on issue #58: Fix a tiny typo - posted by GitBox <gi...@apache.org> on 2019/06/26 23:23:00 UTC, 0 replies.
- [freemarker] branch 2.3-gae updated: Don't fall back to higher scope if the argument in a lambda expression is null. This allows reliably filtering/mapping the elements of a collection that contains some null-s. - posted by dd...@apache.org on 2019/06/29 21:43:08 UTC, 0 replies.