| 1 |
kkrouse |
151776 |
Changes in v2.0.0-beta1: |
| 2 |
|
|
|
| 3 |
|
|
* new store implementation, including native DOM implementation (ericvas) |
| 4 |
|
|
* Piccolo is now the default parser.XmlOptions.setLoadUseXMLReader (XMLReader xmlReader) can be used when a diffrent parser is required. (cezar) |
| 5 |
|
|
* JAM is downloaded from codehaus (radup) |
| 6 |
|
|
* Sample xml generation from an schema file (radup) |
| 7 |
|
|
* EntityResolver is setable in SchemaCompiler (David Jencks) |
| 8 |
|
|
* XPath 2.0 and Xquery support through Saxon (Yana Kadiyska) |
| 9 |
|
|
* java 1.5 generics for array properties added to generated source (kkrouse) |
| 10 |
|
|
* Simplified working with substitution groups by adding XmlObject.substitute() (radup) |
| 11 |
|
|
* "-noVDoc" command-line option for scomp to skip validation of <xs:documentation> contents (radup) |
| 12 |
|
|
* uniform access to the getSourceName() method in Schema Object Model |
| 13 |
|
|
* Cleaned up schema compilation APIs with a XmlBeans.compileXmlBeans() (kkrouse) |
| 14 |
|
|
* Added error codes and improved validation error messages (kkrouse) |
| 15 |
|
|
* Changed .xsb format to improve performance (radup) |
| 16 |
|
|
* Ability to pass URLs instead of Files for Wsdl/Schemas (Jacob Danner) |
| 17 |
|
|
* Added option to pass in "##local" to -allowmdef (radup) |
| 18 |
|
|
* Inst2xsd: support for xsi:nil and qname fix. (cezar) |
| 19 |
|
|
* adding getCurrentElementSchemaType in Validator for finding schema types of elements with xsi:type attribute (cezar) |
| 20 |
|
|
* adding ValidatingInfoXMLStreamReader for PSVI access on XMLStreamReaders (cezar) |
| 21 |
|
|
* added Location to streaming validation errors (kkrouse) |
| 22 |
|
|
* Instance 2 schema tool (cezar) |
| 23 |
|
|
* New "schema bookmark" mechanism allowing one to tag user data on Schema Object Model entities (radup) |
| 24 |
|
|
* Add ability for XmlSaxHandler to insert bookmarks while loading (ericvas) |
| 25 |
|
|
* Added new 'noSrcRegen' flag to the <scomp> ant task. (radup) |
| 26 |
|
|
* Added a diff utility that compares two jars (or directories) containing compiled Schema types.(radup) |
| 27 |
|
|
* Interface and pre-post extensions (cezar) |
| 28 |
|
|
* Enabled ValidatingXMLStreamReader to start validating from both current and next event in the XMLStreamReader (cezar) |
| 29 |
|
|
* SchemaTypeSystem saver that does not depend on Java being generated. (radup) |
| 30 |
|
|
* Functionality to retrieve xml validation errors programatically (patch from Dutta Satadip) |
| 31 |
|
|
* Added saver options to not save xml decl (ericvas) |
| 32 |
|
|
* Added a SOAP11 encoding built-in Schema Type system (radup) |
| 33 |
|
|
* selectChildren and selectAttributes for dynamic getters and some wildcard scenarios (cezar) |
| 34 |
|
|
* Location in ValidatingXmlStreamReader (cezar) |
| 35 |
|
|
* Added a wrapper over jsr173's XMLStreamReader (cezar) |
| 36 |
|
|
* Added support for default value in XMLStreamReaderExt interface and implementation. (cezar) |
| 37 |
|
|
* Adding typed value for QName case in the Validator (cezar) |
| 38 |
|
|
* Adding an utility for validation of simple schema types (cezar) |
| 39 |
|
|
* Improved the Validator to ofer PSVI info (cezar) |
| 40 |
|
|
* Exposed some of the XMLSchema validator functionality in the public interfaces (davidbau,Dutta Satadip) |
| 41 |
|
|
* Added support for XML Catalog, based on Apache Commons CatalogResolver (cezar) |
| 42 |
|
|
* Added XMLStreamReaderExt an extention of XMLStreamReader which alowes getting strongly typed java values from a stream (cezar) |
| 43 |
|
|
* Adds support for annotations in XMLSchema (davidbau) |
| 44 |
|
|
* Added JSR 173 support (ericvas) |
| 45 |
|
|
|
| 46 |
|
|
|
| 47 |
|
|
* performance tests (Jamie Zyskowski) |
| 48 |
|
|
* various feature tests (Yana Kadiyska, Jacob Danner) |
| 49 |
|
|
* samples and documentation (Steve Traut) |
| 50 |
|
|
* packaging, licencing changes (Cliff Schmidt) |