Re: Apache Commons BeanUtils and Commons Collection

2021-08-30 Thread vEnkaTa mohAna rAo SriperumbUdUru
Hi I have observed it's pulling old dependency as a transitive dependency through the application uses the latest. Would like to submit a PR. In case no objections to it. Thanks, Mohana Rao S V On Mon, Aug 30, 2021 at 5:29 PM Gary Gregory wrote: > On my todo list, just not near the top... >

Re: Apache Commons BeanUtils and Commons Collection

2021-08-30 Thread Gary Gregory
On my todo list, just not near the top... On Mon, Aug 30, 2021, 05:05 Suraj Singh wrote: > I was hoping to get some response on this mail. > > — > Regards, > Suraj > > On 27-Jul-2021, at 6:13 PM, Suraj Singh wrote: > >  > Hello, > > The beanutil JAR has a dependency on commons-collection v3.2.

Re: Apache Commons BeanUtils and Commons Collection

2021-08-30 Thread Suraj Singh
I was hoping to get some response on this mail. — Regards, Suraj On 27-Jul-2021, at 6:13 PM, Suraj Singh wrote:  Hello, The beanutil JAR has a dependency on commons-collection v3.2.2. This version was released in 2015 and is EOL. Do you have any plans to use more recent versions of commons-

Re: Apache Commons BeanUtils and Commons Collection

2021-07-27 Thread Melloware
I submitted this PR over a year ago to remove it.. https://github.com/apache/commons-beanutils/pull/40 On 7/27/2021 8:57 AM, sebb wrote: On Tue, 27 Jul 2021 at 13:54, Suraj Singh wrote: Hello, The beanutil JAR has a dependency on commons-collection v3.2.2. This version was released in 2015

Re: Apache Commons BeanUtils and Commons Collection

2021-07-27 Thread sebb
On Tue, 27 Jul 2021 at 13:54, Suraj Singh wrote: > > Hello, > The beanutil JAR has a dependency on commons-collection v3.2.2. This version > was released in 2015 and is EOL. > Do you have any plans to use more recent versions of commons-collections4? The dependency is only needed for tests, so u

Apache Commons BeanUtils and Commons Collection

2021-07-27 Thread Suraj Singh
Hello, The beanutil JAR has a dependency on commons-collection v3.2.2. This version was released in 2015 and is EOL. Do you have any plans to use more recent versions of commons-collections4? Regards,Suraj