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
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