Posted By: Jacob Kjome Date: 2008-07-23 15:11 Summary:XMLC 2.2.17 is out
This is a maintenance release of the XMLC 2.2.xx branch. Most changes here also
apply to XMLC 2.3.1.
Enhancements...
- XmlReader, originally from the Rome project, synched with latest version
- Improved runtime XML parser error reporting
- Made XMLC more application reload friendly by making sure to release locks on
files opened as input streams
- Updated org.enhydra.xml.io.ClosingInputSource to respect InputStream/Reader
contract by allowing read() methods to return -1 more than once, avoiding
"java.io.IOException: Stream closed" when a parser reaches EOF multiple times
- Added new command-line options -get-tag-return-type and -docformat
- options.xmlc files with command-line parameters now compatible with Dynamic Loading
- Added "suffix" attribute, replacing deprecated "markup" attribute, to the XMLC Ant Task
General Updates...
- Synched package-private SecuritySupport and ObjectFactory classes to align with
the latest changes made in Xerces2
- Updated Tomcat example, making use of various enhancements listed above