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 89e934d  [FREEMARKER-35] JavaDoc fixes
     new 4571e34  [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.)
     new 6476732  [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.

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:
 src/main/java/freemarker/core/Configurable.java    | 437 ++++-----------------
 src/main/java/freemarker/core/Environment.java     |   4 -
 .../core/JavaTemplateTemporalFormat.java           | 102 +++--
 src/main/java/freemarker/core/PropertySetting.java |  16 +-
 .../freemarker/core/TemplateConfiguration.java     |  49 ---
 .../java/freemarker/core/_CoreTemporalUtils.java   |  25 +-
 .../freemarker/core/CoercionToTextualTest.java     |   1 -
 .../java/freemarker/core/CoreTemporalUtilTest.java |   4 +-
 .../freemarker/core/TemporalErrorMessagesTest.java |  17 +-
 .../java/freemarker/core/TemporalFormatTest.java   |  21 +-
 .../java/freemarker/core/TemporalFormatTest2.java  |   4 +-
 .../test/templatesuite/templates/temporal.ftl      |  15 +-
 12 files changed, 182 insertions(+), 513 deletions(-)

Reply via email to