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

2020-05-27 Thread Gary Gregory
This VOTE passes with the following +1s: - Bruno P. Kinoshita (binding) - Gary Gregory (binding) - Amey Jadiye (non-binding) - Adam Reter (non-binding) - Rob Tompkins (binding) Thank you all! Gary On Wed, May 27, 2020 at 5:04 PM Rob Tompkins wrote: > All checks out from my stand point +1 > >

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

2020-05-27 Thread Rob Tompkins
All checks out from my stand point +1 -Rob > On 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

Re: [email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Xeno Amess
Oh as related. I put this poor little thing at https://github.com/XenoAmess/commons-vfs2-email/blob/master/pom.xml for now. If anybody need it just grab it. Xeno Amess 于2020年5月27日周三 下午6:26写道: > > I am not sure if this one class is worth the work and management > overhead for a new jar. > me

Re: [email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Xeno Amess
Sorry, https://github.com/XenoAmess/commons-vfs2-email I mean. Xeno Amess 于2020年5月27日周三 下午10:46写道: > Oh as related. > I put this poor little thing at > https://github.com/XenoAmess/commons-vfs2-email/blob/master/pom.xml for > now. > If anybody need it just grab it. > > Xeno Amess 于2020年5月27日周三

Re: Apache Commons Geometry Release

2020-05-27 Thread Singh, Baljit (GE Aviation, US)
Matt, Thank for you the detailed response. It looks like most of the issues are addressed or are already being addressed. I’ll try to contribute where I can to close this out. Looking forward to the beta! Regards, Baljit From: Matt Juntunen Date: Tuesday, May 26, 2020 at 9:57 AM To: "Singh,

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

2020-05-27 Thread Stefan Bodewig
On 2020-05-27, Peter Lee wrote: > Did some googles, can't find too much but this : > https://www.systutorials.com/docs/linux/man/5-star/ > And it says : >> Each record starts with a a decimal length field. The length includes the >> total size of a record including the length field itself and

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

2020-05-27 Thread Peter Lee
Did some googles, can't find too much but this : https://www.systutorials.com/docs/linux/man/5-star/ And it says : > Each record starts with a a decimal length field. The length includes the total size of a record including the length field itself and the trailing new line. Seems we should throw

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

2020-05-27 Thread Peter Lee
> It may be possible to keep most of your code changes without breaking > the public API. I must admit I haven't lloked at the patch in full detail, yet. It's not a complicated problem : the pax header contains a non-number string(something like 1234?.5678) and we're failing when we are trying to

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

2020-05-27 Thread Stefan Bodewig
On 2020-05-27, Peter Lee wrote: > Oops, sorry about that. No big deal. Better we detect that now than at the point when we want to cut the release. > Will undo all the commits. It may be possible to keep most of your code changes without breaking the public API. I must admit I haven't lloked

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

2020-05-27 Thread Gary Gregory
Thank you all. If we get one more positive review from a PMC member, I can get to the release tonight. Gary On Wed, May 27, 2020 at 4:22 AM Adam Retter wrote: > +1 > > On Tue, 26 May 2020 at 22:19, Gary Gregory wrote: > > > > My +1 > > > > Gary > > > > > > On Sun, May 24, 2020 at 4:29 PM Gary

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

2020-05-27 Thread Peter Lee
Oops, sorry about that. Will undo all the commits. On Tue, May 26, 2020 at 11:50 PM Stefan Bodewig wrote: > On 2020-05-26, wrote: > > > -public void addPaxHeader(String name,String value) { > > - processPaxHeader(name,value); > > +public void addPaxHeader(String name, String

Re: [email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Xeno Amess
> I am not sure if this one class is worth the work and management overhead for a new jar. me neither:-) Bernd Eckenfels 于2020年5月27日周三 下午6:19写道: > The only clean place I could see would be a new module of VFS so it does > not introduce a new dependency to commons-mail, I am not sure if this one

Re: [email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Bernd Eckenfels
The only clean place I could see would be a new module of VFS so it does not introduce a new dependency to commons-mail, I am not sure if this one class is worth the work and management overhead for a new jar. As sample code we could put it in the Maven site or maybe as a test dependency?

Re: [email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Xeno Amess
Yeh that is the function I used. I want to put the class FileObjectDataSource I made to some repo, because I think it is somehow useful, and everybody who use commons-vfs& will benefit from it. but I just don't know where should I put it to. Siegfried Goeschl 于2020年5月27日周三 下午6:11写道: > Hi, > >

Re: [email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Siegfried Goeschl
Hi, I do not fully understand the problem - AFAIK there is an attach method which takes a DataSource sou can just pass your FileObjectDataSource? But I guess I miss something here :-) Thanks in advance, Siegfried Goeschl > On 27.05.2020, at 11:30, Xeno Amess wrote: > > Hi. > I'm trying

[email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Xeno Amess
Hi. I'm trying to maintain commons-email today, and I want to make a new class FileObjectDataSource, who implements javax.activation.DataSource. But things is not as easy as I want. 1. the reason. the reason for making such a class is when last month I was doing some school work for graduation

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

2020-05-27 Thread Adam Retter
+1 On Tue, 26 May 2020 at 22:19, Gary Gregory wrote: > > 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 > >