I'm thinking of releasing version 1.4 of Joda-Time soon. The main enhancement is the single-field period classes, which are now fully documented. In fact the whole website has a few improved links all over.
There are also two minor bug fixes. Any reason not to get this new code out there? Stephen =================================== Enhancements since 1.3 ---------------------- - Years/Months/Weeks/Days/Hours/Minutes/Seconds New group of single field period classes These allow applications to specify a specific field in method signatures and calculations Methods are provided to convert between most of these based on standard length periods - Period.ZERO Add zero-length constant to Period Bug fixes since 1.3 ------------------- - GJChronology Text value of ReadablePartial fields was always a decimal number. - Comparisons of Chronology instances by identity [1576727] Some comparisons of Chronology instances were performed using == This worked fine in most cases due to agressive caching, however it failed when using LenientChronology and other wrapping chronologies which do not have caching Comparison is now via equals(), and involved adding equals() methods to a number of classes. In addition, subclasses of AbstractReadableInstantFieldProperty must now implement getChronology(). ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Joda-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/joda-interest
