This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new c132b72 we know about the Java 14 problem c132b72 is described below commit c132b72b29190da15aeb45ee07d236b411ca5a9c Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Thu May 14 07:59:14 2020 +0200 we know about the Java 14 problem --- BUILDING.md | 4 +++- README.md | 3 +++ src/site/xdoc/limitations.xml | 7 ++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 616e271..4b79f3e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -17,7 +17,9 @@ # Building Apache Commons Compress In order to build Commons Compress a JDK implementation 1.7 or higher -and Apache Maven 3.x are required. +and Apache Maven 3.x are required. **Note that Commons Compress +currently doesn't build on JDK 14+, we will address this before +releasing Compress 1.21**. To install the jars into your local Maven repository simply run diff --git a/README.md b/README.md index ed62d06..14b83b3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Apache Commons Compress [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/) [](https://javadoc.io/doc/org.apache.commons/commons-compress/1.20) +**Note: Commons Compress currently doesn't build on JDK 14+, we will +address this before releasing Compress 1.21**. + Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, diff --git a/src/site/xdoc/limitations.xml b/src/site/xdoc/limitations.xml index a458dcf..65ac850 100644 --- a/src/site/xdoc/limitations.xml +++ b/src/site/xdoc/limitations.xml @@ -159,7 +159,12 @@ </ul> </section> <section name="PACK200"> - <p>We are not aware of any problems.</p> + <ul> + <li>Pack200 support in Commons Comppress relies on the + <code>Pack200</code> class of the Java classlib. Java 14 + removed support and this Pack200 will not work at all when + runnin gon Java 14 or later.</li> + </ul> </section> <section name="SNAPPY"> <ul>