You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by xm...@xml.apache.org on 2004/07/15 23:48:04 UTC

[jira] Resolved: (XMLBEANS-31) jdk 1.3.1 backport: replace 1.4 Calendar/TimeZone calls

Message:

   The following issue has been resolved as FIXED.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-31

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-31
    Summary: jdk 1.3.1 backport: replace 1.4 Calendar/TimeZone calls
       Type: Improvement

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: XMLBeans
   Fix Fors:
             Version 1.0.3 (jdk1.3 port)
   Versions:
             Version 1

   Assignee: 
   Reporter: Matt Bishop

    Created: Sun, 28 Mar 2004 9:55 PM
    Updated: Thu, 15 Jul 2004 2:46 PM

Description:
XmlBeans uses new functionality to the TimeZone and Calendar class.  This was replaced by using existing methods and implementing 1.4 logic in the GDate and XmlCalendar classes.

GregorianCalendar.get() was overridden in XmlBeans, but in JDK 1.3, this method was marked final, so it could not be overridden.  XmlCalendar's get() was renamed to peek() to preserve the functionality.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/