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


The following commit(s) were added to refs/heads/master by this push:
     new c4f907d  FileContentThreadData: lazy ArrayList initialization to save 
memory #155.
c4f907d is described below

commit c4f907d9caf90daa33b9341082a1ce625a922f95
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jan 18 10:50:19 2021 -0500

    FileContentThreadData: lazy ArrayList initialization to save memory
    #155.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a2f8b67..f8c33aa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-783" dev="ggregory" due-to="Gary Gregory" type="fix">
         [SFTP] SftpFileSystem.executeCommand() should use UTF-8 instead of the 
platform default.
       </action>
+      <action dev="ggregory" due-to="Max Kellermann" type="fix">
+        FileContentThreadData: lazy ArrayList initialization to save memory 
#155.
+      </action>
       <!-- ADDS -->
       <action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="update">
         Add ability to remove a provider from DefaultFileSystemManager #149.

Reply via email to