This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.11 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
discard b56a0f90 Bump slf4j.version from 1.7.36 to 2.0.11 add 4a2d5275 Bump org.apache.bcel:bcel from 6.8.0 to 6.8.1 add a2c912ac Bump github/codeql-action from 3.22.12 to 3.23.0 (#466) add 94f2b778 Bump actions/cache from 3.3.2 to 3.3.3 (#467) add 7360a83a Bump jackrabbit2.version from 2.20.13 to 2.20.14 add e569adda Use += add 6885efb3 Use += add d80210cd Use -= add a4c5270d Javadoc add c14433f4 Javadoc add de729d28 Bump actions/cache from 3.3.3 to 4.0.0 (#470) add c6a58286 Bump actions/upload-artifact from 4.0.0 to 4.2.0 (#469) add bea55df7 Bump github/codeql-action from 3.23.0 to 3.23.1 (#468) add bdad3bae Declutter: Tests don't need Javadoc @since tags add b78f4291 Declutter: Tests don't need Javadoc @since tags add 331779b3 Normalize end of comments add e68fbd65 Add newer artifacts to distribution archives add 0d01b166 Prepare release candidate add b8c7ff2d Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#474) add 059ee07d Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#475) add 4f1e016f Remove whitespace add 176fbae7 Remove -Djdk.tls.client.protocols=TLSv1.2 on Java 11 add f07de8d5 Bump slf4j.version from 1.7.36 to 2.0.11 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 (b56a0f90) \ N -- N -- N refs/heads/dependabot/maven/slf4j.version-2.0.11 (f07de8d5) 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/codeql-analysis.yml | 8 +- .github/workflows/coverage.yml | 4 +- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 4 +- CONTRIBUTING.md | 229 ++++++++------- README.md | 221 ++++++++------- RELEASE-NOTES.txt | 131 +++++++++ commons-vfs2-distribution/pom.xml | 120 ++++++++ commons-vfs2-distribution/src/assembly/bin.xml | 4 + commons-vfs2-examples/README.md | 105 ------- .../vfs2/provider/webdav/WebdavFileSystem.java | 2 +- .../webdav/WebdavFileSystemConfigBuilder.java | 2 +- .../vfs2/provider/webdav4/Webdav4FileSystem.java | 2 +- .../webdav4/Webdav4FileSystemConfigBuilder.java | 2 +- .../webdav4/test/Webdav4ProviderTestCase.java | 2 - .../webdav4/test/Webdav4ProviderTestSuite.java | 2 - .../webdav4/test/Webdav4VersioningTests.java | 2 - .../commons/vfs2/provider/DelegateFileObject.java | 2 +- .../apache/commons/vfs2/provider/UriParser.java | 6 +- .../vfs2/provider/ftps/FtpsFileProvider.java | 2 - .../vfs2/provider/http4/Http4FileObject.java | 6 +- .../vfs2/provider/http4/Http4FileSystem.java | 6 +- .../http4/Http4FileSystemConfigBuilder.java | 4 +- .../vfs2/provider/http5/Http5FileObject.java | 6 +- .../vfs2/provider/http5/Http5FileSystem.java | 6 +- .../http5/Http5FileSystemConfigBuilder.java | 4 +- .../commons/vfs2/provider/jar/JarFileObject.java | 2 +- .../commons/vfs2/provider/sftp/SftpFileObject.java | 2 +- .../commons/vfs2/provider/zip/ZipFileProvider.java | 2 +- .../apache/commons/vfs2/util/CryptorFactory.java | 2 +- .../apache/commons/vfs2/util/PosixPermissions.java | 2 +- .../commons/vfs2/FileExtensionSelectorTest.java | 2 - .../apache/commons/vfs2/FileSystemOptionsTest.java | 2 - .../apache/commons/vfs2/FileTypeSelectorTest.java | 2 - .../java/org/apache/commons/vfs2/FileTypeTest.java | 2 - .../java/org/apache/commons/vfs2/NamingTests.java | 2 +- .../commons/vfs2/PatternFileSelectorTest.java | 2 - .../org/apache/commons/vfs2/PermissionsTests.java | 2 - .../test/java/org/apache/commons/vfs2/VFSTest.java | 1 - .../commons/vfs2/function/VfsConsumerTest.java | 2 - .../vfs2/impl/DefaultFileSystemManagerTest.java | 2 - .../vfs2/impl/StandardFileSystemManagerTest.java | 2 - .../vfs2/provider/http/HttpFilesCacheTest.java | 2 - .../http/HttpGetContentInfoFunctionalTest.java | 2 - .../https/HttpsGetContentInfoFunctionalTest.java | 2 - .../local/LocalFileRandomAccessContentTest.java | 1 - .../ram/RamFileRandomAccessContentTest.java | 1 - .../vfs2/provider/tar/CreateFileSystemTest.java | 1 - .../commons/vfs2/util/FileObjectUtilsTest.java | 2 - pom.xml | 7 +- src/changes/changes.xml | 6 +- src/changes/release-notes.vm | 1 - src/site/xdoc/download_vfs.xml | 312 ++++++++++----------- src/site/xdoc/index.xml | 4 + src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/mail-lists.xml | 38 ++- 56 files changed, 709 insertions(+), 587 deletions(-) delete mode 100644 commons-vfs2-examples/README.md