You are viewing a plain text version of this content. The canonical link for it is here.
- [freemarker] branch FREEMARKER-35 updated (89e934d -> 6476732) - posted by dd...@apache.org on 2021/12/15 17:16:42 UTC, 0 replies.
- [freemarker] 01/02: [FREEMARKER-35] Removed new settings that deal with the format of Temporal-s that could be treated as date, time, or date-time types. For those, use the same settings as for java.util.Date-s instead. (Will need more work though, as pattern syntax of SimpleDateFormat and DateTimeFormatter somewhat differs.) - posted by dd...@apache.org on 2021/12/15 17:16:43 UTC, 0 replies.
- [freemarker] 02/02: [FREEMARKER-35] Added automatic adjustment of the format style for OffsetTime, if the time zone has DST, and the style doesn't show the offset. - posted by dd...@apache.org on 2021/12/15 17:16:44 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] Fixed: Added automatic adjustment of the format style for OffsetTime, if the time zone has DST, and the style doesn't show the offset. - posted by dd...@apache.org on 2021/12/15 17:48:29 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-202) SRCCLR-SID-30023 - SSTI - posted by "KV (Jira)" <ji...@apache.org> on 2021/12/15 18:01:00 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated (c915e2e -> beee059) - posted by dd...@apache.org on 2021/12/16 13:49:20 UTC, 0 replies.
- [freemarker] 01/02: [FREEMARKER-35] JavaDoc error fixes - posted by dd...@apache.org on 2021/12/16 13:49:21 UTC, 0 replies.
- [freemarker] 02/02: Print JUnit test failure details to console when building on Travis CI - posted by dd...@apache.org on 2021/12/16 13:49:22 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] JUnit test setup fix - posted by dd...@apache.org on 2021/12/16 18:51:15 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] For LocalDateTime and LocalTime, automatically decrease time style until formatting succeeds, as the style has no time zone part. Like when date_time_format is "long", for LocalDateTime the effective value will be "long_medium" for most locales. - posted by dd...@apache.org on 2021/12/17 20:09:06 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-202) SRCCLR-SID-30023 - SSTI - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2021/12/17 22:38:00 UTC, 1 replies.
- [jira] [Created] (FREEMARKER-203) Не работает switch-case - posted by "Виталий Кузнецов (Jira)" <ji...@apache.org> on 2021/12/21 13:06:00 UTC, 0 replies.
- [jira] [Updated] (FREEMARKER-203) Не работает switch-case - posted by "Виталий Кузнецов (Jira)" <ji...@apache.org> on 2021/12/21 13:07:00 UTC, 9 replies.
- [jira] [Commented] (FREEMARKER-203) Не работает switch-case - posted by "Dániel Dékány (Jira)" <ji...@apache.org> on 2021/12/21 15:22:00 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-180) Monaco Editor Syntax Highlighting - posted by "Andre Wachsmuth (Jira)" <ji...@apache.org> on 2021/12/21 22:16:00 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] When using date_format, time_format, and datetime_format configuration settings for java.time Temporal-s (as opposed to java.util.Date-s), instead of using DateTimeFormatter.ofPattern(pattern) that only worked well in some cases, use our own SimpleDateFormat pattern parser, that generates a DateTimeFormatter that behaves similarly to a SimpleDateFormat. - posted by dd...@apache.org on 2021/12/27 21:40:05 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] Trying to figure out localization related test failure on Travis - posted by dd...@apache.org on 2021/12/28 07:37:02 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] Trying to figure out localization related test failure on Travis. Attempt 2. - posted by dd...@apache.org on 2021/12/28 11:13:23 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] Added workaround to avoid Java bugs when formatting months in standalone text style - posted by dd...@apache.org on 2021/12/28 22:46:53 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] Fixed: Added workaround to avoid Java bugs when formatting months in standalone text style - posted by dd...@apache.org on 2021/12/28 23:38:35 UTC, 0 replies.
- [freemarker] branch FREEMARKER-35 updated: [FREEMARKER-35] Made temporal format related tests more reliable across Java versions. Turned off standalone month bug workaround starting from Java 9 (as it was fixed there before the first production release). - posted by dd...@apache.org on 2021/12/29 15:33:04 UTC, 0 replies.