At 2020-05-13 22:29:20, "Gary Gregory" wrote:
>On Wed, May 13, 2020 at 6:48 AM sebb wrote:
>
>
>Chen,
>
>Are you talking about record separators, field separators, or both?
>
>Gary
>
Hi, all
Sorry, field seperators.
It is the problem described by
[CSV-206](https://issues.apache.org/jira/proj
there doesn't seem to be a JDK 7 for Windows in our Jenkins farm anymore
https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
I've made the Windows build use JDK 8 and we now rely on the Linux build
to catch JDK 7 incompatibilites.
Stefan
On 2020-05-14, Peter Lee wrote:
> Unfortunately it seems commons-compress can not build on Java14. Maybe we
> should provide a statement about this in README or somewhere else?
Done.
Also I added something to the "known limitations" page and will
re-generate the website.
Stefan
---
> 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 the
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.
>
> https://github.com/apache/commons-vfs/commit/249d1dc9fb3f2bd5209aaa299c4ed61
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 requests/co
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 project(https
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
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 (TX
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 ve
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
(https://stackoverflow.com/questions/8653797/java-csv-parser-with-string-separa
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
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 fini
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: dev@commons.apach
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:
https://www.swift.com/standards/data-standards/i
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 a
16 matches
Mail list logo