|
Java example source code file (upgradeto152.xml)
The upgradeto152.xml Java example source code<?xml version="1.0" encoding="ISO-8859-1"?> <document> <properties> <title>Java date and time API - Upgrade from 1.5.1 to 1.5.2 <author>Stephen Colebourne </properties> <body> <section name="Upgrade"> <p> These are the release notes and advice for upgrading Joda-Time from version 1.5.1 to version 1.5.2. <source> Joda-Time version 1.5.2 ----------------------- Joda-Time is a date and time handling library that seeks to replace the JDK Date and Calendar classes. This is a patch release for Joda-Time 1.5.1. This release contains one bug fix and a time zone update. We recommend all users of 1.5.1 upgrade to 1.5.2. We recommend JDK 1.4 or later, and have performed no testing on earlier JDKs. Joda-Time is licensed under the business-friendly Apache License Version 2. This is the same license as all of Apache, plus other open source projects such as Spring. The intent is to make the code available to the Java community with the minimum of restrictions. If the license causes you problems please contact the mailing list. * Please also check out our related projects * * http://www.joda.org/joda-time/related.html * Enhancements since 1.5 ---------------------- Compatibility with 1.5 ---------------------- Binary compatible - Yes Source compatible - Yes Serialization compatible - Yes Data compatible - Yes, except - DateTimeZone data updated to version 2007k Semantic compatible - Yes Deprecations since 1.5 ---------------------- Bug fixes since 1.5.1 --------------------- - DateTimeZone (regression from 1.4) Fix getOffsetFromLocal DST gap adjustment. Bug fixes since 1.5 ------------------- - Parsing (regression) [1839440] Support parsing all upper-case and all lower-case text - Javadoc clarity enhancements - Constants in Years/Months/Weeks/Days/Hours/Minutes/Seconds etc. - Period/Interval Object constructors </source> </p> </section> </body> </document> Other Java examples (source code examples)Here is a short list of links related to this Java upgradeto152.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.