Re: Re: [VFS] OPENSSH private key format support

2025-07-17 Thread Gary Gregory
Hello Ravishankar. I would like us to migrate to Mina as well, the tracking ticket is https://issues.apache.org/jira/projects/VFS/issues/VFS-838 I like option 3, more specifically: Create a new Maven module commons-vfs2-ssh-jsch and move the current code there, same package, all code is

RE: Re: [VFS] OPENSSH private key format support

2025-07-17 Thread Ravishankar Joshi
Hi Gary and Konrad, I am a new user of VFS (version 2.9.0) and new to open source mailing lists. I am writing to inquire about the progress on the jsch upgrade/migration. Do we have any plans of migrating to jsch fork or Apache Mina? Thank you for your time and assistance. Thanks, Ravishankar

Re: [VFS] Should relative name be decoded

2025-04-16 Thread Bernd Eckenfels
and getURI, but might also need some adjustments: The comment of RESERVED_URI_CHARS fails to explain why blank is to be escaped: https://github.com/apache/commons-vfs/blob/ccf9df52f505fc0c9f7daf29bab6ff0ce1e78286/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java#L43

Re: [VFS] Should relative name be decoded

2025-04-16 Thread Gary Gregory
Yeah, this needs more research IMO. One things I am sure of is that a global setting is a no-go for me as it is bound to cause problems in larger apps that may want conflicting values. Gary On Wed, Apr 16, 2025, 12:48 Bernd Eckenfels wrote: > > I think the encoding caused a lot of confusion wi

Re: [VFS] Should relative name be decoded

2025-04-16 Thread Bernd Eckenfels
I think the encoding caused a lot of confusion with people (and also I dont see how it is user friendly - besides if the calling Convention required it), but I dont think we can change that now. So I agree with Review and documenting. Maybe we need to provide at least a UriParser.decode() publ

Re: [VFS] Should relative name be decoded

2025-04-16 Thread Gary Gregory
Hi all, We probably need a general review of the API to see if we have an overall consistency issue RE encoded vs decoded. I prefer us to be considerate before adding APIs here and there. We could at least document what is expected for methods that return a String or consume a String. I wonder

[ANNOUNCE] Apache Commons VFS Project 2.10.0

2025-02-14 Thread Gary Gregory
The Apache Commons VFS Project team is pleased to announce the release of Apache Commons VFS Project 2.10.0. Apache Commons VFS is a Virtual File System library. This is a feature and maintenance release. Java 8 or later is required. Historical list of changes: https://commons.apache.org/proper

[RESULT][VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-14 Thread Gary Gregory
TestCase>AbstractProviderTestCase.runTest:293 Weak > Listener was abandoned expected: but > was: > > However, since each test succeeded at least once and Jsch is planned to > be removed[1]: > > +1, release the artifacts. > > Piotr > > PS: The Jsch-based tests

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-14 Thread Piotr P. Karwasz
ast once and Jsch is planned to be removed[1]: +1, release the artifacts. Piotr PS: The Jsch-based tests failed due to the contents of my `.ssh` directory. Probably some key format I use is not supported by the 15-years old library. [1] https://issues.apache.org/jira/browse

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-13 Thread Piotr P. Karwasz
Hi Gary, On 3.02.2025 00:26, Gary Gregory wrote: Please review the release candidate and vote. This vote will close no sooner than 72 hours from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... The ha

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-07 Thread Arnout Engelen
On Thu, Feb 6, 2025 at 11:09 PM Arnout Engelen wrote: > * I did not test the artifacts against any project > (I have also ran the jackrabbit-vfs-ext unit tests with the staged version now, no surprises) Arnout > On Mon, Feb 3, 2025 at 12:27 AM Gary Gregory > wrote: > >>

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-06 Thread Arnout Engelen
I have: * checked out git tag commons-vfs-2.10.0-RC1 (this needed a --force due to leftover from previous vote) * verified it (now) corresponds to 1b94883317d6687e2dd3a0294d9e6e2ab066cf56 * downloaded source zip and tgz * verified the hashes match

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-04 Thread Gary Gregory
Anthony, Thank you for the note. Let's review these after the release. We've been long overdue for this release as it is. Ty! Gary On Tue, Feb 4, 2025, 09:45 Anthony Goubard wrote: > Hi, > > Here are a few PR/changes that I made to Commons-VFS in case someone > thinks

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-04 Thread Anthony Goubard
Hi, Here are a few PR/changes that I made to Commons-VFS in case someone thinks it should be added to the master branch before (or after) the 2.10.0 final release. First, I've updated my existing pull requests to resolve the conflicts with the current master branch. Improved performan

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-03 Thread Gary Gregory
My +1 Gary On Sun, Feb 2, 2025, 18:26 Gary Gregory wrote: > We have fixed a few bugs and added enhancements since Apache Commons > VFS Project 2.9.0 was released over 3 years ago, so I would like to > release Apache Commons VFS Project 2.10.0. > > [Note that try to verify reprod

[VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2025-02-02 Thread Gary Gregory
We have fixed a few bugs and added enhancements since Apache Commons VFS Project 2.9.0 was released over 3 years ago, so I would like to release Apache Commons VFS Project 2.10.0. [Note that try to verify reproducibility using artifact:compare: mvn clean verify artifact:compare -DskipTests

[CANCEL][VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-08-18 Thread Gary Gregory
d a few bugs and added some enhancements since Apache > > Commons VFS Project 2.9.0 was released, so I would like to release > > Apache Commons VFS Project 2.10.0. > > > > Apache Commons VFS Project 2.10.0 RC1 is available for review here: > >https://dist.apache.or

Re: [VFS] Encoded dots, trailing slash, and PR 543

2024-06-25 Thread Arnout Engelen
somewhat larger risk of changing behaviour and breaking existing code, but reduces the risk of remaining bugs in this area. I tried this out quickly in [1] and the (fairly extensive) set of unit tests accepts it. Arnout [0]: https://github.com/apache/commons-vfs/pull/396 [1]: https://github.com/apache

[VFS] Encoded dots, trailing slash, and PR 543

2024-06-16 Thread Gary Gregory
Hi All, PR https://github.com/apache/commons-vfs/pull/543/files claims to resolve 2 issues. I want feedback from this list, please. TY! Gary - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands

Re: [VFS-853] Duplicate Listeners

2024-05-28 Thread Gary Gregory
ow you see it. > > > > I can't say if your proposed change has any unintended side-effects; it > > should be accompanied with some kind of test, at the very least to avoid a > > regression. > > > > TY! > > Gary > > > > > > On 2024/05

Re: [VFS-853] Duplicate Listeners

2024-05-27 Thread Bernd Eckenfels
Let me know how you see it. > > I can't say if your proposed change has any unintended side-effects; it > should be accompanied with some kind of test, at the very least to avoid a > regression. > > TY! > Gary > > > On 2024/05/23 17:08:00 Bernd Eckenfels wrote:

Re: [VFS] Duplicate Listeners

2024-05-23 Thread Gary D. Gregory
e has any unintended side-effects; it should be accompanied with some kind of test, at the very least to avoid a regression. TY! Gary On 2024/05/23 17:08:00 Bernd Eckenfels wrote: > Hello, > > I am dealing with a heapdump of VFS where I see a lot of WeakRefFileListener > and a

[VFS] Duplicate Listeners

2024-05-23 Thread Bernd Eckenfels
Hello, I am dealing with a heapdump of VFS where I see a lot of WeakRefFileListener and all of them have a empty WeakRef to no listener. While I think I found the reason for that and fixed it on a dependent project, it still does not clean up correctly. I think the reason is that it does not

Re: [VFS] VFS patch release?

2024-04-29 Thread Gary Gregory
I have a release candidate out but some files are missing, so there is something off in the build process. It's been on my to-do list, so within a week or two I hope. Gary On Mon, Apr 29, 2024 at 7:19 AM Elric V wrote: > > Hi folks, > > Any chance of getting a new VFS relea

[VFS] VFS patch release?

2024-04-29 Thread Elric V
Hi folks, Any chance of getting a new VFS release soonish? There have been a lot of dependency updates, which would make vulnerability scanners a lot less trigger happy. 2.9.0 was released in 2021, so a 2.9.1 might not be a bad idea. Am willing to help out with this if possible. Best

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-20 Thread Rob Tompkins
+1 > On Mar 10, 2024, at 6:02 PM, Gary Gregory wrote: > > We have fixed a few bugs and added some enhancements since Apache > Commons VFS Project 2.9.0 was released, so I would like to release > Apache Commons VFS Project 2.10.0. > > Apache Commons VFS Project 2.10.0

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-11 Thread Gary Gregory
st} > > > I think that's fine and it's just probably something missing somewhere to > configure the commons-release-plugin or parent to output the sha here. > > But then I decided to take a better look at the archives just to be sure. > > Are the bin files for VFS alwa

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-11 Thread Bruno Kinoshita
ewhere to configure the commons-release-plugin or parent to output the sha here. But then I decided to take a better look at the archives just to be sure. Are the bin files for VFS always nearly empty, with just three files? https://dist.apache.org/repos/dist/dev/commons/vfs/2.10.0-RC1/binaries/

[VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-10 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons VFS Project 2.9.0 was released, so I would like to release Apache Commons VFS Project 2.10.0. Apache Commons VFS Project 2.10.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/vfs/2.10.0

Re: [VFS] Maven help needed

2024-01-28 Thread Gary Gregory
: > > [INFO] --- assembly:3.6.0:single (binary) @ commons-vfs2-distribution --- > [INFO] Reading assembly descriptor: src/assembly/bin.xml > [INFO] > ---- > [INFO] Reactor Summary for Apache Commons VFS Project 2.10.

Re: [VFS] Maven help needed

2024-01-28 Thread Gary Gregory
sembly/bin.xml [INFO] [INFO] Reactor Summary for Apache Commons VFS Project 2.10.0-SNAPSHOT: [INFO] [INFO] Apache Commons VFS Project . SUCCESS [02:31 min] [INFO] Apache Commons VFS . SUCCE

[VFS] Maven help needed

2024-01-28 Thread Gary Gregory
Hi All and Rob: To build a local test VFS release candidate, or any multi-module project, I normally do this: mvn -V -Ptest-deploy -Prelease clean install mvn -V -Ptest-deploy -Prelease -P japicmp -P jacoco site mvn -V -Ptest-deploy -Prelease deploy then more stuff but this 3rd step fails with

Re: [VFS] OPENSSH private key format support

2023-12-18 Thread Gary Gregory
The best bet is probably to switch to Apache Mina, another item on my todo list, unless we get a PR on GitHub first ;-) Gary On Mon, Dec 18, 2023, 7:36 AM Konrad Samburski wrote: > Hello, > > The latest version (2.9.0) of VFS is using com.jcraft.jsch for sftp. > Unfortunately it s

[VFS] OPENSSH private key format support

2023-12-18 Thread Konrad Samburski
Hello, The latest version (2.9.0) of VFS is using com.jcraft.jsch for sftp. Unfortunately it seems jsch is not maintained any more therefore it does not support the new OPENSSH format of private key. Are you planning to switch to jsch fork com.github.mwiede which supports new formats? I see

Re: VFS Questions

2023-09-13 Thread Gary Gregory
Hello, On Wed, Sep 13, 2023 at 5:57 PM Mark Fortner wrote: > > I was looking at the VFS code recently and had a few questions: > >- There's a *plugins.xml* file that each of the plugins needs to >register themselves with. I was wondering if there was a reason that the

VFS Questions

2023-09-13 Thread Mark Fortner
I was looking at the VFS code recently and had a few questions: - There's a *plugins.xml* file that each of the plugins needs to register themselves with. I was wondering if there was a reason that the *ServiceLoader* wasn't used for this? It would seem like a natural fit. -

Re: [vfs] test failure in the master branch

2023-09-12 Thread Gary Gregory
1:51 PM Woonsan Ko wrote: > Hi, > > While I was preparing a PR, I got test failures below after running > `mvn` in the master branch of the commons-vfs. > Any hints for this? (I'm with maven-3.9.2 on JDK 1.8 / windows 10.) > > Thanks! > > Woonsan > > - >

[vfs] test failure in the master branch

2023-09-11 Thread Woonsan Ko
Hi, While I was preparing a PR, I got test failures below after running `mvn` in the master branch of the commons-vfs. Any hints for this? (I'm with maven-3.9.2 on JDK 1.8 / windows 10.) Thanks! Woonsan - [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.

Re: [VFS] Help wanted for VFS-838

2023-05-25 Thread Gary Gregory
with connection >> algorithms, etc but there's now at least support to add algorithms to the >> list of existing ones in 3 ways (though not sure how VFS might support >> this >> currently). >> >> David >> >> On Thu, May 25, 2023 at 6:58 AM Gary

Re: [VFS] Help wanted for VFS-838

2023-05-25 Thread Gary Gregory
e new fork of jsch - > https://github.com/mwiede/jsch, there's a few issues with connection > algorithms, etc but there's now at least support to add algorithms to the > list of existing ones in 3 ways (though not sure how VFS might support this > currently). > > David

Re: [VFS] Help wanted for VFS-838

2023-05-25 Thread David Dellsperger
The other option would be to migrate to the new fork of jsch - https://github.com/mwiede/jsch, there's a few issues with connection algorithms, etc but there's now at least support to add algorithms to the list of existing ones in 3 ways (though not sure how VFS might support this

[VFS] Help wanted for VFS-838

2023-05-25 Thread Gary Gregory
Hi all, It seems that Jsch is unmaintained. I propose we port to Apache Mina, which has an active and experienced community. It this easy or hard? A large or small task? Thoughts? Help wanted ;-) PR welcome :-) https://issues.apache.org/jira/browse/VFS-838 TY! Gary

Re: Commons VFS Approve Workflows

2022-02-20 Thread Gary Gregory
I approved the 2 GitHub workflows. Gary On Sun, Feb 20, 2022, 13:51 John Patrick wrote: > Evening, > > Could someone approve my PR's workflow as still 1st time contributor for > vfs. If they pass they are read for review and potential merge. > > Upgrades all the easy te

Commons VFS Approve Workflows

2022-02-20 Thread John Patrick
Evening, Could someone approve my PR's workflow as still 1st time contributor for vfs. If they pass they are read for review and potential merge. Upgrades all the easy tests to JUnit v5 https://github.com/apache/commons-vfs/pull/240 Extracts test methods out of AbstractVfsTestCase, and

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
ftpserver updated. pr at https://github.com/apache/commons-vfs/pull/235 details/investigations at https://github.com/apache/commons-vfs/pull/231 Xeno Amess 于2022年1月1日周六 02:12写道: > migrating sshd to 2.8.0 now. > > Gary Gregory 于2022年1月1日周六 02:04写道: > >> Hi Xeno, >>

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
migrating sshd to 2.8.0 now. Gary Gregory 于2022年1月1日周六 02:04写道: > Hi Xeno, > > Correct, I don't care about slf4j in this thread. Thank you for helping out > :-) > > Gary > > > On Fri, Dec 31, 2021, 12:52 Xeno Amess wrote: > > > > Help also needed fo

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
Hi Xeno, Correct, I don't care about slf4j in this thread. Thank you for helping out :-) Gary On Fri, Dec 31, 2021, 12:52 Xeno Amess wrote: > > Help also needed for https://github.com/apache/commons-vfs/pull/225 > > I thought you wanna talk about all dependabot failures i

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
> Help also needed for https://github.com/apache/commons-vfs/pull/225 I thought you wanna talk about all dependabot failures in vfs in the same thread. So this email thread is only focused on sshd and ftpserver? Gary Gregory 于2022年1月1日周六 01:47写道: > On Fri, Dec 31, 2021 at 12:16 PM Xeno

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
On Fri, Dec 31, 2021 at 12:16 PM Xeno Amess wrote: > @Gary Gregory > well at least you can have this from me > https://github.com/apache/commons-vfs/pull/233 > seems it can work, but don't merge until all cis are done. > Let's keep this email thread focused please. Gar

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
;>> any reason pr's have to be manually approved before the ci jobs > execute? > >>> > >>> John > >>> > >>> > >>> On Fri, 31 Dec 2021 at 13:50, Xeno Amess wrote: > >>> > >>> &

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
@Rob Spoor I will have a try to upgrade it directly to 2.8.0 good luck to me... Xeno Amess 于2022年1月1日周六 01:15写道: > @Gary Gregory > well at least you can have this from me > https://github.com/apache/commons-vfs/pull/233 > seems it can work, but don't merge until all cis are do

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
@Gary Gregory well at least you can have this from me https://github.com/apache/commons-vfs/pull/233 seems it can work, but don't merge until all cis are done. Rob Spoor 于2022年1月1日周六 01:10写道: > A quick check shows that some more dependencies are needed, for code > split off from s

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Rob Spoor
hinking the upgrade from 0.x to 1.x is bigger than the upgrade from 1.x to 2.x (don't get me started on 0.x to 2.x). Rob On 31/12/2021 17:39, Gary Gregory wrote: Help also needed for https://github.com/apache/commons-vfs/pull/225 :-) Gary On Fri, Dec 31, 2021 at 8:28 AM Gary Gregory

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread John Patrick
> created new branch but it linked to previous commit, so added and > remove > >>> a > >>> file to trick github to try and do a new build again. > >>> any reason pr's have to be manually approved before the ci jobs > execute? > >>> > >&

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
;> any reason pr's have to be manually approved before the ci jobs execute? >>> >>> John >>> >>> >>> On Fri, 31 Dec 2021 at 13:50, Xeno Amess wrote: >>> >>> > need sleep now,will have a look 10 hours later >>> > >>> > XenoAmess >>> &g

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
31 Dec 2021 at 13:50, Xeno Amess wrote: >> >> > need sleep now,will have a look 10 hours later >> > >> > XenoAmess >> > >> > From: Gary Gregory >> > Sent: Friday, December 31, 2021 9:28:36 PM >

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
hours later > > > > XenoAmess > > > > From: Gary Gregory > > Sent: Friday, December 31, 2021 9:28:36 PM > > To: Commons Developers List > > Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 &

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
t; > > > From: Gary Gregory > > Sent: Friday, December 31, 2021 9:28:36 PM > > To: Commons Developers List > > Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 > > > > Does anyone have any free time to

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
Help also needed for https://github.com/apache/commons-vfs/pull/225 :-) Gary On Fri, Dec 31, 2021 at 8:28 AM Gary Gregory wrote: > Does anyone have any free time to look at this failure? > > I'm still dealing with Log4j fallout... > > Gary > > -- Forwarde

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread John Patrick
ater > > XenoAmess > > From: Gary Gregory > Sent: Friday, December 31, 2021 9:28:36 PM > To: Commons Developers List > Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 > > Does anyone have any free time to look at this fail

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
need sleep now,will have a look 10 hours later XenoAmess From: Gary Gregory Sent: Friday, December 31, 2021 9:28:36 PM To: Commons Developers List Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 Does anyone have any free time to look

[commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
Does anyone have any free time to look at this failure? I'm still dealing with Log4j fallout... Gary -- Forwarded message - From: GitBox Date: Fri, Dec 31, 2021 at 6:05 AM Subject: [GitHub] [commons-vfs] dependabot[bot] opened a new pull request #231: Bump ftpserver-core

[ANNOUNCE] Apache Commons VFS Project 2.9.0

2021-07-21 Thread Gary Gregory
The Apache Commons VFS Project team is pleased to announce the release of Apache Commons VFS Project 2.9.0. Apache Commons VFS is a Virtual File System library. Maintenance release. Requires Java 8. Changes in this version include: Fixed Bugs: o Add and use

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-20 Thread Gary Gregory
> > We have fixed a few bugs and added enhancements since Apache Commons > > VFS Project 2.8.0 was released, so I would like to release Apache > > Commons VFS Project 2.9.0. > > > > Apache Commons VFS Project 2.9.0 RC1 is available for review here: > > https

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-20 Thread Gary Gregory
My +! Gary On Sat, Jul 17, 2021 at 8:16 AM Gary Gregory wrote: > > We have fixed a few bugs and added enhancements since Apache Commons > VFS Project 2.8.0 was released, so I would like to release Apache > Commons VFS Project 2.9.0. > > Apache Commons VFS Project 2.9.0 RC

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-19 Thread Rob Tompkins
then. So, it exists on the current live >> site): >> https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html >> < >> https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html >>> >> >> **

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-19 Thread Gary Gregory
ote this file was originally committed in August of 2019, > and we have done releases since then. So, it exists on the current live > site): > https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html > < > https://dist.apache.org/repos/dist/dev

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-19 Thread Rob Tompkins
://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html <https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html> * Summary --- Generated at: 2021-07-16T23:41:42

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-17 Thread Bruno P. Kinoshita
generation. Thanks! Bruno On Sunday, 18 July 2021, 12:16:27 am NZST, Gary Gregory wrote: We have fixed a few bugs and added enhancements since Apache Commons VFS Project 2.8.0 was released, so I would like to release Apache Commons VFS Project 2.9.0. Apache Commons VFS Project 2.9.0 RC1

[VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-17 Thread Gary Gregory
We have fixed a few bugs and added enhancements since Apache Commons VFS Project 2.8.0 was released, so I would like to release Apache Commons VFS Project 2.9.0. Apache Commons VFS Project 2.9.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1

Re: [VFS] unexpected 'relative path' in verify.groovy

2021-04-25 Thread Bernd Eckenfels
@commons.apache.org ; Benjamin Marwell Betreff: Re: [VFS] unexpected 'relative path' in verify.groovy Okay, the exact error message is: Could not find file with URI "tar:file:home/user/git/apache/vfs-invoker-groovy/target/it/vfs-it/target/dependency/vfs-invoker-groovy-1.0

Re: [VFS] unexpected 'relative path' in verify.groovy

2021-04-25 Thread Benjamin Marwell
Okay, the exact error message is: Could not find file with URI "tar:file:home/user/git/apache/vfs-invoker-groovy/target/it/vfs-it/target/dependency/vfs-invoker-groovy-1.0.0-SNAPSHOT.tar!/hello.txt" because it is a relative path, and no base URI was provided. In fact, adding common

Re: [VFS] unexpected 'relative path' in verify.groovy

2021-04-24 Thread Benjamin Marwell
. Ben Am Sa., 24. Apr. 2021 um 23:22 Uhr schrieb Benjamin Marwell : > > Hi everyone, > > I tried to use vfs2 in a verify.groovy script like this: > > def fsManager = VFS.manager > def file = > fsManager.resolveFile("gz:tar:${basedir}/target/dependencies/vfs-invo

[VFS] unexpected 'relative path' in verify.groovy

2021-04-24 Thread Benjamin Marwell
Hi everyone, I tried to use vfs2 in a verify.groovy script like this: def fsManager = VFS.manager def file = fsManager.resolveFile("gz:tar:${basedir}/target/dependencies/vfs-invoker-groovy-1.0.0-SNAPSHOT.tar!/hello.txt") While this works in a junit+groovy maven test case, it

Re: [VFS] [website] example link not working

2021-04-03 Thread Jens Kapitza
sorry wrong link ('example' on the api page) is not working https://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons/vfs2/example/package-summary.html Jens Am 02.04.21 um 02:33 schrieb Gary Gregory: For me, on my phone, that link just goes to where it is suppose

Re: [VFS] [website] example link not working

2021-04-01 Thread Gary Gregory
For me, on my phone, that link just goes to where it is supposed to https://commons.apache.org/proper/commons-vfs/api.html Gary On Thu, Apr 1, 2021, 19:48 Jens Kapitza wrote: > Hi, is this a bug? > > Call: https://commons.apache.org/proper/commons-vfs/api.html > > i get: The re

[VFS] [website] example link not working

2021-04-01 Thread Jens Kapitza
Hi, is this a bug? Call: https://commons.apache.org/proper/commons-vfs/api.html i get: The requested URL was not found on this server. Thanks Jens Kapitza

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

2021-03-29 Thread Gary Gregory
code >>> did not use synchronize, so it would be good to not change it to do so >>> (especially not if that’s not needed for the change in question!). >>> >>> I did not follow the changes completely, so I am not sure what’s >>> proposed. Can we we

[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
private static final String REL_PATH_GREAT = > "src/test/resources/test-data/好.txt"; > > Gruss > Bernd > > -- > http://bernd.eckenfels.net > > Von: ggreg...@apache.org > Gesendet: Sonntag, März 28, 2021 11:31 PM > An: comm...

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

2021-03-28 Thread Bernd Eckenfels
String REL_PATH_GREAT = > "src/test/resources/test-data/好.txt"; Gruss Bernd -- http://bernd.eckenfels.net Von: ggreg...@apache.org Gesendet: Sonntag, März 28, 2021 11:31 PM An: comm...@commons.apache.org Betreff: [commons-vfs] branch master updated: Illeg

Re: [VFS] Help with FileContent implementation

2021-03-16 Thread Gary Gregory
So I think that I will cut a release candidate for 2.8.1 soon unless someone can take a look at this or the other issue that could delay the RC: https://github.com/apache/commons-vfs/pull/168 Gary On Sun, Mar 14, 2021, 10:30 Bernd Eckenfels wrote: > That is what I used, but it creates

Re: [VFS] Help with FileContent implementation

2021-03-14 Thread Bernd Eckenfels
That is what I used, but it creates an notification email per edit. Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Sunday, March 14, 2021 4:52:18 AM An: Commons Developers List Betreff: Re: [VFS] Help with FileContent implementation On

Re: [VFS] Help with FileContent implementation

2021-03-13 Thread Gary Gregory
"Edit". You? Gary > > > -- > http://bernd.eckenfels.net > > Von: Gary Gregory > Gesendet: Friday, March 12, 2021 10:58:00 PM > An: Commons Developers List > Betreff: [VFS] Help with FileContent implementation > > Hi All

Re: [VFS] Help with FileContent implementation

2021-03-13 Thread Bernd Eckenfels
List Betreff: [VFS] Help with FileContent implementation Hi All: I'm looking for help and see if this strikes anything in anyone's memory; please see my comment and the PR: https://github.com/apache/commons-vfs/pull/166#issuecomment-79888

[VFS] Help with FileContent implementation

2021-03-12 Thread Gary Gregory
Hi All: I'm looking for help and see if this strikes anything in anyone's memory; please see my comment and the PR: https://github.com/apache/commons-vfs/pull/166#issuecomment-79888 TY! Gary - To unsubscribe, e

[VOTE][RESULT] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-09 Thread Gary Gregory
My +1 > > Gary > > On Sat, Mar 6, 2021 at 9:59 PM Gary Gregory wrote: > > > > Hi All: > > > > We have fixed quite a few bugs and added some significant enhancements > > since Apache Commons VFS Project 2.7.0 was released, so I would like > > to release

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-09 Thread Gary Gregory
My +1 Gary On Sat, Mar 6, 2021 at 9:59 PM Gary Gregory wrote: > > Hi All: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons VFS Project 2.7.0 was released, so I would like > to release Apache Commons VFS Project 2.8.0. >

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-07 Thread Matt Sicker
0, vendor: Ubuntu, runtime: > > /usr/lib/jvm/java-11-openjdk-amd64 > > Default locale: en_US, platform encoding: UTF-8 > > OS name: "linux", version: "5.4.0-66-generic", arch: "amd64", family: "unix" > > > > > > Thanks!

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-07 Thread Arturo Bernal
> Thanks! > Bruno > > > >On Sunday, 7 March 2021, 3:59:56 pm NZDT, Gary Gregory > wrote: > > Hi All: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons VFS Project 2.7.0 was released, so I would like >

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-06 Thread Bruno P. Kinoshita
rch: "amd64", family: "unix" Thanks! Bruno On Sunday, 7 March 2021, 3:59:56 pm NZDT, Gary Gregory wrote: Hi All: We have fixed quite a few bugs and added some significant enhancements since Apache Commons VFS Project 2.7.0 was released, so I would like to release A

[VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-06 Thread Gary Gregory
Hi All: We have fixed quite a few bugs and added some significant enhancements since Apache Commons VFS Project 2.7.0 was released, so I would like to release Apache Commons VFS Project 2.8.0. Apache Commons VFS Project 2.8.0 RC1 is available for review here: https://dist.apache.org/repos

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

2021-03-03 Thread Gary Gregory
Can we we maybe squash it at minimize the changes to fix the >> actual Bug (if there is one, since I think we still have no specification >> on concurrency and locking properties of VFS) and keep them Loom support >> discussion separate from the release? >> >> Gruss &

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

2021-03-02 Thread Gary Gregory
am not sure what’s proposed. > Can we we maybe squash it at minimize the changes to fix the actual Bug (if > there is one, since I think we still have no specification on concurrency > and locking properties of VFS) and keep them Loom support discussion > separate from the release

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

2021-03-02 Thread Bernd Eckenfels
it at minimize the changes to fix the actual Bug (if there is one, since I think we still have no specification on concurrency and locking properties of VFS) and keep them Loom support discussion separate from the release? Gruss Bernd -- http://bernd.eckenfels.net

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

2021-03-02 Thread Gary Gregory
I want to move the discussion from the PR to this mailing list, https://github.com/apache/commons-vfs/pull/154 TY, Gary

[VFS] need feed back on PR 154

2021-02-05 Thread Gary Gregory
https://github.com/apache/commons-vfs/pull/154 Can anyone help validate this PR? An actual unit test seems elusive. Gary

Re: [VFS] Problem with download huge file from ftp

2021-01-28 Thread Gary Gregory
the solution to  download huge file (which may > cost more then 20min) with two parameter, such as:      >       ftpClient.setControlKeepAliveReplyTimeout(5000); >             > ftpClient.setControlKeepAliveTimeout(15); > > > I hope the VFS can also support them.

[VFS] Problem with download huge file from ftp

2021-01-28 Thread ????
FTPClient has the solution to  download huge file (which may cost more then 20min) with two parameter, such as:            ftpClient.setControlKeepAliveReplyTimeout(5000);             ftpClient.setControlKeepAliveTimeout(15); I hope the VFS can also support them.

Re: JIRA fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling

2020-10-31 Thread Gary Gregory
ed all of them in master? > > Gruss > Bernd > > > -- > http://bernd.eckenfels.net > > Von: Gary Gregory > Gesendet: Saturday, October 31, 2020 6:57:21 PM > An: Commons Developers List > Betreff: Re: JIRA fixe

  1   2   3   4   5   6   7   8   9   10   >