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 44b98fddc3c0f25069e2566fd0c4584004bca103 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 18 11:48:18 2023 -0500 Class loader thread safety #367. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4a07987e..6d5b83df 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -125,6 +125,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory"> MonitorInputStream.read(byte[], int, int) and read() should be synchronized like the superclass BufferedInputStream. </action> + <action issue="VFS-683" type="fix" dev="ggregory" due-to="Daryl Odnert, Otto Fowler, Bernd Eckenfels, Dave MacDonald, Ivan Bella, Gary Gregory"> + Class loader thread safety #367. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Seth Falco"> Add vscode files to gitignore #205.