Re: [beanutils] BeanUtilsBean2 vs BeanUtilsBean, ConvertUtilsBean2 vs ConvertUtilsBean

2024-09-03 Thread Melloware Inc
Gary, I just built the SNAPSHOT locally and tested against my production scenarios and all is good! On Tue, Sep 3, 2024 at 8:03 AM Gary Gregory wrote: > Hi All, > > The pull-up refactoring and adjusted tests are now in git master. > Pease verify your use cases if any. > > Gary > > On Sun, Sep 1

Re: [beanutils] BeanUtilsBean2 vs BeanUtilsBean, ConvertUtilsBean2 vs ConvertUtilsBean

2024-09-03 Thread Gary Gregory
Hi All, The pull-up refactoring and adjusted tests are now in git master. Pease verify your use cases if any. Gary On Sun, Sep 1, 2024 at 8:00 AM Melloware Inc wrote: > > +1 for Gary's second option as well. > > On Sun, Sep 1, 2024 at 3:47 AM Niall Pemberton > wrote: > > > On Sat, 31 Aug 2024

Re: [beanutils] BeanUtilsBean2 vs BeanUtilsBean, ConvertUtilsBean2 vs ConvertUtilsBean

2024-09-01 Thread Melloware Inc
+1 for Gary's second option as well. On Sun, Sep 1, 2024 at 3:47 AM Niall Pemberton wrote: > On Sat, 31 Aug 2024 at 20:45, Dávid Szigecsán wrote: > > > Hi, > > > > While I'm still getting familiar with things here, I'd like to share my > > thoughts on this issue. In my view, version 2.0 typical

Re: [beanutils] BeanUtilsBean2 vs BeanUtilsBean, ConvertUtilsBean2 vs ConvertUtilsBean

2024-09-01 Thread Niall Pemberton
On Sat, 31 Aug 2024 at 20:45, Dávid Szigecsán wrote: > Hi, > > While I'm still getting familiar with things here, I'd like to share my > thoughts on this issue. In my view, version 2.0 typically signifies a break > in backward compatibility, which makes the second solution—changing the > supertyp

Re: [beanutils] BeanUtilsBean2 vs BeanUtilsBean, ConvertUtilsBean2 vs ConvertUtilsBean

2024-08-31 Thread Dávid Szigecsán
Hi, While I'm still getting familiar with things here, I'd like to share my thoughts on this issue. In my view, version 2.0 typically signifies a break in backward compatibility, which makes the second solution—changing the supertype's behavior—acceptable. Given the existence of BeanUtilsBean2 and

[beanutils] BeanUtilsBean2 vs BeanUtilsBean, ConvertUtilsBean2 vs ConvertUtilsBean

2024-08-31 Thread Gary Gregory
Hi All, I want us to decide what we want for 2.0 with the classes BeanUtilsBean2 vs BeanUtilsBean, and ConvertUtilsBean2 vs ConvertUtilsBean. For your convenience: - https://github.com/apache/commons-beanutils/blob/master/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean2.java - https:/