This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.slf4j-slf4j-api-1.7.30 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.
discard aaaf061 Bump slf4j-api from 1.7.26 to 1.7.30 add 16bf661 Bumps hadoop.version from 3.2.1 to 3.3.0. Updates hadoop-hdfs-client from 3.2.1 to 3.3.0. Updates hadoop-common from 3.2.1 to 3.3.0. Updates hadoop-hdfs from 3.2.1 to 3.3.0. add 39929cb Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs.git add 5411f51 Update mina-core from 2.0.20 to 2.1.4 #112. add 88ceba5 Git ignore Derby log. add 0ba8b70 Bump exec-maven-plugin from 1.6.0 to 3.0.0 (#127) add 3525a2e Update exec-maven-plugin from 1.6.0 to 3.0.0 #127. add 08ebf39 Ignore derby log created by tests. add 7ef5498 - Use ephemeral ports in tests instead of a searching for free port which may end up in use anyway: FTP, FTPS, HTTP HC3, HTTP HC4, HTTP HC5, URL. - TODO WebDev/JackRabbit 1: unclear how to extract the port once JR has started. - TODO WebDev/JackRabbit 2: unclear how to extract the port once JR has started. add adfcf0a [VFS-777] NoSuchMethodError due to multiple versions of commons-codec:commons-codec:jar. add 423c08d VFS-570 Add HDFS write support (#114) add 6abfda7 [VFS-570] Add HDFS write support #114. add 8b246d4 Better local var name. add 999685b Sort methods in AB order. add a216213 Remove trailing whitespace. add 4dfca70 Use final. add ef0b636 Javadoc; better param names; inline local var; user ternary expression; 120 line max. add 75c45ec Javadoc and better param name. add 3191c66 Better exception message. add bbd2151 Allocate inside sync block. add c9e48b6 Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test. add acd7bf4 Merge from master. Use ephemeral ports for tests. add 3634df2 Use a table to present Java requirements per VFS version. add b4f33a5 Sort members. add 676451b Remove URISyntaxException from private method. This commits simply changes the private method signature but not the public one in this class for source compatibility, which lets the compiler tell us that other methods now uselessly throw URISyntaxException. add e7e47f8 Drop some unused exceptions from throws clauses (this does not break binary compatibility). add f9e1a03 No need to nest else clause. add bcce8ed Remove unnecessary exception handling in test. add 050b1fb Sort members. add c9036e7 Bump actions/checkout from v2.3.2 to v2.3.3 (#130) add 61cf469 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs add 035181f Bump actions/checkout from v2.3.2 to v2.3.3 #130 add fb3ce6e Bump slf4j-simple from 1.7.26 to 1.7.30 (#129) add ed68991 Update slf4j-simple from 1.7.26 to 1.7.30 #129. add b342c84 Bump slf4j-api from 1.7.26 to 1.7.30 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (aaaf061) \ N -- N -- N refs/heads/dependabot/maven/org.slf4j-slf4j-api-1.7.30 (b342c84) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/maven.yml | 6 +- commons-vfs2-examples/pom.xml | 6 +- commons-vfs2-jackrabbit1/.gitignore | 1 + .../vfs2/provider/webdav4/Webdav4FileObject.java | 7 +- .../webdav4/test/Webdav4ProviderTestCase.java | 6 +- .../commons/vfs2/FileSystemConfigBuilder.java | 230 +++++++++++---------- .../vfs2/provider/AbstractFileProvider.java | 15 +- .../vfs2/provider/CompositeFileProvider.java | 3 +- .../commons/vfs2/provider/FileSystemKey.java | 16 +- .../commons/vfs2/provider/GenericURLFileName.java | 11 +- .../vfs2/provider/ftp/FTPClientWrapper.java | 6 +- .../commons/vfs2/provider/hdfs/HdfsFileObject.java | 62 +++++- .../vfs2/provider/hdfs/HdfsFileProvider.java | 8 +- .../commons/vfs2/provider/hdfs/HdfsFileSystem.java | 21 +- .../provider/hdfs/HdfsFileSystemConfigBuilder.java | 210 +++++++++---------- .../vfs2/provider/http4/Http4FileObject.java | 6 +- .../vfs2/provider/http5/Http5FileObject.java | 6 +- .../vfs2/provider/temp/TemporaryFileProvider.java | 8 +- .../org/apache/commons/vfs2/util/URIUtils.java | 183 ++++++++-------- .../provider/ftp/test/FtpProviderTestCase.java | 12 +- .../ftps/test/AbstractFtpsProviderTestCase.java | 14 +- .../ftps/test/FtpsProviderExplicitTestCase.java | 1 + .../provider/hdfs/test/HdfsFileProviderTest.java | 4 +- .../provider/http/test/HttpProviderTestCase.java | 16 +- .../provider/http4/test/Http4ProviderTestCase.java | 16 +- .../provider/http5/test/Http5ProviderTestCase.java | 16 +- .../sftp/test/AbstractSftpProviderTestCase.java | 8 +- .../provider/url/test/UrlProviderHttpTestCase.java | 9 +- .../org/apache/commons/vfs2/test/UrlTests.java | 43 ++-- .../apache/commons/vfs2/util/NHttpFileServer.java | 8 + pom.xml | 5 + src/changes/changes.xml | 14 +- src/site/xdoc/index.xml | 54 +++-- 33 files changed, 541 insertions(+), 490 deletions(-) create mode 100644 commons-vfs2-jackrabbit1/.gitignore