Re: [CSV] New release anytime soon?

2021-03-29 Thread Gary Gregory
Sorry for the delays again, I have another release of VFS to shepperd. Gary On Mon, Mar 8, 2021, 08:42 Gary Gregory wrote: > Hm, I am pretty sure that a release would just be like what you get in a > local build, minus the -SNAPSHOT postfix in version label. > > Gary > > On Mon, Mar 1, 2021,

Re: [VFS] Consensus needed for https://github.com/apache/commons-vfs/pull/154

2021-03-29 Thread Gary Gregory
Closing the loop on this thread as this PR has been merged. Gary On Wed, Mar 3, 2021, 13:06 Gary Gregory wrote: > Note that the PR fixes issues found by Spotbugs/PMD. The current in master > sync on the lock obj looks like an oddity... and it's confusing especially > if intentional as it's not

[VFS] releasing 2.8.1 soon

2021-03-29 Thread Gary Gregory
Hi all, I will look for some low hanging fruits but I plan on cutting a release candidate for VFS 2.8.1 quite soon. Please review what is in git master, Jira, and GitHub PRs... Gary

Re: [commons-vfs] branch master updated: IllegalArgumentException: Bad escape for Chinese characters in FileObject path #168.

2021-03-29 Thread Gary Gregory
Yes, I messed up the class name. The problem is a combination of the URI and URL classes not being fully compliant with RFCs they deem to cover, which has been discussed exhaustively on the Apache HttpComponents list. You can create URLs and URIs that are escaped and unescaped, and the Java NIO