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

Contents of /xmlbeans/trunk/CHANGES.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 328990 - (show annotations)
Fri Oct 28 00:26:49 2005 UTC (4 years ago) by radup
File MIME type: text/plain
File size: 4206 byte(s)
Hightime to update the CHANGES file.
1 Changes in v2.1.0 since v2.0.0:
2
3 * Fixed the issue whereby some IDEs would have problems with the TypeSystemHolder class being generated in the classes directory
4 * Better integration with Maven
5 * Implemented support for ID/IDREF in DTDs via DOM's .getElementByID()
6 * Integrated a patch that makes XmlBeans work in a sandboxed environment
7 * Added the ability to control entitization of characters when saving documents
8 * Fixed issue with memory reclamation in multi-threaded environments, which was delayed too much so it could be mistaken for a memory leak
9 * Added numerous new test cases and performance tests
10 * Continued improving performance, especially in the DOM support and XmlCursor areas
11 * Added column numbers support in our snapshot of Piccolo; validation and XMLSchema error reporting benefit from this and is of course usable from user code
12 * Line/column number is now also available for end-tags
13 * Solved a legal inconsistency surrounding our use of JSR173 APIs
14 * Fixed a lot of reported issues in various areas of the product
15
16
17 Changes in v2.0.0 since v2.0.0-beta1:
18
19 * many performance related changes, especialy in the DOM and Cursor areas
20 * rewrite of the <xs:redefine> support
21 * Completed the implementation of Filer
22 * new documentation on xs:any, validation plus updates of the old docs
23 * many bug fixes, including perm gen memory bug
24
25
26 Changes in v2.0.0-beta1:
27
28 * new store implementation, including native DOM implementation
29 * Piccolo is now the default parser.XmlOptions.setLoadUseXMLReader (XMLReader xmlReader) can be used when a diffrent parser is required.
30 * Sample xml generation from an schema file
31 * New failfast behavior for simple types, more consistent
32 * EntityResolver is setable in SchemaCompiler
33 * XPath 2.0 and Xquery support through Saxon
34 * java 1.5 generics for array properties added to generated source
35 * Simplified working with substitution groups by adding XmlObject.substitute() method
36 * "-noVDoc" command-line option for scomp to skip validation of <xs:documentation> contents
37 * uniform access to the getSourceName() method in Schema Object Model
38 * Cleaned up schema compilation APIs with a XmlBeans.compileXmlBeans()
39 * Added error codes and improved validation error messages
40 * Changed .xsb format and loading strategy to improve performance
41 * Ability to pass URLs instead of Files for Wsdl/Schemas
42 * Added option to pass in "##local" to -allowmdef
43 * Inst2xsd: support for xsi:nil and qname fix.
44 * adding getCurrentElementSchemaType in Validator for finding schema types of elements with xsi:type attribute
45 * adding ValidatingInfoXMLStreamReader for PSVI access on XMLStreamReaders
46 * added Location to streaming validation errors
47 * Instance 2 schema tool
48 * Support for arbitrarily nesting <xsd:redefine>s
49 * New "schema bookmark" mechanism allowing one to tag user data on Schema Object Model entities
50 * Add ability for XmlSaxHandler to insert bookmarks while loading
51 * Added a diff utility that compares two jars (or directories) containing compiled Schema types
52 * Interface and pre-post extensions
53 * Enabled ValidatingXMLStreamReader to start validating from both current and next event in the XMLStreamReader
54 * Functionality to retrieve xml validation errors programatically
55 * Added saver options to not save xml decl
56 * Added ability to compile Schemas containing references to SOAP11 encoded arrays
57 * selectChildren and selectAttributes for dynamic getters and some wildcard scenarios
58 * Location in ValidatingXmlStreamReader
59 * Added a wrapper over jsr173's XMLStreamReader
60 * Added support for default value in XMLStreamReaderExt interface and implementation
61 * Adding typed value for QName case in the Validator
62 * Adding an utility for validation of simple schema types
63 * Improved the Validator to ofer PSVI info
64 * Exposed some of the XMLSchema validator functionality in the public interfaces
65 * Added support for XML Catalog, based on Apache Commons CatalogResolver
66 * Added XMLStreamReaderExt an extention of XMLStreamReader which alowes getting strongly typed java values from a stream
67 * Adds support for annotations in XMLSchema
68 * Added JSR 173 support
69
70 * performance tests
71 * various feature tests
72 * samples and documentation
73 * packaging, licencing changes

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2