<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> 
  <!-- $Id: ReleaseNotes.html,v 1.1 2010/01/27 05:16:25 joehw Exp $ -->
  <title>JAXP 1.4.4 Release  Notes</title>
  <link rel="stylesheet" type="text/css" href="style/default.css">
        <style type="text/css" media="all">
  <!--
     a:link    { color:blue; } 
     a:hover   { color:red;text-decoration:none;} 
     a:visited { color:purple; }
     .TBD {
             font-style: italic;
       font-weight: bold;
             color: #FF0000;
     }
     .Fixed {
             font-family: "Courier New", Courier, mono;
             font-size: smaller;
     }
    .def {
                  font-style: italic;
                 }
     -->
  </style>
</head>


<body bgcolor="#FFFFFF">
    <center>
      <h2><font color="#000099">Java<sup><font size="-2">TM</font></sup> API for XML 
        Processing Release Notes</font></h2>
    </center>

    <center>
      <b>Specification Version:</b> 1.4<br />
      <b>Reference Implementation (RI) Version:</b> 1.4.4
      <br>Aug. 24, 2010
    </center>

    <p>
        The drivers of this release are several regressions from JDK 6 Update Release 18 and customer
        escalations. This release will be integrated into JDK6 Update release 23 as well as the current
        JDK7 development branch. Please read below for details on the change log.    </p>
    
    <p>
        <p><h3>
            Changes and bug fixes in the release:
        </h3>
        </p>
    <ol>
        <li>Regressions<br>
        Before JDK6 Update 18, bug fixes and improvements in JAXP were selectively integrated into
        JDK6 update releases. During update 18, there was a complete synchronization between the JDK and
        JAXP. Due to the number of changes made and the age of these changes, there were several
        regressions found in the release. All of the currently-identified regressions have been fixed
        in this release.<br><br>
        </li>

        <li>Customer escalations<br>
        Customer escaltions are generally provided through revision releases immediately after they are
        fixed. The inclusion here is a recount and serves as a record for JDK7 integration.
        <br><br>
        </li>
        <li>Performance improvements<br>
        There have been continued effort in performance improvements as a result of
        SPECjvm2008 benchmark tests and analysis. <br><br>
        </li>
        <li>Apache Update<br>
        JAXP 1.4 is based on Xerces 2.7.1 and Xalan 2.7. Starting from this release, JAXP 1.4.4, we will
        sync up to Xerces 2.10.0 and Xalan 2.7.1 over a period of releases in phases. In the first phase
        of this sync-up, all blockers and critical fixes from Xerces and Xalan are integrated.<br><br>

        <br><br>
        </li>
    </ol>
    <ul>
        <li>For all changes and fixes made in the JAXP 1.4.4 release,
            please refer to:<br><br>
            <a href="changelog.html">The JAXP 1.4.4 Change Log</a>
        </li>
    </ul>

    </p>


</body>
</html>