From commons-dev-return-960-apmail-xml-commons-dev-archive=xml.apache.org@xml.apache.org Thu Dec 17 06:57:53 2009 Return-Path: Delivered-To: apmail-xml-commons-dev-archive@www.apache.org Received: (qmail 31544 invoked from network); 17 Dec 2009 06:57:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 06:57:53 -0000 Received: (qmail 92307 invoked by uid 500); 17 Dec 2009 06:57:53 -0000 Delivered-To: apmail-xml-commons-dev-archive@xml.apache.org Received: (qmail 92207 invoked by uid 500); 17 Dec 2009 06:57:52 -0000 Mailing-List: contact commons-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list commons-dev@xml.apache.org Received: (qmail 92178 invoked by uid 99); 17 Dec 2009 06:57:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 06:57:52 +0000 X-ASF-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mrglavas@ca.ibm.com designates 32.97.182.137 as permitted sender) Received: from [32.97.182.137] (HELO e7.ny.us.ibm.com) (32.97.182.137) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 06:57:50 +0000 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by e7.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id nBH6qIJn008433; Thu, 17 Dec 2009 01:52:18 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id nBH6vT0Q1806338; Thu, 17 Dec 2009 01:57:29 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id nBH6vSLi012669; Thu, 17 Dec 2009 04:57:29 -0200 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [9.26.6.104]) by d01av02.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id nBH6vS31012664; Thu, 17 Dec 2009 04:57:28 -0200 Subject: [ANNOUNCEMENT]: XML Commons External 1.2.06 now available X-KeepSent: 44177890:D9FE967C-8525768F:00259FBA; type=4; name=$KeepSent To: commons-dev@xml.apache.org, announcements@xml.apache.org, j-dev@xerces.apache.org, j-users@xerces.apache.org, general@xml.apache.org Cc: private@xerces.apache.org X-Mailer: Lotus Notes Release 8.0.2FP1 SHF149 July 17, 2009 Message-ID: From: Michael Glavassevich Date: Thu, 17 Dec 2009 01:57:27 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 8.0.1|February 07, 2008) at 12/17/2009 01:57:28 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFC1CDFB6192A8f9e8a93df938690918c0ABBFC1CDFB6192A" Content-Disposition: inline --0__=0ABBFC1CDFB6192A8f9e8a93df938690918c0ABBFC1CDFB6192A Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Hi everyone, The XML Commons team is pleased to announce that version 1.2.06 of XML Commons External is now available. This is a maintenance release of the= JAXP 1.2 APIs which were included in Xerces-J 2.6.2 and earlier. Specifically, the changes introduced in this release are: * Fixed a bug in StreamResult where it was not escaping non-ASCII characters in its conversion of a java.io.File object to a system identifier. * Modified the FactoryFinder and SecuritySupport classes to prevent the= m from being extended or instantiated. * Eliminated the creation of temporary Boolean objects in the SecuritySupport classes. * Eliminated the creation of short lived StringBuffer and String object= s in each of the FactoryFinder classes. The debug print method calls were creating instances of StringBuffer and String which were never read. * Updated each of the JAXP factory classes so that they treat an empty string value for their system property as if it had not been set. Previously the factories would make a futile attempt to create an insta= nce of a class named "" and then fail. * Fixed the Implementation-Vendor and Implementation-URL entries in the= jar manifest. * Fixed miscellaneous typographical errors in the Javadocs. The source and binary distributions are available for download here: http://xerces.apache.org/mirrors.cgi For more information please visit: http://xml.apache.org/commons/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrglavas@ca.ibm.com E-mail: mrglavas@apache.org= --0__=0ABBFC1CDFB6192A8f9e8a93df938690918c0ABBFC1CDFB6192A Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable

Hi everyone,

The XML Commons team is pleased to announce that version 1.2.06 of = XML Commons External is now available. This is a maintenance release of= the JAXP 1.2 APIs which were included in Xerces-J 2.6.2 and earlier.
Specifically, the changes introduced in this release are:


* Fixed a bug in StreamResult where it was not escaping non-ASCII c= haracters in its conversion of a java.io.File object to a system identi= fier.

* Modified the FactoryFinder and SecuritySupport classes to prevent= them from being extended or instantiated.

* Eliminated the creation of temporary Boolean objects in the Secur= itySupport classes.

* Eliminated the creation of short lived StringBuffer and String ob= jects in each of the FactoryFinder classes. The debug print method call= s were creating instances of StringBuffer and String which were never r= ead.

* Updated each of the JAXP factory classes so that they treat an em= pty string value for their system property as if it had not been set. P= reviously the factories would make a futile attempt to create an instan= ce of a class named "" and then fail.

* Fixed the Implementation-Vendor and Implementation-URL entries in= the jar manifest.

* Fixed miscellaneous typographical errors in the Javadocs.
The source and binary distributions are available for download here= : http://xerc= es.apache.org/mirrors.cgi

For more information please visit: http://xml.apache.org/commons/

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com

E-mail: mrglavas@apache.org= --0__=0ABBFC1CDFB6192A8f9e8a93df938690918c0ABBFC1CDFB6192A--