You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/03/11 13:15:31 UTC

[GitHub] [commons-vfs] garydgregory commented on pull request #155: FileContentThreadData: lazy ArrayList initialization to save memory

garydgregory commented on pull request #155:
URL: https://github.com/apache/commons-vfs/pull/155#issuecomment-796727481


   Well, VFS is a pretty old library, and while there are allowances for multi-threading, I think it is fair to say that the each provider should be treated separately for thread safety assurances and that in general, VFS is should not be considered thread safe unless the docs for a specific class or method says so. 
   
   IOW, thread safety is a feature you do NOT get by default. 
   
   I am open to review patches (already merged one yesterday) and to release a 2.8.1 fairly soon.
   
   Recall that the default build must pass.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org