commons-collections has a newer version, commons-collections4, which
does use generics. That's another good dependency upgrade that should be
done.

On 06/12/2015 08:30 AM, Francisco Collao Gárate wrote:
> Ok, I will create another branch with code changes (not style)
> 
> I'll pushing during the day.
> 
> I have a question... this Class "ExtendedProperties" from
> commons-collection isn't use generics and use object for return the
> instance so... It's hard to work with this. Any plans for remove,
> change or use other library to read the configuration, I read in the
> code that you are planing to use commons-configuracion for that.
> 
> En example of that is when you get a String or a String comma
> separated that is convert in a List<String>... so the class that is
> call to getter receive an object and you have to force to ask wich
> kind of instance was returned (instanceOf list, string.... or
> whatever)... It's hard for migrate code. Any plans? ideas?
> 
> best regards
> 

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to