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

Contents of /xmlbeans/trunk/CHANGES.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 535317 - (hide annotations)
Fri May 4 16:23:32 2007 UTC (2 years, 6 months ago) by cezar
File MIME type: text/plain
File size: 6059 byte(s)
Added reference of last change related to removal of year zero fix.

1 radup 515770 Changes in V2.3.0 since V2.2.0
2    
3     * Improved Saxon support, Saxon 8.8 became the recommended version
4     * Added options to control use of CDATA sections when saving to XML
5     * Added support for QNames in Schema annotations
6 cezar 515809 * Added support for new encodings: UTF-16LE, UTF-16BE, CP936/GBK.
7 radup 515770 * Fix: overzealous whitespace cropping after parsing entities like & (XMLBEANS-274)
8     * Fix: selectPath() with setXqueryCurrentNodeVar() option does not work for Saxon (XMLBEANS-276)
9     * Fix: synchronization problem with array setters
10     * Fix: Saver$TextSaver.replace method throws java.lang.ArrayIndexOutOfBoundsException (XMLBEANS-209)
11     * Fix: QNameSet generated by QNameSet.forArray(QName[]) can't be unioned with other QNameSets (XMLBEANS-290)
12     * Fix: java.lang.ArrayIndexOutOfBoundsException when saving XML (XMLBEANS-291)
13     * Fix: XQuery gives wrong result with Saxon 8.6.1 (XMLBEANS-275)
14     * Fix: bug during generation of complex types with simple content
15     * Fix: improved error handling during loading of Schema type system
16     * Fix: bugs in Duration serialization
17     * Fix: XMLCursor.getTextValue()
18 cezar 535317 * Fix: Remove year zero from GDate, GDateBuilder and XmlCalendar per
19     XMLSchema spec D.3.2
20 radup 515770
21 cezar 413705 Changes in v2.2.0 since v2.1.0:
22    
23     * Allow polymorphism in Extension Interfaces Feature
24     * Fix for circular buffer in TextSaver
25     * Tuned synchronization for multithreaded validation
26     * Updated to the latest XMLSchema.xsd - January 25, 2006
27     * Better QName validation
28     * Fix insertion positions when using substitution groups with arrays
29     * Updated XmlBeans to work with SaxonB-8.6.1 in place of SaxonB8.1
30     * Fix for regex validation in multi-threaded, multi-processor environment
31     * Fix for schema compilation error when restricting complex type with simple content
32     * Implemented XMLInputStream interface for saving a store
33     * XQuery external variable binding support
34     * Various other bug fixes
35    
36    
37 radup 328990 Changes in v2.1.0 since v2.0.0:
38    
39     * Fixed the issue whereby some IDEs would have problems with the TypeSystemHolder class being generated in the classes directory
40     * Better integration with Maven
41     * Implemented support for ID/IDREF in DTDs via DOM's .getElementByID()
42     * Integrated a patch that makes XmlBeans work in a sandboxed environment
43     * Added the ability to control entitization of characters when saving documents
44     * Fixed issue with memory reclamation in multi-threaded environments, which was delayed too much so it could be mistaken for a memory leak
45     * Added numerous new test cases and performance tests
46     * Continued improving performance, especially in the DOM support and XmlCursor areas
47     * 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
48     * Line/column number is now also available for end-tags
49     * Solved a legal inconsistency surrounding our use of JSR173 APIs
50     * Fixed a lot of reported issues in various areas of the product
51    
52    
53 cezar 191290 Changes in v2.0.0 since v2.0.0-beta1:
54    
55     * many performance related changes, especialy in the DOM and Cursor areas
56     * rewrite of the <xs:redefine> support
57     * Completed the implementation of Filer
58     * new documentation on xs:any, validation plus updates of the old docs
59     * many bug fixes, including perm gen memory bug
60    
61    
62 kkrouse 151776 Changes in v2.0.0-beta1:
63    
64 radup 152949 * new store implementation, including native DOM implementation
65     * Piccolo is now the default parser.XmlOptions.setLoadUseXMLReader (XMLReader xmlReader) can be used when a diffrent parser is required.
66     * Sample xml generation from an schema file
67     * New failfast behavior for simple types, more consistent
68     * EntityResolver is setable in SchemaCompiler
69     * XPath 2.0 and Xquery support through Saxon
70     * java 1.5 generics for array properties added to generated source
71     * Simplified working with substitution groups by adding XmlObject.substitute() method
72     * "-noVDoc" command-line option for scomp to skip validation of <xs:documentation> contents
73 kkrouse 151776 * uniform access to the getSourceName() method in Schema Object Model
74 radup 152949 * Cleaned up schema compilation APIs with a XmlBeans.compileXmlBeans()
75     * Added error codes and improved validation error messages
76     * Changed .xsb format and loading strategy to improve performance
77     * Ability to pass URLs instead of Files for Wsdl/Schemas
78     * Added option to pass in "##local" to -allowmdef
79     * Inst2xsd: support for xsi:nil and qname fix.
80     * adding getCurrentElementSchemaType in Validator for finding schema types of elements with xsi:type attribute
81     * adding ValidatingInfoXMLStreamReader for PSVI access on XMLStreamReaders
82     * added Location to streaming validation errors
83     * Instance 2 schema tool
84     * Support for arbitrarily nesting <xsd:redefine>s
85     * New "schema bookmark" mechanism allowing one to tag user data on Schema Object Model entities
86     * Add ability for XmlSaxHandler to insert bookmarks while loading
87     * Added a diff utility that compares two jars (or directories) containing compiled Schema types
88     * Interface and pre-post extensions
89     * Enabled ValidatingXMLStreamReader to start validating from both current and next event in the XMLStreamReader
90     * Functionality to retrieve xml validation errors programatically
91     * Added saver options to not save xml decl
92     * Added ability to compile Schemas containing references to SOAP11 encoded arrays
93     * selectChildren and selectAttributes for dynamic getters and some wildcard scenarios
94     * Location in ValidatingXmlStreamReader
95     * Added a wrapper over jsr173's XMLStreamReader
96     * Added support for default value in XMLStreamReaderExt interface and implementation
97     * Adding typed value for QName case in the Validator
98     * Adding an utility for validation of simple schema types
99     * Improved the Validator to ofer PSVI info
100     * Exposed some of the XMLSchema validator functionality in the public interfaces
101     * Added support for XML Catalog, based on Apache Commons CatalogResolver
102     * Added XMLStreamReaderExt an extention of XMLStreamReader which alowes getting strongly typed java values from a stream
103     * Adds support for annotations in XMLSchema
104     * Added JSR 173 support
105 kkrouse 151776
106 radup 152949 * performance tests
107     * various feature tests
108     * samples and documentation
109     * packaging, licencing changes

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2