rronglin 发表于 2015-11-28 18:18:50

Joda

2.9.1 Bug 修复  
------------------
  
- Fix bug introduced by Long.MIN_VALUE and Long.MAX_VALUE changes [#328]
  

  

  
对 2.9 的改进
  
-------------------
  
- Faster parsing of time-zone identifiers [#282]
  

  
- Added Interval.parseWithOffset(String) [#299, #296]
  
  Provides a way to parse the fixed offset in an interval string
  

  
- Add DateTimeFormatter methods for StringBuilder [#298]
  

  
- Add Russian period translations [#320]
  

  
- Add Italian period translations [#312]
  

  
- Add Czech period translations [#313]
  

  
- Clarify that PeriodFormatterBuilder is in an invalid state once built [#309]
  

  
- Allow DateTime and Interval to refer to values at Long.MIN_VALUE and Long.MAX_VALUE [#297, #190]
  
  A DateTime may be created with any millisecond value, however at the very edges there may be
  
  some undesirable effects, for example always using UTC instead of the time-zone
  

  
- Better error message for malformed tzdb files [#319]
  

  
- Better error message for interval constructor [#321]
  

  

  
 2.8 和 2.9 的兼容
  
---------------------------------
  
Build system - Yes
  

  
Binary compatible - Yes
  

  
Source compatible - Yes
  

  
Serialization compatible - Yes
  

  
Data compatible - Yes
  
 - DateTimeZone data updated to version 2015g
  

  
Semantic compatible - Yes
  

  

  
修复 2.9 的bug
  
----------------
  
- Fixed to handle JDK 8u60 [#288, #291]
  
  Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone
  

  
- Fix parsing of basic form ISO style where year has unnecessary plus sign [#86]
  
  For example, +20151030 will now be correctly parsed as year 2015.
  

  
- Fix overflow bug in intervals [#315]详细更新请看:
页: [1]
查看完整版本: Joda