Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Editorial changes.
Release notes are about done.
Address RAT reports that need attention.
Eliminate [collections] package dependencies -- ArrayStack, and therefore Buffer and BufferUnderflowException: - Replace ArrayStack usage with java.util.Stack<E> - This will allow BeanUtils to drop these classes in future releases if desired and end a rather painful tangle we got into with v1.x in this regard - Allows usage of generics (unlike ArrayStack) DIGESTER-115
Various editorial and other improvements to the release notes.
Note generics related improvements (more coming) in release notes.
Note addition of 'serialVersionUID' fields in release notes.
Add javax.xml.validation.Schema support to Digester class:
- New 'schema' field for Digester class (protected -- matching digester style)
o Sort imports and update class Javadoc
- Deprecate legacy schema support, including:
o schemaLanguage and schemaLocation fields and their getters and setters in Digester class
o ParserFeatureSetterFactory class whose main purpose was legacy schema support
o Parsers in org.apache.commons.digester.parser package used by ParserFeatureSetterFactory
- Added new test cases that demonstrate javax.xml.validation.Schema validation
- Updated release notes, package Javadoc
Allow setting up of XInclude aware parsers: - New boolean flag (protected -- matching digester style) - Added a test case which demonstrates usage (basic XInclude)
Editorial changes to release notes.
Begin to put together the v2.0 release notes. Add section on breaking changes and list change in minimum JDK requirement. Remove mention of [collections] classes in dependencies section (scheduled to be removed in v2.0).
ObjectCreationFactory#createObject() retuning null, NPE when log debug is enabled. DIGESTER-126
Potential NPE when debug is enabled DIGESTER-122
Null InputStream leads to MalformedURLExceptions under JDK 1.5 (All parse methods now consistently throw IllegalArgumentException) DIGESTER-111
Clean release notes and prepare for next planned release in the 1.x line (1.8.1).
Moving to TLP
Moving back :)
Moving to TLP
Roll to 1.8.1 snap.
RC3 prep, switch to version 1.8
Time for 1.8 RC2
s/Bugzilla/JIRA/ and RC1-RC2 delta (APIs that accept URLs)
Clarify that any set of dependencies for 1.7 will continue to work for 1.8. Thanks to Simon Kitching <simon DOT kitching AT xtra DOT co DOT nz>.
Advertised dependencies are not the same as 1.7 (though any previous set will still work). Thanks to Niall Pembertion <niall DOT pemberton AT gmail DOT com>.
RC2 prep.
Lets try RC1.
Update dependency information in site and release notes. Recommend BeanUtils 1.7 over (BeanUtils 1.x and Collections 2/3.x). Shorten blurb about collections and ArrayStack on home page. Update nav links to mention 1.8 (1.8 links will 404 for now since the directory requires manual installation). Please do not publish digester site before 1.8 is released.
Add info re support for maven2.
Update version number from 1.7.1 to 1.8; that will be the next release version.
Note that method addStackAction has been added to the Digester class.
Note Digester works with recent Kaffe/GNU-classpath releases. Add note on (partially) resolved bug#37034
Update to current HEAD state (ie to 2005-09-10)
Replaced tabs with spaces.
added info re fix for SetNestedPropertiesRule
Remove release to-do notes.
Add info re new setCustomContentHandler feature.
Update to 1.7 release.
svn:keywords correction
Merged in release branch
Update release notes to reflect migration of the RSS example.
Finished release notes (as far as I know :-)
Draft of 1.6 release notes. Still a little work to be done on this.
Preparations for digester 1.5 release
Preparations for 1.4.1 release
Preparations for digester 1.4 release
Preparing for release candidate
First draft of 1.4 release notes
ready to release 1.3
Update release notes for a 1.2 release.
Added support for the more flexible method matching provided by MethodUtils.invokeMethod. It is possible that in some (relative obscure) circumstances, the extra precision of the original method is required and so a property has been added which allows the user to choose which one to use. More flexible method matching is enabled by default (there is a slight possibility that some existing code will be broken by this). Also created test cases.
CPE
Release Notes (self-explanatory)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |