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/11/25 18:23:22 UTC

[commons-vfs] branch master updated (7b644442 -> eb49b00d)

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-vfs.git


    from 7b644442 Use toArray() with 0 size array pattern
     new b22bc1e9 Remove unused exception
     new eb49b00d Update JKS for some tests to pass on 1.8.0_352

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:
 .../vfs2/provider/ftps/MultipleConnectionTest.java    |   2 +-
 .../resources/org.apache.ftpsserver/ftpserver.jks     | Bin 1961 -> 3051 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)


[commons-vfs] 01/02: Remove unused exception

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-vfs.git

commit b22bc1e9b60c8a5e4309149e55e01c5bb4030a1f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 25 12:16:54 2022 -0500

    Remove unused exception
---
 .../org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java
index 7271feb4..9fc0ef02 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java
@@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test;
 public class MultipleConnectionTest {
 
     @BeforeAll
-    public static void setUpClass() throws FtpException, IOException {
+    public static void setUpClass() throws FtpException {
         AbstractFtpsProviderTestCase.setUpClass(true);
     }
 


[commons-vfs] 02/02: Update JKS for some tests to pass on 1.8.0_352

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-vfs.git

commit eb49b00d3d0bae4b5c219deb5edba843a08571e8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 25 13:23:18 2022 -0500

    Update JKS for some tests to pass on 1.8.0_352
---
 .../resources/org.apache.ftpsserver/ftpserver.jks     | Bin 1961 -> 3051 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/commons-vfs2/src/test/resources/org.apache.ftpsserver/ftpserver.jks b/commons-vfs2/src/test/resources/org.apache.ftpsserver/ftpserver.jks
index 28f294b3..53e9ee64 100644
Binary files a/commons-vfs2/src/test/resources/org.apache.ftpsserver/ftpserver.jks and b/commons-vfs2/src/test/resources/org.apache.ftpsserver/ftpserver.jks differ