This is an automated email from the ASF dual-hosted git repository. ggregory 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 ec4b19c [COMPRESS-507] Commons Compress cannot be built with JDK14 due to Pack200 removal. ec4b19c is described below commit ec4b19c0b4318cabcb4205e43decc48545354cb8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 2 18:49:40 2021 -0400 [COMPRESS-507] Commons Compress cannot be built with JDK14 due to Pack200 removal. Add Pack200 implementation from Apache Harmony. --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9b6cdfb..5861a86 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -290,6 +290,11 @@ The <action> type attribute can be add,update,fix,remove. Fixes a specific case for ZIP but affects other formats as well. </action> + <action issue="COMPRESS-507" type="add" date="2021-07-02" + due-to="Gary Gregory, Apache Harmony" dev="ggregory"> + Commons Compress cannot be built with JDK14 due to Pack200 removal. + Add Pack200 implementation from Apache Harmony. + </action> <!-- UPDATE --> <action type="update" date="2020-08-18"> Update from Java 7 to 8.