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/01/01 13:47:40 UTC

[commons-compress] branch master updated (980e3ec6 -> 41ee8551)

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 980e3ec6 PR #346 JUnit 5
     new ec6197c5 Drop non-required dependency
     new 41ee8551 Use JUnit 5 assertions in JUnit 5 tests instead of JUnit 4 classes #346

The 2 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:
 pom.xml                 | 6 ------
 src/changes/changes.xml | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)


[commons-compress] 02/02: Use JUnit 5 assertions in JUnit 5 tests instead of JUnit 4 classes #346

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 41ee855151c056fd59cc59730679029ed17da623
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 1 08:47:36 2023 -0500

    Use JUnit 5 assertions in JUnit 5 tests instead of JUnit 4 classes #346
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 89bc2d79..f68eae87 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">LZMA2Decoder.decode() looses original exception.</action>
       <action type="fix" dev="ggregory" due-to="Arturo Bernal">Extract conditions and avoid duplicate code. #297.</action>
       <action type="fix" dev="ggregory" due-to="Arturo Bernal">Remove duplicate conditions. Use switch instead. #298.</action>
-      <action type="fix" dev="ggregory" due-to="Robin Schimpf">Replace JUnit 3 with JUnit 5 #344.</action>
+      <action type="fix" dev="ggregory" due-to="Robin Schimpf">Replace JUnit 3 and 4 with JUnit 5 #344, #346.</action>
       <!-- ADD -->
       <action type="add" issue="COMPRESS-614" dev="ggregory" due-to="Andre Brait, Gary Gregory">Use FileTime for time fields in SevenZipArchiveEntry #256.</action>
       <action type="add" issue="COMPRESS-621" dev="ggregory" due-to="Glavo">Fix calculation the offset of the first zip central directory entry #334.</action>


[commons-compress] 01/02: Drop non-required dependency

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 ec6197c5a02c6053c0c53a04f947c0eece59e3b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 1 08:47:33 2023 -0500

    Drop non-required dependency
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0001091..4b2d4ddf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,12 +201,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
       <version>${slf4j.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>