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/24 07:18:44 UTC

[jira] Resolved: (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 resolved DIGESTER-115.
------------------------------------

    Resolution: Fixed

Fixed in trunk in r729242:

  http://svn.apache.org/viewvc?view=rev&revision=729242

This is a breaking change, hence scheduled for v2.0. However, the positives seem to make the breakage worthwhile (making [digester] free of [collections] classes and allowing usage of generics for code clarity).


> 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.