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 clearly and then JDK 14 could be removed from Travis

On Wed, 13 May 2020 at 14:28, Peter Lee <peteralfred...@gmail.com> 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://github.com/pack200/pack200) but not finished
> yet. Seems we have no good replacement for now.
>
> I'm thinking we should disable openjdk14 in travis before we have find a
> solution for this. WDYT?



-- 
Adam Retter

skype: adam.retter
tweet: adamretter
http://www.adamretter.org.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to