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.9 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
discard fd7307d1 Bump slf4j.version from 1.7.36 to 2.0.9 add 7964bcb1 Bump actions/cache from 3.3.1 to 3.3.2 (#420) add e1b6b3ba Bump actions/checkout from 3.6.0 to 4.0.0 (#419) add 16c475f5 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#418) add 16a28e4f Javadoc add 245068f7 Bump jackrabbit2.version from 2.20.11 to 2.20.12 add 22e600d2 Bump org.apache.mina:mina-core from 2.1.6 to 2.1.7 add 58143ec1 Bump org.apache.commons:commons-compress 1.23.0 to 1.24.0 add 1fe8a4df Add commons.componentid for JR modules add 4f2c06ff Bump org.apache.mina:mina-core from 2.1.7 to 2.1.8 add e70b93c8 Javadoc add 0a638174 Bump github/codeql-action from 2.21.5 to 2.21.7 (#422) add 223d5692 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs.git add 5f3a26c5 VFS-844: Prevent that source files urlString is twice (#423) add 76c92f43 [VFS-844] UriString of webdav-filename is twice URLEncoded in moveTo operation add 33b61676 VFS-846: Resolve a FileName to correct FileType (#424) add 1e413625 [VFS-846] Resolve a FileName to correct FileType #424 add c44938e5 [VFS-844] Prevent that source files urlString is twice URIEncoded #423 add ab47f7d5 Remove duplicate add db5c72d3 VFS-843: Close the HttpConnection after consuming the entire HttpEntity. (#421) add f8db3056 [VFS-843] Close the HttpConnection after consuming the entire HttpEntity. #421 add 35d096b5 Refactor setupRequest() add c63bb9f0 Generics and reduce type casting add d6de8109 Normalize spelling add 16b16c39 VFS-841: copying Jackrabbit standalone Main class not to depend on wh… (#409) add 50aec3a8 [VFS-841] Copy the Main class for testing with Jackrabbit Standalone Components instead of reusing #409 add 85f5825b VFS-849: Instantiate correct ProviderTestSuite (#427) add c41eec99 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs.git add 2bae7499 VFS-849: Release httpConnection resources properly ... (#428) add 505dc539 [VFS-849] HttpConnection resources not properly cleaned up in webdav request #428 add 3cbcf9b1 Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 (#429) add 342e7492 Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 #429 add 01090866 Bump actions/setup-java from 3.12.0 to 3.13.0 (#430) add d5cc8fcb Bump github/codeql-action from 2.21.7 to 2.21.8 (#431) add 549f80ec Javadoc add daf9047c Don't use deprecated methods in org.apache.commons.vfs2.provider.ftp.FtpClientFactory. add 07f41304 Reduce deprecated calls in org.apache.commons.vfs2.provider.http5 add 1ae9a65c Upper case HTTP add 3a9936c4 Upper case HTTP add e1cdf94e Refactor constant add b88ad6ef Pick up dependency version from parent POM add 36556ff1 Bump slf4j.version from 1.7.36 to 2.0.9 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 (fd7307d1) \ N -- N -- N refs/heads/dependabot/maven/slf4j.version-2.0.9 (36556ff1) 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 | 10 +- .github/workflows/coverage.yml | 6 +- .github/workflows/maven.yml | 6 +- .github/workflows/scorecards-analysis.yml | 6 +- commons-vfs2-jackrabbit1/pom.xml | 3 - commons-vfs2-jackrabbit2/pom.xml | 1 - .../vfs2/provider/webdav4/ExceptionConverter.java | 2 +- .../webdav4/Webdav4FileContentInfoFactory.java | 8 +- .../vfs2/provider/webdav4/Webdav4FileObject.java | 189 +++++++----- .../provider/webdav4s/Webdav4sFileProvider.java | 1 + .../vfs2/provider/webdav4/test/JackrabbitMain.java | 332 +++++++++++++++++++++ .../webdav4/test/Webdav4ProviderTestCase.java | 10 +- .../vfs2/impl/DefaultFileSystemManager.java | 9 +- .../apache/commons/vfs2/provider/URLFileName.java | 2 +- .../commons/vfs2/provider/URLFileNameParser.java | 2 +- .../apache/commons/vfs2/provider/UriParser.java | 8 +- .../vfs2/provider/ftp/FtpClientFactory.java | 7 +- .../vfs2/provider/http5/Http5FileObject.java | 2 +- .../vfs2/provider/http5/Http5FileProvider.java | 17 +- .../org/apache/commons/vfs2/util/URIUtils.java | 14 +- .../apache/commons/vfs2/ProviderRenameTests.java | 31 +- .../test/java/org/apache/commons/vfs2/RunTest.java | 2 +- .../java/org/apache/commons/vfs2/VfsTestUtils.java | 6 +- .../vfs2/impl/DefaultFileSystemManagerTest.java | 65 +++- .../commons/vfs2/provider/UriParserTest.java | 30 +- pom.xml | 10 +- src/changes/changes.xml | 31 +- 27 files changed, 644 insertions(+), 166 deletions(-) create mode 100644 commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/JackrabbitMain.java