You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2008/12/23 06:49:44 UTC

[jira] Updated: (DIGESTER-115) Digester depends on BeanUtils copies of Collections classes

     [ https://issues.apache.org/jira/browse/DIGESTER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Akolkar updated DIGESTER-115:
-----------------------------------

    Fix Version/s:     (was: 1.8.1)
                   2.0

Moving to fix version v2.0, where we can fix this by using Stack instead and thus eliminating collections classes dependencies altogether.


> Digester depends on BeanUtils copies of Collections classes
> -----------------------------------------------------------
>
>                 Key: DIGESTER-115
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-115
>             Project: Commons Digester
>          Issue Type: Bug
>    Affects Versions: 1.8
>            Reporter: Niall Pemberton
>             Fix For: 2.0
>
>
> This is related to issue# BEANUTILS-278
> Digester uses 3 classes (ArrayStack, Buffer and BufferUnderflowException) from commons BeanUtils which were copied from Commons Collections and BEANUTILS-278 proposes removing them.
>     ArrayStack.java
>     Buffer.java
>     BufferUnderflowException.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.