/[Apache-SVN]/xmlbeans/trunk/CHANGES.txt
ViewVC logotype

Contents of /xmlbeans/trunk/CHANGES.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 191290 - (hide annotations)
Sat Jun 18 13:59:38 2005 UTC (4 years, 5 months ago) by cezar
File MIME type: text/plain
File size: 3164 byte(s)
Final touches for v2.0.0 release.
1 cezar 191290 Changes in v2.0.0 since v2.0.0-beta1:
2    
3     * many performance related changes, especialy in the DOM and Cursor areas
4     * rewrite of the <xs:redefine> support
5     * Completed the implementation of Filer
6     * new documentation on xs:any, validation plus updates of the old docs
7     * many bug fixes, including perm gen memory bug
8    
9    
10 kkrouse 151776 Changes in v2.0.0-beta1:
11    
12 radup 152949 * new store implementation, including native DOM implementation
13     * Piccolo is now the default parser.XmlOptions.setLoadUseXMLReader (XMLReader xmlReader) can be used when a diffrent parser is required.
14     * Sample xml generation from an schema file
15     * New failfast behavior for simple types, more consistent
16     * EntityResolver is setable in SchemaCompiler
17     * XPath 2.0 and Xquery support through Saxon
18     * java 1.5 generics for array properties added to generated source
19     * Simplified working with substitution groups by adding XmlObject.substitute() method
20     * "-noVDoc" command-line option for scomp to skip validation of <xs:documentation> contents
21 kkrouse 151776 * uniform access to the getSourceName() method in Schema Object Model
22 radup 152949 * Cleaned up schema compilation APIs with a XmlBeans.compileXmlBeans()
23     * Added error codes and improved validation error messages
24     * Changed .xsb format and loading strategy to improve performance
25     * Ability to pass URLs instead of Files for Wsdl/Schemas
26     * Added option to pass in "##local" to -allowmdef
27     * Inst2xsd: support for xsi:nil and qname fix.
28     * adding getCurrentElementSchemaType in Validator for finding schema types of elements with xsi:type attribute
29     * adding ValidatingInfoXMLStreamReader for PSVI access on XMLStreamReaders
30     * added Location to streaming validation errors
31     * Instance 2 schema tool
32     * Support for arbitrarily nesting <xsd:redefine>s
33     * New "schema bookmark" mechanism allowing one to tag user data on Schema Object Model entities
34     * Add ability for XmlSaxHandler to insert bookmarks while loading
35     * Added a diff utility that compares two jars (or directories) containing compiled Schema types
36     * Interface and pre-post extensions
37     * Enabled ValidatingXMLStreamReader to start validating from both current and next event in the XMLStreamReader
38     * Functionality to retrieve xml validation errors programatically
39     * Added saver options to not save xml decl
40     * Added ability to compile Schemas containing references to SOAP11 encoded arrays
41     * selectChildren and selectAttributes for dynamic getters and some wildcard scenarios
42     * Location in ValidatingXmlStreamReader
43     * Added a wrapper over jsr173's XMLStreamReader
44     * Added support for default value in XMLStreamReaderExt interface and implementation
45     * Adding typed value for QName case in the Validator
46     * Adding an utility for validation of simple schema types
47     * Improved the Validator to ofer PSVI info
48     * Exposed some of the XMLSchema validator functionality in the public interfaces
49     * Added support for XML Catalog, based on Apache Commons CatalogResolver
50     * Added XMLStreamReaderExt an extention of XMLStreamReader which alowes getting strongly typed java values from a stream
51     * Adds support for annotations in XMLSchema
52     * Added JSR 173 support
53 kkrouse 151776
54 radup 152949 * performance tests
55     * various feature tests
56     * samples and documentation
57     * packaging, licencing changes

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2