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 499982eaf2ebd7a32df68fb2f9f90d30d853aad4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 16 08:32:46 2021 -0400

    [VFS-759] WebDAV providers should loaded only when
    commons-vfs2-jackrabbit* jars are available #84.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bac9f96..2423101 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -114,6 +114,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="VFS-805" dev="ggregory" due-to="Max 
Kellermann, Mark Thomas, Bernd, Gary Gregory">
         SftpFileObject: Add synchronized to methods that read or write the 
thread-unsafe instance variable of type com.jcraft.jsch.SftpATTRS.
       </action>
+      <action type="fix" issue="VFS-759" dev="ggregory" due-to="Woonsan Ko">
+        WebDAV providers should loaded only when commons-vfs2-jackrabbit* jars 
are available #84
+      </action>
       <!-- UPDATES  -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump Log4j 2.14.0 -> 2.14.1.

Reply via email to