[GitHub] [commons-vfs] ivakegg commented on pull request #395: Created a better thread safety test and fixed a couple thread safety issues

2023-05-10 Thread via GitHub
ivakegg commented on PR #395: URL: https://github.com/apache/commons-vfs/pull/395#issuecomment-1542428611 Well, given how many of the test cases are showing non-thread safety (as has been stated previously), I am going to change this to only test for thread safety where it is needed wrt the

[GitHub] [commons-vfs] ivakegg commented on a diff in pull request #395: Created a better thread safety test and fixed a couple thread safety issues

2023-05-10 Thread via GitHub
ivakegg commented on code in PR #395: URL: https://github.com/apache/commons-vfs/pull/395#discussion_r1190015720 ## commons-vfs2/src/test/java/org/apache/commons/vfs2/impl/VfsClassLoaderTests.java: ## @@ -217,7 +249,17 @@ public void testSealing() throws Exception { @Test

[GitHub] [commons-vfs] ivakegg commented on a diff in pull request #395: Created a better thread safety test and fixed a couple thread safety issues

2023-05-10 Thread via GitHub
ivakegg commented on code in PR #395: URL: https://github.com/apache/commons-vfs/pull/395#discussion_r1189821287 ## commons-vfs2/src/test/java/org/apache/commons/vfs2/impl/VfsClassLoaderTests.java: ## @@ -217,7 +249,17 @@ public void testSealing() throws Exception { @Test

[jira] [Commented] (IO-787) FileUtils.forceDelete(File file) fails on MacOS

2023-05-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721319#comment-17721319 ] Gary D. Gregory commented on IO-787: I plan on cutting a release candidate Friday night o

[jira] [Resolved] (IO-788) FileUtils.moveFile(File, File) can cause IOException in Windows.

2023-05-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved IO-788. Fix Version/s: 2.12.0 Resolution: Fixed > FileUtils.moveFile(File, File) can cause IOException i

[jira] [Commented] (IO-787) FileUtils.forceDelete(File file) fails on MacOS

2023-05-10 Thread David Garratt (Jira)
[ https://issues.apache.org/jira/browse/IO-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721314#comment-17721314 ] David Garratt commented on IO-787: -- Any news on the next release ? > FileUtils.forceDelete(

[jira] [Commented] (IO-788) FileUtils.moveFile(File, File) can cause IOException in Windows.

2023-05-10 Thread David Garratt (Jira)
[ https://issues.apache.org/jira/browse/IO-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721313#comment-17721313 ] David Garratt commented on IO-788: -- My personal testing has not thrown up an errors so far.