Re: Modern dependencies among commons

2017-09-02 Thread Gary Gregory
On Thu, Jul 27, 2017 at 1:44 PM, Dave Brosius wrote: > I have pushed a first patch to move in this direction with > commons-beanutils > > https://issues.apache.org/jira/browse/BEANUTILS-500 > > > It is breaking in a couple deprecated methods, thus, targetted at a 2.0. > given that, there are prob

Re: Modern dependencies among commons

2017-07-27 Thread Dave Brosius
I have pushed a first patch to move in this direction with commons-beanutils https://issues.apache.org/jira/browse/BEANUTILS-500 It is breaking in a couple deprecated methods, thus, targetted at a 2.0. given that, there are probably other things we'd want to do. On 07/27/2017 09:48 AM, Joch

Re: Modern dependencies among commons

2017-07-27 Thread Jochen Wiedmann
On Thu, Jul 27, 2017 at 1:52 PM, Jörg Schaible wrote: > Claude Warren wrote: > >> Perhaps change dependency so that it specifies minimum but leaves maximum >> open. (unless there is an upper limit) > > commons-lang and commons-lang3 are no replacements, they are different > artifacts. Switching fr

Re: Modern dependencies among commons

2017-07-27 Thread Jörg Schaible
Claude Warren wrote: > Perhaps change dependency so that it specifies minimum but leaves maximum > open. (unless there is an upper limit) commons-lang and commons-lang3 are no replacements, they are different artifacts. Switching from old to new requires changes in code. - Jörg --

Re: Modern dependencies among commons

2017-07-27 Thread Claude Warren
Perhaps change dependency so that it specifies minimum but leaves maximum open. (unless there is an upper limit) On Wed, Jul 26, 2017 at 4:41 PM, Gary Gregory wrote: > Go for it! :-) > > Gary > > On Jul 26, 2017 05:23, "Dave Brosius" wrote: > > > Hi Folks, > > > > > > I'd like to see all of

Re: Modern dependencies among commons

2017-07-26 Thread Gary Gregory
Go for it! :-) Gary On Jul 26, 2017 05:23, "Dave Brosius" wrote: > Hi Folks, > > > I'd like to see all of our common components uptake the 'latest' > versions of other commons components, to encourage their adoption. For > instance, commons-beanutils still uses commons-collections 3, and so

Re: Modern dependencies among commons

2017-07-26 Thread Jörg Schaible
Hi Dave, Dave Brosius wrote: > Hi Folks, > > > I'd like to see all of our common components uptake the 'latest' > versions of other commons components, to encourage their adoption. For > instance, commons-beanutils still uses commons-collections 3, and so > when i want to use commons-colle

Re: Modern dependencies among commons

2017-07-26 Thread Gilles
On Wed, 26 Jul 2017 08:23:04 -0400, Dave Brosius wrote: Hi Folks, I'd like to see all of our common components uptake the 'latest' versions of other commons components, to encourage their adoption. +1 The alternative is * a block in the way to get more contributors, * more chances to l

Modern dependencies among commons

2017-07-26 Thread Dave Brosius
Hi Folks, I'd like to see all of our common components uptake the 'latest' versions of other commons components, to encourage their adoption. For instance, commons-beanutils still uses commons-collections 3, and so when i want to use commons-collections4 myself, i now have to have both i