Ralph Goers wrote at Montag, 17. August 2009 01:44: > > On Aug 16, 2009, at 1:25 PM, Oliver Heger wrote: > >> >> I have not dealt with the delimiter stuff yet, but am +1 for >> removing the attribute splitting. The splitting of values should be >> disabled per default IMHO, too. >> > > Actually, I don't think we should support splitting at all. If others > want to leave it I certainly wouldn't veto it, but I think it just > causes too many problems. It is easy to call getString(key).split(',') > and get the same result.
We can have public List<String> getList(); to force splitting on demand, but the current automated splitting retrieving Strings has to go away. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org