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 2023/03/17 18:23:02 UTC

[commons-compress] branch master updated (643d2416 -> a7bfe76e)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


    from 643d2416 Bump actions/checkout from 3.3.0 to 3.4.0
     new b22f9f60 Better comment
     new e5f58016 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git
     new a7bfe76e Javadoc

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java   | 3 ++-
 .../commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


[commons-compress] 03/03: Javadoc

Posted by gg...@apache.org.
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

commit a7bfe76ee7c2f3f68411c02383ed9cad9a808d17
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 17 14:22:57 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
index aa91c16d..21fbe25a 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
@@ -42,7 +42,8 @@ import org.apache.commons.compress.utils.BoundedSeekableByteChannelInputStream;
 import org.apache.commons.compress.utils.SeekableInMemoryByteChannel;
 
 /**
- * The TarFile provides random access to UNIX archives.
+ * Provides random access to UNIX archives.
+ *
  * @since 1.21
  */
 public class TarFile implements Closeable {


[commons-compress] 01/03: Better comment

Posted by gg...@apache.org.
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

commit b22f9f60ff172bdec66f2b38aee42c4a38c44fd9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 17 14:05:16 2023 -0400

    Better comment
---
 .../commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java b/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java
index 791f0772..c081d7ca 100644
--- a/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java
+++ b/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java
@@ -247,7 +247,7 @@ public class ParallelScatterZipCreatorTest {
             }
 
             zipCreator.writeTo(zipArchiveOutputStream);
-        } // it will throw NullPointerException here
+        } // Throws NullPointerException on close()
     }
 
     @Test


[commons-compress] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git

Posted by gg...@apache.org.
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

commit e5f58016675a173eda5e4c748582af7d16eaca02
Merge: b22f9f60 643d2416
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 17 14:05:25 2023 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git

 .github/workflows/codeql-analysis.yml     | 4 ++--
 .github/workflows/coverage.yml            | 4 ++--
 .github/workflows/maven.yml               | 4 ++--
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)