Re: [COMPRESS] Travis build fail with JDK14

2020-05-13 Thread Peter Lee
> adding a unpassable check in travis will makes all pull requests/commit > return builld failure, which will hide problem and make checker's life hard. I think this is a good solution for now. > If commons-compress doesn't support Java 14, that should likely be > stated somewhere clearly and

Re: [COMPRESS] Travis build fail with JDK14

2020-05-13 Thread Xeno Amess
I created a pr. https://github.com/apache/commons-compress/pull/100 Xeno Amess 于2020年5月14日周四 上午12:00写道: > my opinion: until you are sure the master can pass jdk14, move it to > [allow failure]. > here is an example. > >

Re: [COMPRESS] Travis build fail with JDK14

2020-05-13 Thread Xeno Amess
my opinion: until you are sure the master can pass jdk14, move it to [allow failure]. here is an example. https://github.com/apache/commons-vfs/commit/249d1dc9fb3f2bd5209aaa299c4ed61414f1fd78#diff-354f30a63fb0907d4ad57269548329e3 adding a unpassable check in travis will makes all pull

Re: [COMPRESS] Travis build fail with JDK14

2020-05-13 Thread Stefan Bodewig
On 2020-05-13, Peter Lee wrote: > Hi,all > The travis build of Compress is failing now cause the openjdk14 was added > to travis.yml recently. The reason is the Pack200 was removed from JDK14 > and there was a discussion about it in January. Emmanuel is working on his > replacement

Re: [apache/commons-email] consider about putting it to github?

2020-05-13 Thread sebb
On Sun, 10 May 2020 at 22:23, Xeno Amess wrote: > > thanks > then please change the descriptions in > https://commons.apache.org/proper/commons-email/source-repository.html to > avoid these kind of things. Done on live site. Note: To avoid replacing the entire site, I generated the updated page

Re: [CSV] The Feature Multiple-Character Delimiter

2020-05-13 Thread Gary Gregory
On Wed, May 13, 2020 at 6:48 AM sebb wrote: > On Wed, 13 May 2020 at 00:27, Gary Gregory wrote: > > > > Hi, > > > > May you give an example where more than one character is used as a > > separator? Is there a database or known tool out there that uses such a > > format? > > The IBAN Registry

Re: [CSV] Add ignoreEmptyColumnsLines behavior

2020-05-13 Thread sebb
On Tue, 12 May 2020 at 10:13, Chen Guoping1 wrote: > > Hi, all > > > About Commons CSV > [CSV-261](https://issues.apache.org/jira/projects/CSV/issues/CSV-261?filter=allopenissues) > Here is a usage scenario that ignores all empty values lines like ",,,\r\n" > in the CSV file, This behavior is

Re:Re: [CSV] The Feature Multiple-Character Delimiter

2020-05-13 Thread Chen Guoping1
Hi, As shown in the following figure, MySQL supports multi character separator import and export: And about [CSV-206](https://issues.apache.org/jira/projects/CSV/issues/CSV-206?filter=allopenissues), StackOverflow

Re: [COMPRESS] Travis build fail with JDK14

2020-05-13 Thread Adam Retter
I think there is a bigger question here - Does commons-compress support Java 14? If it does, then the relevant code should be updated to raise an error on JDK 14 which should be expected in the test if on JDK 14. If commons-compress doesn't support Java 14, that should likely be stated somewhere

[COMPRESS] Travis build fail with JDK14

2020-05-13 Thread Peter Lee
Hi,all The travis build of Compress is failing now cause the openjdk14 was added to travis.yml recently. The reason is the Pack200 was removed from JDK14 and there was a discussion about it in January. Emmanuel is working on his replacement project(https://github.com/pack200/pack200) but not

Re: [vfs] have some test failures when build with linux root user

2020-05-13 Thread Bernd Eckenfels
Hello, I guess we can document this on the site, I would not change the tests as running with root is a unusual thing to do, anyway. Gruss Bernd -- http://bernd.eckenfels.net Von: shuming chen Gesendet: Wednesday, May 13, 2020 12:20:46 PM An:

Re: [CSV] The Feature Multiple-Character Delimiter

2020-05-13 Thread sebb
On Wed, 13 May 2020 at 00:27, Gary Gregory wrote: > > Hi, > > May you give an example where more than one character is used as a > separator? Is there a database or known tool out there that uses such a > format? The IBAN Registry (TXT) located at:

[vfs] have some test failures when build with linux root user

2020-05-13 Thread shuming chen
Hi, all I'm trying to build the commons-vfs project by use maven command (mvn clean install) and I get some test failures. One of these failures came from org.apache.commons.vfs2.filter.CanReadFileFilterTest.testAcceptReadOnly() and it seems the reason is : 1. the test case create