[Fwd: [ANNOUNCEMENT]: Xerces-J 2.8.1 now available]
by Alexey Loubyansky
FYI, XB and MC tests pass with this one.
Alexey
-------- Original Message --------
Subject: [ANNOUNCEMENT]: Xerces-J 2.8.1 now available
Date: Thu, 14 Sep 2006 11:48:03 -0400
From: Michael Glavassevich <mrglavas(a)ca.ibm.com>
Reply-To: j-users(a)xerces.apache.org
To: announcements(a)xml.apache.org, j-dev(a)xerces.apache.org,
j-users(a)xerces.apache.org, general(a)xml.apache.org
CC: pmc(a)xerces.apache.org
Hi everyone,
The Xerces-J team is pleased to announce that version 2.8.1 of Xerces-J is
now available. This release fixes several bugs which were present in
Xerces-J 2.8.0. It also includes a few minor enhancements and performance
improvements.
Specifically, the changes introduced in this release are:
* Implemented native support for the ISO-8859-1 encoding. [Michael
Glavassevich]
* Added a method to XSModel which returns a list containing the members of
the substitution group for a given element declaration. [Michael
Glavassevich]
* Improved the performance of Xerces' optimized readers (for small
documents) by recycling their byte buffers. [Michael Glavassevich]
* Modified the DocumentBuilder and LSParser implementations so that they
drop their internal references to the DOM they just built. If an
application is pooling parsers this will allow the garbage collector to
reclaim the Document and all of its nodes if the application no longer has
any references to it. [Michael Glavassevich]
* Fixed numerous schema annotation related bugs including those introduced
in Xerces-J 2.8.0 which caused NPEs to be thrown from several of the
getAnnotation() methods in the XML Schema API. [Neil Delima, Michael
Glavassevich]
* Fixed a DOM bug which caused the internal subset of a DocumentType node
to be omitted from a cloned Document. [Jacob Kjome]
* Fixed a bug in Xerces' regular expression support involving patterns
starting with '.'. [Kent Tamura]
* Fixed a bug which caused the DOM builder to drop all of the text in the
document if grammar caching is enabled and the document being processed
contains both an internal and an external DTD subset. [Michael
Glavassevich]
* Fixed a schema bug which allowed defaulted attributes with the same
local name to overwrite each other. [Michael Glavassevich]
* Fixed a bug which caused a schema document to be loaded multiple times
if it was both included and redefined. This made it possible for the
redefined components to be incorrectly overwritten by the original ones
from the include. [Michael Glavassevich]
* Fixed a bug in Xerces' native serializer which caused documents
containing supplemental characters in attribute values to be written
incorrectly. [Michael Glavassevich]
* Fixed a bug in the XInclude processor which in some instances caused
content to be omitted from the result if an element() XPointer is
specified on an include element. [Neil Delima]
* Fixed various bugs and made various improvements. [Dave Brosius, Michael
Glavassevich, Jacob Kjome, Peter McCracken]
For more information please visit: http://xerces.apache.org/xerces2-j/
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas(a)ca.ibm.com
E-mail: mrglavas(a)apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe(a)xerces.apache.org
For additional commands, e-mail: j-users-help(a)xerces.apache.org
19 years, 7 months
RE: Towards JBoss-4.0.5.GA
by Dimitris Andreadis
Great, the jrockit testsuite runs must be in a much better shape now, I
think we must be under 10 failures for the 1.4 suite, waiting for the
next QA run.
________________________________
From: Scott M Stark
Sent: Friday, September 15, 2006 9:19 AM
To: Dimitris Andreadis
Cc: JBoss.org development list
Subject: Re: Towards JBoss-4.0.5.GA
3494 was fixed. It was just an issue with how eagerly the vm was
loading classes from the java.lang.reflect.Method instances.The sun vm
was loading all classes as soon as getMethods() on the declaring class
was called, the jrockit vm did not.
Dimitris Andreadis wrote:
Thanks Scott, so it's this classloader/jrockit test
failure left, (who else could look at it, Clebert maybe?)
http://jira.jboss.com/jira/browse/JBAS-3494
For my issues:
JBAS-3614 : looks to a be a jmx implementation/spec
question to look at
JBAS-3494 : needs to be looked at
JBAS-1490 : arguably not critical
JBAS-11 : not addressable with current deployers/class
loading model. It should be a jboss5 issue.
19 years, 7 months
RE: Towards JBoss-4.0.5.GA
by Dimitris Andreadis
Thanks Scott, so it's this classloader/jrockit test failure left, (who
else could look at it, Clebert maybe?)
http://jira.jboss.com/jira/browse/JBAS-3494
For my issues:
JBAS-3614 : looks to a be a jmx implementation/spec question to look at
JBAS-3494 : needs to be looked at
JBAS-1490 : arguably not critical
JBAS-11 : not addressable with current deployers/class loading model. It
should be a jboss5 issue.
19 years, 7 months