Re: Getting File of FileObject (was: some questions (/bug?) about commons-vfs2 make me confused.)

2020-01-24 Thread Bernd Eckenfels
Hello, I think FileObject#getURL() suffers from the same(similar) encoding problems as File#toURL did. It proofed to be hard to change file, so we should I guess not do it for FileObject: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=61794 One option would be to add a FileObject#getURI(

Re: [numbers] Complex to use code ported with a permissive licence

2020-01-24 Thread Gilles Sadowski
Hi. 2020-01-24 1:42 UTC+01:00, Alex Herbert : > > >> On 24 Jan 2020, at 00:07, Gilles Sadowski wrote: >> >> Hello. >> >> 2020-01-24 0:30 UTC+01:00, Alex Herbert > >: >>> In short: >>> >>> - Math.hypot is required in Complex to compute sqrt(x^2 + y^2) without >>> o

Re: [numbers] Complex to use code ported with a permissive licence

2020-01-24 Thread Gilles Sadowski
Hi. 2020-01-24 5:21 UTC+01:00, Xeno Amess : > how about create a new project who contains the modified source function > and original license,and in commons we just invoke that function? > Then, the same question(s) will be asked for that new project (?). Regards, Gilles ---

Re: [numbers] Complex to use code ported with a permissive licence

2020-01-24 Thread Xeno Amess
the new project just use the original license. 获取 Outlook for Android From: Gilles Sadowski Sent: Friday, January 24, 2020 5:43:49 PM To: Commons Developers List Subject: Re: [numbers] Complex to use code ported with a permissive licence

Re: Getting File of FileObject (was: some questions (/bug?) about commons-vfs2 make me confused.)

2020-01-24 Thread Xeno Amess
File(FileObject.getName().getPathDecoded()) yep I use this now. it works correctly(at least in my usecase) Bernd Eckenfels 于 2020年1月24日周五 下午5:02写道: > Hello, > > I think FileObject#getURL() suffers from the same(similar) encoding > problems as File#toURL did. It proofed to be hard to change file

Re: Getting File of FileObject (was: some questions (/bug?) about commons-vfs2 make me confused.)

2020-01-24 Thread Xeno Amess
also suggest adding come comments for toURL to aware users of this problem. Xeno Amess 于 2020年1月24日周五 下午5:51写道: > File(FileObject.getName().getPathDecoded()) > > yep I use this now. > it works correctly(at least in my usecase) > > Bernd Eckenfels 于 2020年1月24日周五 下午5:02写道: > >> Hello, >> >> I thi

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC1

2020-01-24 Thread sebb
On Thu, 23 Jan 2020 at 18:10, Alex Herbert wrote: > > > On 23/01/2020 13:55, sebb wrote: > > I think we don't want temporary serialisation fixes to encourage the > > use of serialisation. > > > > So I suggest that the Release Notes and Javadoc should point out that > > although serialisation is po

Re: [numbers] Complex to use code ported with a permissive licence

2020-01-24 Thread Gilles Sadowski
Le ven. 24 janv. 2020 à 10:47, Xeno Amess a écrit : > > the new project just use the original license. What new project are you talking about? If it's an Apache project, it must use the Apache license; if it's not, we'd be in exactly the same position (i.e. determine how to comply with that licen

回复: [numbers] Complex to use code ported with a permissive licence

2020-01-24 Thread Xu Jin
I mean create a non-apache project (named tempProject0 for example), and which contains the original license from that code(named license0 for example) and the modified source code of that function. and apache-commons-numbers just depend on project tempProject0, and USE functions in tempProject0

Re: [numbers] Complex to use code ported with a permissive licence

2020-01-24 Thread Gilles Sadowski
Hi. Le ven. 24 janv. 2020 à 13:49, Xu Jin a écrit : > > I mean create a non-apache project (named tempProject0 for example), and > which contains the original license from that code(named license0 for > example) and the modified source code of that function. Is that really easier? > and apach

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC1

2020-01-24 Thread Gary Gregory
On Fri, Jan 24, 2020 at 6:14 AM sebb wrote: > On Thu, 23 Jan 2020 at 18:10, Alex Herbert > wrote: > > > > > > On 23/01/2020 13:55, sebb wrote: > > > I think we don't want temporary serialisation fixes to encourage the > > > use of serialisation. > > > > > > So I suggest that the Release Notes an

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC1

2020-01-24 Thread Alex Herbert
On 24/01/2020 13:34, Gary Gregory wrote: On Fri, Jan 24, 2020 at 6:14 AM sebb wrote: On Thu, 23 Jan 2020 at 18:10, Alex Herbert wrote: On 23/01/2020 13:55, sebb wrote: I think we don't want temporary serialisation fixes to encourage the use of serialisation. So I suggest that the Releas

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC1

2020-01-24 Thread sebb
On Fri, 24 Jan 2020 at 15:05, Alex Herbert wrote: > > > On 24/01/2020 13:34, Gary Gregory wrote: > > On Fri, Jan 24, 2020 at 6:14 AM sebb wrote: > > > >> On Thu, 23 Jan 2020 at 18:10, Alex Herbert > >> wrote: > >>> > >>> On 23/01/2020 13:55, sebb wrote: > I think we don't want temporary ser

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC1

2020-01-24 Thread Gary Gregory
On Fri, Jan 24, 2020 at 11:09 AM sebb wrote: > On Fri, 24 Jan 2020 at 15:05, Alex Herbert > wrote: > > > > > > On 24/01/2020 13:34, Gary Gregory wrote: > > > On Fri, Jan 24, 2020 at 6:14 AM sebb wrote: > > > > > >> On Thu, 23 Jan 2020 at 18:10, Alex Herbert > > >> wrote: > > >>> > > >>> On 23/

[LANG] Start contributing

2020-01-24 Thread Asanka Amarasinghe
Hi, I'm new to open source community, and I would like to contribute to commons.lang project. I read all the materials for beginners and I already joined JIRA issue tracker. Could someone guide me to where I can find a documentation for work space setup for this project? I believe if I could go t