Antwort: Re: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Florian . Marquardt
n't backwards > > > compatible, and whydid they not include other parts that were a part > > of 3? Is > > > 4 in beta/alpha or what? I would think everything would flow > > nicely...? > > > > > > > Date: Tue, 30 Sep 2014 16:42:06 +02

Re: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Gary Gregory
; BeanUtils? > > Or will we eventually be reworking other parts like collections which will > eventually make everything compatible? > > > Subject: RE: [beanutils] Version 1.9.2 uses FastHashMap in class > PropertyUtilsBean, but FastHashMap does not exists in collections4 > >

Re: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Thomas Neidhart
ils? > > Or will we eventually be reworking other parts like collections which will > eventually make everything compatible? > > > Subject: RE: [beanutils] Version 1.9.2 uses FastHashMap in class > PropertyUtilsBean, but FastHashMap does not exists in collections4 > >

RE: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Konrad Zuse
; Subject: RE: [beanutils] Version 1.9.2 uses FastHashMap in class > PropertyUtilsBean, but FastHashMap does not exists in collections4 > Date: Tue, 30 Sep 2014 11:06:06 -0400 > From: rsprin...@vhainc.com > To: user@commons.apache.org > > Because they started using generics and backw

RE: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Ray Sprinkle
4 AM > To: Commons Users List > Subject: RE: [beanutils] Version 1.9.2 uses FastHashMap in class > PropertyUtilsBean, but FastHashMap does not exists in collections4 > > Not an answer, but why would they make it so it wasn't backwards > compatible, and whydid they not include o

RE: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Konrad Zuse
ls] Version 1.9.2 uses FastHashMap in class > PropertyUtilsBean, but FastHashMap does not exists in collections4 > From: thomas.neidh...@gmail.com > To: user@commons.apache.org > > Hi Florian, > > beanutils 1.9 still requires a collections 3.x jar in your classpath, it > has

Re: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Dave Newton
IIRC BeanUtils has a dependency on Collections 3, where FastHashMap lives. In the CC4 release notes it states: Removed features now supported by the JDK or other Apache Commons libraries - FastHashMap: use java.util.concurrent.ConcurrentHashMap, but beware of null keys and values So I'd

Re: [beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Thomas Neidhart
Hi Florian, beanutils 1.9 still requires a collections 3.x jar in your classpath, it has not yet been updated for the latest collections release. Collections 4.0 is not binary / source compatible with collections 3.x but can be used together as it uses a different package name (o.a.c.collections4

[beanutils] Version 1.9.2 uses FastHashMap in class PropertyUtilsBean, but FastHashMap does not exists in collections4

2014-09-30 Thread Florian . Marquardt
Hi All We have tried to update our common libs. We have updated to Beanutils 1.9.2 and collection4 4.0. These packages are incompatible, or did i get something wrong. I always receive this error Stacktrace] java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap at org