[
https://issues.apache.org/jira/browse/BEANUTILS-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16159249#comment-16159249
]
Melloware commented on BEANUTILS-500:
-------------------------------------
Definitely would love this change as my project only dependency on the regular
commons collections is BeanUtils. Once it is switched all of mine will be on
Collections4 and I can remove old Collections from my WAR. Right now I need
both collections with BeanUtils 1.9.3
> Upgrade commons-collections to 4
> --------------------------------
>
> Key: BEANUTILS-500
> URL: https://issues.apache.org/jira/browse/BEANUTILS-500
> Project: Commons BeanUtils
> Issue Type: Improvement
> Components: Bean / Property Utils
> Affects Versions: 2.0
> Reporter: Dave Brosius
> Priority: Minor
> Fix For: 2.0
>
> Attachments: BEANUTILS-500.txt
>
>
> uptake commons-collections4.
> The main difference is the removal of 'FastHashMap', and replacement with
> ConcurrentHashMap.
> There are a few breaking changes for deprecated methods that return a
> FastHashMap, that are exposed.
> I made them package private, and undeprecated them, thus 2.0
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)