You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/11 11:47:05 UTC

[commons-compress] branch master updated: [COMPRESS-604] Ensure compatibility with Java 8 #252

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 d25889a  [COMPRESS-604] Ensure compatibility with Java 8 #252
d25889a is described below

commit d25889a3a538fb9e371fce3fa9956dd0502655c6
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 11 06:47:01 2022 -0500

    [COMPRESS-604] Ensure compatibility with Java 8 #252
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8d9188a..2f300e2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="COMPRESS-603" type="fix" date="2022-02-09" dev="Peter Lee" due-to="Matt Sicker">
         Expander should be able to work if an entry's name is "./".
       </action>
+      <action issue="COMPRESS-604" type="fix" dev="ggregory" due-to="Andre Brait">
+        Ensure compatibility with Java 8 #252.
+      </action>
       <!-- ADD -->
       <action issue="COMPRESS-602" type="add" dev="ggregory" due-to="Postelnicu George, Gary Gregory">
         Migrate zip package to use NIO #236.