DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36876>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36876 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2005-10-01 02:10 ------- Unfortunately the ArrayStack class was exposed as a protected member in Digester classes. This means it isn't possible to substitute some other implementation (even a byte-for-byte equivalent) without causing a binary incompatibility. As BeanUtils also faced this issue, the solution chosen was to include class org.apache.commons.collections.ArrayStack in the BeanUtils 1.7 jar. This is a little ugly, but the ArrayStack class is extremely stable. So as described in the digester page, when using BeanUtils 1.7 with Digester you don't need to have commons-collections.jar present. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
