Re: [VOTE] Release Apache Commons IO 2.7 based on RC1

2020-05-26 Thread Amey Jadiye
Checked Commons IO 2.7 - RC1 and here is my +1 . 1. Build and Tests look good. 2. Clirr looks good. 3. Rat is good. 4. Checkstyle is good. 5. Hashes and Site look good. Checked on:- Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T00:03:14+05:30) Maven home:

Re: [VOTE] Release Apache Commons IO 2.7 based on RC1

2020-05-26 Thread Gary Gregory
My +1 Gary On Sun, May 24, 2020 at 4:29 PM Gary Gregory wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons IO 2.6 was released, so I would like to release Apache > Commons IO 2.7. > > Apache Commons IO 2.7 RC1 is available for review here: >

Re: [commons-compress] branch master updated: COMPRESS-530 : skip non-number when parsing pax header

2020-05-26 Thread Stefan Bodewig
On 2020-05-26, wrote: >+// COMPRESS-530 : skip non-number chars >+if (ch < '0' || ch > '9') { >+continue; >+} if this ever happens, doesn't that mean the PAX header is malformed? In that case may it be better to throw an

Re: [commons-compress] branch master updated: COMPRESS-529 : throws IOException if non-number exists in pax header

2020-05-26 Thread Stefan Bodewig
On 2020-05-26, wrote: > -public void addPaxHeader(String name,String value) { > - processPaxHeader(name,value); > +public void addPaxHeader(String name, String value) throws IOException { > +processPaxHeader(name, value); no, we can't do that. Adding a checked exception

Re: Apache Commons Geometry Release

2020-05-26 Thread Matt Juntunen
Hi Bajit, My plan is to get a release of commons-geometry out as soon as possible, although I have been saying this for more than a year at this point:-) However, I actually believe we are very close now. There are only a few remaining issues for the beta1 release and I currently have branches

Re: Apache Commons Geometry Release

2020-05-26 Thread Singh, Baljit (GE Aviation, US)
Gilles, Thanks for replying. I do not know (yet) if Commons Geometry has the same issues (or even other issues), but I would rather use something being actively developed vs. something that is EOL (Commons-Math3 v3.6.1 was released 4+ years ago). At least this way, I can report/fix any bugs and

Re: I just found a typo which exist in most of the commons projects.

2020-05-26 Thread Gary Gregory
On Tue, May 26, 2020 at 9:00 AM Xeno Amess wrote: > https://github.com/apache/commons-jcs/pull/11/files > https://github.com/apache/commons-validator/pull/23/files These two are merged. > > https://github.com/apache/maven-enforcer/pull/68/files I can't do anything about that one. Gary >

Re: [commons-statistics] branch master updated (2935a6d -> a991ffa)

2020-05-26 Thread Gilles Sadowski
Hello. Le mar. 26 mai 2020 à 14:48, Alex Herbert a écrit : > > > > > On 26 May 2020, at 13:14, Gilles Sadowski wrote: > > > > -1 > > MS-Windows EOL characters were introduced in commit > >f5fdaea51455f31a51973eb17f90450a69688fbc > > OK. The issue was with commons-math not

回复: [commons-statistics] branch master updated (2935a6d -> a991ffa)

2020-05-26 Thread Xu Jin
sorry about that. I just edited it through github webpage's "edit file" never thought about github could be s stupid. 发件人: Alex Herbert 发送时间: 2020年5月26日 20:48 收件人: Commons Developers List 主题: Re: [commons-statistics] branch master updated (2935a6d -> a991ffa)

Re: I just found a typo which exist in most of the commons projects.

2020-05-26 Thread Xeno Amess
Glad to hear that. I knoe there must be a template but I just don't know where it be in. I tried to find the temple several hours ago but failed lol. Gary Gregory 于2020年5月26日周二 下午8:51写道: > Note that the template > >

Re: I just found a typo which exist in most of the commons projects.

2020-05-26 Thread Xeno Amess
https://github.com/apache/commons-jcs/pull/11/files https://github.com/apache/commons-validator/pull/23/files https://github.com/apache/maven-enforcer/pull/68/files Gary Gregory 于2020年5月26日周二 下午8:51写道: > Note that the template > >

Re: I just found a typo which exist in most of the commons projects.

2020-05-26 Thread Gary Gregory
Note that the template 'commons-build-plugin/src/main/resources/commons-xdoc-templates/contributing-md-template.md' is correct. Gary On Tue, May 26, 2020 at 8:48 AM Gary Gregory wrote: > I merged a bunch of PRs but I might have missed some in this typo area. > Please feel free to ping the list

Re: I just found a typo which exist in most of the commons projects.

2020-05-26 Thread Gary Gregory
I merged a bunch of PRs but I might have missed some in this typo area. Please feel free to ping the list if we've missed some. TY! Gary On Mon, May 25, 2020 at 1:36 PM Xeno Amess wrote: > Ah, I go and see quite some of the repos have already fixed this typo... > So I will try to fix this

Re: [commons-statistics] branch master updated (2935a6d -> a991ffa)

2020-05-26 Thread Alex Herbert
> On 26 May 2020, at 13:14, Gilles Sadowski wrote: > > -1 > MS-Windows EOL characters were introduced in commit >f5fdaea51455f31a51973eb17f90450a69688fbc OK. The issue was with commons-math not commons-statistics. I have renormalised the file to unix style line endings. > > Le mar.

Re: [commons-statistics] branch master updated (2935a6d -> a991ffa)

2020-05-26 Thread Gilles Sadowski
-1 MS-Windows EOL characters were introduced in commit f5fdaea51455f31a51973eb17f90450a69688fbc Le mar. 26 mai 2020 à 12:32, a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a change to branch master > in repository