1
- Joda-Time version 2.8.3
2
- -----------------------
1
+ Joda-Time version 2.9
2
+ ---------------------
3
3
4
4
Joda-Time is a date and time handling library that seeks to replace the JDK
5
- Date and Calendar classes.
5
+ Date and Calendar classes. For Java SE 8 and later, please use java.time instead.
6
6
7
7
This release contains enhancements, bug fixes and a time zone update.
8
8
The release runs on JDK 5 or later.
@@ -14,20 +14,13 @@ This is the same license as all of Apache, plus other open source projects such
14
14
** http://www.joda.org/joda-time/related.html **
15
15
16
16
17
- Changes in 2.8.3
18
- ================
19
- - DateTimeZone data updated to version 2015g
20
-
17
+ Enhancements since 2.8
18
+ ----------------------
21
19
- Faster parsing of time-zone identifiers [#282]
22
20
23
- - Fix parsing of basic form ISO style where year has unnecessary plus sign [#86]
24
- For example, +20151030 will now be correctly parsed as year 2015.
25
-
26
21
- Added Interval.parseWithOffset(String) [#299, #296]
27
22
Provides a way to parse the fixed offset in an interval string
28
23
29
- - Clarify that PeriodFormatterBuilder is in an invalid state once built [#309]
30
-
31
24
- Add DateTimeFormatter methods for StringBuilder [#298]
32
25
33
26
- Add Russian period translations [#320]
@@ -36,31 +29,43 @@ Changes in 2.8.3
36
29
37
30
- Add Czech period translations [#313]
38
31
32
+ - Clarify that PeriodFormatterBuilder is in an invalid state once built [#309]
33
+
39
34
- Allow DateTime and Interval to refer to values at Long.MIN_VALUE and Long.MAX_VALUE [#297, #190]
40
35
A DateTime may be created with any millisecond value, however at the very edges there may be
41
- some undesirable effects, for example alway using UTC instead of the time-zone
42
-
43
- - Fix overflow bug in intervals [#315]
36
+ some undesirable effects, for example always using UTC instead of the time-zone
44
37
45
38
- Better error message for malformed tzdb files [#319]
46
39
47
40
- Better error message for interval constructor [#321]
48
41
49
42
50
- Changes in 2.8.2
51
- ================
52
- - DateTimeZone data updated to version 2015f
43
+ Compatibility with 2.8
44
+ ----------------------
45
+ Build system - Yes
53
46
47
+ Binary compatible - Yes
54
48
55
- Changes in 2.8.1
56
- ================
57
- See http://www.joda.org/joda-time/upgradeto281.html
49
+ Source compatible - Yes
58
50
51
+ Serialization compatible - Yes
59
52
60
- Changes in 2.8.0
61
- ================
53
+ Data compatible - Yes
54
+ - DateTimeZone data updated to version 2015g
55
+
56
+ Semantic compatible - Yes
57
+
58
+
59
+ Bug fixes since 2.8
60
+ -------------------
61
+ - Fixed to handle JDK 8u60 [#288, #291]
62
+ Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone
63
+
64
+ - Fix parsing of basic form ISO style where year has unnecessary plus sign [#86]
65
+ For example, +20151030 will now be correctly parsed as year 2015.
66
+
67
+ - Fix overflow bug in intervals [#315]
62
68
63
- See http://www.joda.org/joda-time/upgradeto280.html
64
69
65
70
66
71
Scala
@@ -75,7 +80,5 @@ Feedback
75
80
Feedback is best received using GitHub issues and Pull Requests.
76
81
https://github.com/JodaOrg/joda-time/
77
82
78
- Feedback is also welcomed via the joda-interest mailing list.
79
-
80
83
The Joda team
81
84
http://www.joda.org/joda-time/
0 commit comments