Re: [VOTE] Release Apache Commons BeanUtils 2.0.0-M1 based on RC1

2024-12-26 Thread Xeno Amess
+1 (wow it finally out? surprised 获取Outlook for Android From: Melloware Inc Sent: Friday, December 27, 2024 9:37:25 AM To: Commons Developers List Cc: Commons Developers List Subject: Re: [VOTE] Release Apache Commons BeanUtils 2.0.0-M1 b

Re: [VOTE] Release Apache Commons BeanUtils 2.0.0-M1 based on RC1

2024-12-26 Thread Melloware Inc
My non binding +1 Melloware @melloware on GitHub > On Dec 26, 2024, at 8:16 PM, Gary Gregory wrote: > > This is a major new version, under the beanutils2 package name instead of > beanutils. > > Apache Commons BeanUtils 2.0.0-M1 RC1 is available for review here: >https://dist.apache.org/r

[VOTE] Release Apache Commons BeanUtils 2.0.0-M1 based on RC1

2024-12-26 Thread Gary Gregory
This is a major new version, under the beanutils2 package name instead of beanutils. Apache Commons BeanUtils 2.0.0-M1 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/beanutils/2.0.0-M1-RC1 (svn revision 73870) The Git tag commons-beanutils-2.0.0-M1-RC1 commit

Re: [VOTE] Release Apache Commons BeanUtils 1.10.0 based on RC1

2024-12-26 Thread Gary Gregory
My +1 Gary On Thu, Dec 26, 2024 at 3:27 PM Gary Gregory wrote: > We have fixed one important bug and added minor enhancements since Apache > Commons BeanUtils 1.9.4 was released, so I would like to release Apache > Commons BeanUtils 1.10.0. > > Apache Commons BeanUtils 1.10.0 RC1 is available f

Re: [validator] broken test on my build but ok on GH

2024-12-26 Thread Dávid Szigecsán
I added my thoughts to the test refactoring in https://github.com/apache/commons-validator/pull/301 pull request. Regards, David Gary Gregory ezt írta (időpont: 2024. dec. 26., Cs, 16:36): > Thanks for the tip Sam! > > In git master, I just pushed using JUnit Pioneer instead of direct global >

[VOTE] Release Apache Commons BeanUtils 1.10.0 based on RC1

2024-12-26 Thread Gary Gregory
We have fixed one important bug and added minor enhancements since Apache Commons BeanUtils 1.9.4 was released, so I would like to release Apache Commons BeanUtils 1.10.0. Apache Commons BeanUtils 1.10.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/beanutils

Re: [validator] broken test on my build but ok on GH

2024-12-26 Thread Gary Gregory
Thanks for the tip Sam! In git master, I just pushed using JUnit Pioneer instead of direct global variables access for locales and timezones. TY all for helping. Gary On Thu, Dec 26, 2024 at 9:16 AM tsz sum Ng wrote: > Hi, > Looks like the default timezone will affect the test. > I can repro

Re: [LAZY][VOTE] Release Apache Commons Skin 5.0.0 based on RC1

2024-12-26 Thread Slawomir Jaranowski
+1 (nb) On Wed, 25 Dec 2024 at 20:37, Gary Gregory wrote: > > To use more and more of the current Maven plugins, we must update > the Apache Commons Skin to Doxia 2. This release accomplishes that. > > Apache Commons Skin 5.0.0 RC1 does not have a Subversion staging directory > (for some reason l

Re: [validator] broken test on my build but ok on GH

2024-12-26 Thread tsz sum Ng
Hi, Looks like the default timezone will affect the test. I can reproduce the error by adding TimeZone.setDefault(TimeZone.getTimeZone("GMT-5")); in the beginning of the test. It is because the date is formatted according to the default timezone, hence cal20051231 of 2005-12-31 01:15 in GMT becom