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 2019/08/27 19:37:45 UTC

[commons-vfs] branch master updated (5c93c3c -> 286c29c)

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 5c93c3c  VFS-727: Replaced usage of VFS.getManager() for locally available FileSystemManager. (#70)
     new e0d2391  [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
     new 11d4995  [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
     new 6ee40aa  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs
     new 286c29c  [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.

The 4 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:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)


[commons-vfs] 01/04: [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.

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 e0d2391f901c4568278ce163df8c66c9aeec9398
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 27 15:35:46 2019 -0400

    [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 097af43..7037123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.18</version>
+        <version>1.19</version>
       </dependency>
       <dependency>
         <groupId>org.apache.jackrabbit</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 91d6614..d05622d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-724" dev="ggregory" type="fix" due-to="William R, Gary Gregory">
         FileContent#getByteArray() throws IllegalArgumentException: Buffer size &lt;= 0 when file size is 0.
       </action>
+      <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Compress from 1.18 to 1.19
+      </action>
       <action                 dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc fixes.
       </action>


[commons-vfs] 02/04: [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.

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 11d499546045df954e46f82b937212a2fbf864ec
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 27 15:36:15 2019 -0400

    [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
    
    Typo.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d05622d..4c6e19b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
         FileContent#getByteArray() throws IllegalArgumentException: Buffer size &lt;= 0 when file size is 0.
       </action>
       <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
-        Update Apache Commons Compress from 1.18 to 1.19
+        Update Apache Commons Compress from 1.18 to 1.19.
       </action>
       <action                 dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc fixes.


[commons-vfs] 03/04: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs

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 6ee40aaed670f3df5a51d415df861f636cdc8d09
Merge: 11d4995 5c93c3c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 27 15:36:48 2019 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs

 .../commons/vfs2/provider/smb/SmbFileNameParser.java       |  2 +-
 .../commons/vfs2/provider/GenericURLFileNameParser.java    |  2 +-
 .../apache/commons/vfs2/provider/HostFileNameParser.java   | 14 +++++++++++---
 .../apache/commons/vfs2/provider/URLFileNameParser.java    |  2 +-
 src/changes/changes.xml                                    |  3 +++
 5 files changed, 17 insertions(+), 6 deletions(-)



[commons-vfs] 04/04: [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.

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 286c29cb6500265d1cbb2048de8f2bd1fcca5143
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 27 15:37:41 2019 -0400

    [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
    
    Typo.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 687418f..603ad78 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-727" dev="ggregory" type="fix" due-to="Michiel Hendriks, Gary Gregory">
         Prevented creation of singleton file system manager from providers.
       </action>
+      <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Compress from 1.18 to 1.19.
+      </action>
     </release>
     <release version="2.4.1" date="2019-08-10" description="Bug fix release.">
       <action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">
@@ -67,9 +70,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-724" dev="ggregory" type="fix" due-to="William R, Gary Gregory">
         FileContent#getByteArray() throws IllegalArgumentException: Buffer size &lt;= 0 when file size is 0.
       </action>
-      <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
-        Update Apache Commons Compress from 1.18 to 1.19.
-      </action>
       <action                 dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc fixes.
       </action>